Skip to main content
POST
/
v1
/
ai
/
chat
/
stream
Stream AI chat response (SSE)
curl --request POST \
  --url https://api.rootly.com/v1/ai/chat/stream \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

message
string
required

Message to send

session_id
string<uuid>

Resume an existing session

incident_id
string<uuid>

Bind session to an incident

Response

SSE event stream