Skip to main content
POST
Create Message

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string<uuid>
required
session_id
string<uuid>
required

Body

application/json
role
string
required
content
string
required
parts_json
any[] | null
context_vault_ids_used
string<uuid>[] | null
graph_delta
GraphDelta · object | null

Response

Successful Response

id
string<uuid>
required
session_id
string<uuid>
required
role
string
required
content
string
required
context_vault_ids_used
string<uuid>[] | null
required
graph_nodes_created
integer
required
graph_edges_created
integer
required
created_at
string<date-time>
required
parts_json
any[] | null