Skip to main content
POST
Start Agent Run

Authorizations

Authorization
string
header
required

JWT in Authorization header. 'Bearer ' prefix optional.

Path Parameters

conversation_id
string<uuid>
required

Conversation ID

Body

application/json
content
string
required

User message text

content_parts
Content Parts · object[]

Structured user message content

page_context
AgentPageContext · object | null

Page context snapshot for the turn

mentions
AgentMention · object[]

Structured mentions in the message

model
string | null

Optional model override

Response

Successful Response