Send Message
Chat
Send Message
Send a message to the AI chat assistant
POST
Send Message
POST /chat/message
Send a user message to the Bubba AI assistant and receive a response. This is the primary endpoint for interactive chat within the platform.Notes
- Requires a write session (workspace write access).
- The
messagefield is required and must be non-empty. - Pass
conversation_idto continue an existing conversation, or omit it to start a new one. - The optional
providerfield selects an AI model provider; defaults to the platform default when omitted. - Set
low_stakes: truefor lighter-weight responses where lower latency is preferred over depth. - Supports an
X-Idempotency-Keyheader to prevent duplicate message processing on retries. - This endpoint proxies through DalyAPI to the Bubba chat service.
- Response is wrapped in
{ "result": "success", "data": ... }wheredatacontains the assistant’s reply and conversation metadata. - Returns
503if the chat service is not configured or unavailable.
