iiRecord
Agentic AI Atlas · Start (a5c canonical)
hook-surface:starta5c.ai
II.
HookSurface JSON

hook-surface:start

Structured · live

Start (a5c canonical) json

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

File · channels-hooks/hook-surfaces/canonical/start.yamlCluster · channels-hooks
Record JSON
{
  "id": "hook-surface:start",
  "_kind": "HookSurface",
  "_file": "channels-hooks/hook-surfaces/canonical/start.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "eventName": "Start (a5c canonical)",
    "displayName": "Start (a5c canonical)",
    "kind": "canonical",
    "direction": "event",
    "blocking": false,
    "family": "in-process",
    "payloadSchema": {
      "type": "object",
      "required": [
        "runId"
      ],
      "properties": {
        "runId": {
          "type": "string"
        }
      }
    },
    "description": "a5c-emitted: fires at the start of a babysitter run.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-core-impl:a5c.core@current",
      "to": "hook-surface:start",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "hook-mapping:start-babysitter",
      "to": "hook-surface:start",
      "kind": "maps_hook",
      "attributes": {}
    }
  ]
}