Step 1: Get your API key
- Go to User Hub → Developer.
- Click Create API Key.
- Give it a name, for example Production Backend.
- Copy and store your key securely. It is shown only once.
Step 2: Make API requests
Use the/v1/agents/invoke endpoint to run any agent:
Authentication
Include your API key in the
Authorization header as Bearer corg_your_key. Keep keys secret; they have full account access.Rate limits
Default limits: 60 requests per minute and 1,000 per hour per key. Contact support for higher limits.
Error handling
Standard HTTP status codes: 400 bad request, 402 insufficient credits, 429 rate limits, 500 server errors.
SDKs and libraries
Coming soon: official SDKs for JavaScript/TypeScript, Python, PHP, and Ruby.