New
- Public REST API. A versioned REST API at
https://api.inbox.adraa.ai, authenticated with workspace API tokens. See the API introduction. - Workspace API tokens. Workspace admins can create and manage tokens in Settings → API. Follow the authentication guide to set one up.
- Verify token endpoint. Confirm a token works before wiring up an integration with
GET /api/v1/me. - Assign an agent. Programmatically assign teammates — or the workspace AI agent — to a conversation with
POST /api/v1/conversations/{conversationId}/assign. Rate limited at 60 requests per minute. - Send messages. Post messages into a conversation from your own systems with
POST /api/v1/conversations/{conversationId}/messages.