Chats
Create conversations, send messages, and consume streaming clinical responses.
List chats
List chats available to the authenticated organization and user scope.
Create a chat
Create a chat for the user identified by `X-Doctronic-User-ID` within the organization identified by the Bearer token.
Get a chat
Fetch a single chat by id.
List chat messages
List the user and assistant messages in a chat.
Stream a chat turn (SSE)
Send a user message to an existing chat and stream the assistant's reply as Server-Sent Events.