iiRecord
Agentic AI Atlas · Slack example channel
channel:slack-examplea5c.ai
II.
Channel JSON

channel:slack-example

Structured · live

Slack example channel json

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

File · channels-hooks/channels/slack-example.yamlCluster · channels-hooks
Record JSON
{
  "id": "channel:slack-example",
  "_kind": "Channel",
  "_file": "channels-hooks/channels/slack-example.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "displayName": "Slack example channel",
    "kind": "chat-channel",
    "endpoint": "https://slack.com/api",
    "brokeringPrimitive": "Messages flow through Slack's Web API and Events API. Slack's\nservers persist history; the agent maintains only an ephemeral\nsocket-mode or webhook receiver for inbound events.\n",
    "persistent": true,
    "description": "A Slack workspace channel used for human/agent collaboration.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "human-checkpoint:pre-merge-review",
      "to": "channel:slack-example",
      "kind": "notifies_via",
      "attributes": {}
    },
    {
      "from": "human-checkpoint:cost-escalation",
      "to": "channel:slack-example",
      "kind": "notifies_via",
      "attributes": {}
    }
  ]
}