Start a chat
Starts a new agent chat. Use application/json for text-only, or multipart/form-data to attach files (field files).
Authorizations
API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.
Body
Start a new chat. application/json is shown here. To attach files, send multipart/form-data instead.
First instruction for the agent, in natural language.
Connected repositories to attach as context for the chat.
Image URLs to attach to the message.
Verified organization domain ids to scope the chat to. Narrowing only: the agent is authorized to test only these domains (and their subdomains). Omit for organization-wide authorization.
Response
Chat started.
The response is of type object.