Access
API keys
Create scoped bearer tokens from Dashboard, Settings, Developers, API keys. Tokens are shown once, so store them in your automation platform secret field.
- Use the smallest scope set needed by the automation.
- Send tokens with the Authorization header as a bearer token.
- Rotate keys when an automation owner changes.
Events
Webhooks
Webhooks deliver signed product events such as captured leads, new messages, handoff requests, and completed training jobs.
{
"eventId": "evt_test_lead",
"eventType": "lead.captured",
"createdAt": "2026-01-01T09:00:00.000Z",
"data": {
"chatbotId": "chatbot_123",
"conversationId": "conversation_123",
"email": "visitor@example.com"
}
}Automation
Zapier and Make
The Developers page includes Zapier and Make kits with API base URL, OpenAPI URL, required scopes, webhook mappings, test payloads, and exportable manifest and recipe JSON.
- Create an API key with the kit scopes.
- Register your Zapier catch hook or Make custom webhook URL.
- Send the provided test payload before enabling the automation.
Branding
Referral badge
Workspace branding controls whether the powered by badge is shown. Badge impressions and clicks are tracked with hashed request metadata.
API reference
Every endpoint under /api/v1, the scope each one needs, and how authentication, idempotency and rate limits behave. Generated from the OpenAPI document the API serves.