Operation detail

Back to operation catalog

message.send

Sends a durable same-node Sidecat message and stores an invocation trace.

FieldValue
Classlocal_transition
Ownersidecatd.message
Input schemasidecat.message_send_request.v0
Output schemasidecat.message_send_response.v0

Input template

{
  "anchors": [
    {
      "ref": "work_thread:local:example",
      "type": "work"
    }
  ],
  "body": "Native coordination message body.",
  "from": "agent:codex",
  "to": "agent:claude"
}