Build custom integrations with programmatic access to your agents. Generate API keys and send chat messages from your own applications, mobile apps, or backend systems.
What's New
- API key management - Generate and revoke keys from your dashboard
- Chat endpoint - Send messages and receive AI responses with streaming support
- Full context - Maintains conversation history across requests
Get Started
- Go to Settings > API Keys
- Click Create API Key and copy the key securely
- Send requests to
/api/v1/chatwith your key in theAuthorization: Bearerheader
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v1/chat | Send a message, receive AI response |
| GET | /api/v1/chatbots | List your agents |
| GET | /api/v1/auth | Test API key connection |