Start chat conversation
Create a new chat conversation and send its first message.
Returns 202 immediately with the created conversation. Processing is asynchronous: poll
GET /chat/{chatConversationShortId} until the latest assistant message has
status: 'COMPLETED' to read the reply.
Body
Response
The request has been accepted for processing, but processing has not yet completed.
Conversation data with recent messages (newest first).
^chat(-.+_.+|_.+)$Dashboard URL for the conversation.
Where the conversation originated. api for conversations created via this API, ui for the dashboard, github/gitlab for VCS-triggered chats, and system for everything else.
api, ui, github, gitlab, system Recent messages, newest first. Empty on creation; poll GET /chat/{chatConversationShortId} to retrieve.