iiRecord
Agentic AI Atlas · Mailbox example channel
channel:mailbox-examplea5c.ai
II.
Channel JSON

channel:mailbox-example

Structured · live

Mailbox example channel json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · channels-hooks/channels/mailbox-example.yamlCluster · channels-hooks
Record JSON
{
  "id": "channel:mailbox-example",
  "_kind": "Channel",
  "_file": "channels-hooks/channels/mailbox-example.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "displayName": "Mailbox example channel",
    "kind": "mailbox-channel",
    "endpoint": "redis://localhost:6379/agent-mailbox",
    "brokeringPrimitive": "A Redis-backed list serves as the mailbox. Producers LPUSH\nmessages; consumers BRPOP. Persistence lasts until consumed or\nuntil Redis eviction.\n",
    "persistent": true,
    "description": "Asynchronous handoff mailbox between producer and consumer agents.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "human-checkpoint:cost-escalation",
      "to": "channel:mailbox-example",
      "kind": "notifies_via",
      "attributes": {}
    },
    {
      "from": "human-checkpoint:weekly-summary-advisory",
      "to": "channel:mailbox-example",
      "kind": "notifies_via",
      "attributes": {}
    }
  ]
}