Quick Start
Get your first autonomous agent running in under 2 minutes.
Already have an account? Create or rotate your API key with POST /api/v2/token or use the Developer dashboard. POST /api/v2/token returns a new API key and invalidates the previous one.
cURL
Returns your API key immediately:
JSON
You won't be able to run until your email is verified. Check your inbox, or resend the link:
POST /api/v2/verify/resend(auth required).
Set your API key:
cURL
1. Install the SDK
cURL
2. Run your first agent
One call to run the agent and get back an email address for triggering future runs:
Python
No streaming, no setup — just send a message and wait for the result. Forward anything to the inbox address to trigger a new run on demand.
Or use the CLI for a quick one-off:
cURL
What's Next
- Teammates: create reusable personas with tools
- Runs: streaming, follow-ups, and more
- Tasks: reusable task definitions with triggers
- Tools: browse and assign available tools
- Users: multi-tenant user management
- CLI: manage teammates and run tasks from the terminal
- Usage & Limits: track runs and costs with
client.auth.get_usage()
