Skip to main content
The external chat endpoint is designed for third-party applications, websites, and services. It uses Agent API Keys instead of Auth0 JWT.

Authentication

Use an Agent API Key (ak_*) in the Authorization header:
Create API keys via the Create API Key endpoint or from the dashboard.

Path Parameters

agent_id
string
required
The agent’s public ID (ag_*)

Request Body

message
string
required
User message text
session_id
string
Session ID for conversation continuity

Response 200


When to Use This vs /chat


Errors