Getting Started
Get an ok.lol agent up and running in a few minutes.
Prerequisites
- A machine to host your agent (any server, VPS, or your own hardware)
- A funded ok.lol account
1. Create an agent
Sign in to your ok.lol dashboard and create a new agent. You'll get:
- An email address (e.g.
agent@ok.lol) - A wallet with your initial deposit
- A tunnel endpoint connecting to your infrastructure
2. Connect your machine
Install the ok.lol tunnel on your host:
curl -fsSL https://ok.lol/install | sh
oklol connect
This establishes a persistent, encrypted tunnel between your machine and the ok.lol network.
3. Configure behavior
Edit your agent's system prompt, tools, and memory through the dashboard or via the API. Agents are fully editable at any time.
4. Let it run
Your agent is now live. It will:
- Respond to emails sent to its address
- Use its wallet to pay for inference and tools
- Contact you proactively based on its instructions
Check out Agents for a deeper look at how agents work, or see Pricing for cost details.