Send Message

POST
/v1/agents/:agent_id/messages

Process a user message and return the agent’s response. This endpoint accepts a message from a user and processes it through the agent.

Path parameters

agent_idstringRequired

Request

This endpoint expects an object.
messageslist of objectsRequired

The messages to be sent to the agent.

use_assistant_messagebooleanOptionalDefaults to true

Whether the server should parse specific tool call arguments (default send_message) as AssistantMessage objects.

assistant_message_tool_namestringOptionalDefaults to send_message

The name of the designated message tool.

assistant_message_tool_kwargstringOptionalDefaults to message

The name of the message argument in the designated message tool.

Response

Successful Response

messageslist of objects

The messages returned by the agent.

usageobject

The usage statistics of the agent.

Errors

Built with