Skip to main content
POST
Create a message

Authorizations

Authorization
string
header
required

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

Body

application/json
content
string
required
Required string length: 1 - 1000000
sessionId
string<uuid>
required
artifactId
string<uuid>
mcpServers
string[]
Maximum array length: 100
Required string length: 1 - 200
pullRequestId
string<uuid>
agentOptions
object

Agent-specific options. Options are normalized and validated after the session agent is selected.

deliveryMode
enum<string>
Available options:
queue,
steer
jsonContent
string

JSON-encoded TipTap document, normally rooted at { "type": "doc", "content": [...] }.

Example:

"{\"type\":\"doc\",\"content\":[{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"text\":\"Hello\"}]}]}"

slashCommand
object

Response

Create a message

hotPath
object | null
required
job
object | null
required
message
object
required
session
object
required