Auth
auth.signup
Creates an organisation, admin user, team, and first workspace.auth.login
auth.session
Workspaces
workspaces.query
Execute a query against a workspace’s AI.QueryResponse
| Field | Type | Description |
|---|---|---|
answer | string | The AI’s response |
tools_called | string[] | Tools the agent invoked |
connections_hit | string[] | Connections used |
tokens | {input, output} | Token counts |
cost_usd | number | Estimated cost |
duration_ms | number | Response time |
error | string or null | Error if failed |
conversation_id | string | Conversation ID |
session_id | string | Session ID |
workspaces.dashboard
Conversations
conversations.list
| Param | Type | Values |
|---|---|---|
status | string | open, cold, closed |
category | string | query, issue, sales, feedback, support, internal, other |
resolution | string | resolved, unresolved, escalated, abandoned |
consumer | string | slack, api, whatsapp, claude-code |
limit | number | Page size |
offset | number | Pagination offset |