Skip to main content
POST
Send chat message

Authorizations

Authorization
string
header
required

Session token issued by the desktop/native auth exchange, sent as Authorization: Bearer .

Body

application/json
workspaceId
string
required
content
string
required

Message content

Required string length: 1 - 20000
projectId
string
conversationId
string

Existing conversation ID. Omit to start new.

agentId
string

Agent to chat with

providerKeyId
string

Response

SSE stream with conversation events

Server-Sent Events stream. Events: conversation, status, tool_call, tool_result, done, error