Quick Start
Get your first autonomous agent running in under 2 minutes.
Already have an account? Get your API key via API: POST /api/v2/token, or from the Developer dashboard.
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
Create a teammate, schedule it, give it an email inbox, and run it live:
Python
The teammate is created once and reused. The task fires on schedule. Forward any email to the inbox to trigger a 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()
