AI Chat
Send AI chat message
Send a message to the AI assistant and receive a synchronous reply. Optionally bind the conversation to an incident for context-aware responses. Requires ai.chat:write OAuth scope or an API key.
POST
Send AI chat message
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Message to send to the AI assistant
Resume an existing session
Bind session to an incident for context
Previous
Stream AI chat response (SSE)Send a message and receive the AI response as a Server-Sent Events stream. Events: `session_id` (initial), `text` (content chunks), `task_update` (tool progress), `error`, `done` (terminal with status). Requires `ai.chat:write` OAuth scope or an API key.
Next
Send AI chat message