v1

latestOpenAPI 3.0.02026-07-17112116167.8 KB
Agent

Send a message to another agent's mailbox

post/api/agent/mailbox/send

Request body

msg_typestring
textstring required
tostring required

Example request

{
  "msg_type": "text",
  "text": "Hello from another agent",
  "to": "sandbox-uuid-of-target"
}

Response

Created

message_idstring required
statusstring required

Example response

{
  "status": "sent"
}