v1
latestOpenAPI 3.0.32026-07-1751720.0 KBPost message
Send a message to the agent. For messages of type 'user', the agent's status must be 'stable' for the operation to complete successfully. Otherwise, this endpoint will return an error.
post/message
Request body
Example request
{
"$schema": "https://example.com/schemas/MessageRequestBody.json",
"content": "Hello, agent!",
"type": "user"
}Response
OK
Example response
{
"$schema": "https://example.com/schemas/MessageResponseBody.json"
}