Skip to main content
POST
Send a message to the configuration assistant

Authorizations

hookie_session
string
cookie
required

The console's sealed session cookie, set by WorkOS AuthKit. Mutating requests also require the X-Requested-With CSRF header.

Path Parameters

project_id
string
required

Body

application/json
message
string
required

Trimmed before use; must be non-blank. When a draft is in progress this is read deterministically as the answer to the pending field and costs no AI quota.

Required string length: 1 - 4000

Response

The assistant's reply. Same message shape as getAssistantHistory. A reply carrying a proposal with proposal_status 'pending' must be confirmed explicitly — nothing is created by this call.

message
object
required

See getAssistantHistory for the full message shape.