Send Message Async
Authentication
Header authentication of the form Bearer <token>
Path Parameters
The ID of the agent in the format ‘agent-<uuid4>’
Request
Syntactic sugar for a single user message. Equivalent to messages=[{‘role’: ‘user’, ‘content’: input}].
Only return specified message types in the response. If None (default) returns all messages.
Whether the server should parse specific tool call arguments (default send_message) as AssistantMessage objects. Still supported for legacy agent types, but deprecated for letta_v1_agent onward.
The name of the designated message tool. Still supported for legacy agent types, but deprecated for letta_v1_agent onward.
The name of the message argument in the designated message tool. Still supported for legacy agent types, but deprecated for letta_v1_agent onward.
Response
The human-friendly ID of the Run