Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Body

application/json
app_context
object
required
content
string | null
conversation_uuid
string<uuid> | null
timezone
string | null

IANA timezone name from the client (e.g. "America/New_York"), forwarded to the assistant so it resolves relative due dates in the user's own zone.

Response

Conversation envelope. agent_error is non-null when the assistant call failed but the user message was persisted (per ADR-0001).

status
string
required
timestamp
string<date-time>
required
data
object
message
string | null
request_id
string | null