Skip to main content

Authentication

Every API request requires an API key passed as a Bearer token.

Create an API key

Open the Playground page from the sidebar and click Generate API Key. The full key is shown once — copy it and store it securely. Generating a new key revokes the previous one. Each workspace has one active key at a time.

Chat endpoint

Send a message to an agent and get a response with citations and applied definitions.

Request

Response

Errors

Examples

Multi-turn conversations

Pass the conversation_id from a previous response to continue the conversation. The agent retains the full message history for that conversation.

Playground

The Playground page in the sidebar lets you test the chat endpoint directly from the browser. Select an agent, type a message, and see the full response with citations and definitions. The page also shows ready-to-use code snippets in cURL, Python, and JavaScript with your actual API key and agent ID filled in.