iiRecord
Agentic AI Atlas · Intake
phase:intakea5c.ai
II.
Phase JSON

phase:intake

Structured · live

Intake json

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

File · lifecycle/phases/intake.yamlCluster · lifecycle
Record JSON
{
  "id": "phase:intake",
  "_kind": "Phase",
  "_file": "lifecycle/phases/intake.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "order": 1,
    "displayName": "Intake",
    "phaseMachineId": "phase-machine:default-process",
    "description": "The intake phase of the default process phase machine.\n"
  },
  "outgoingEdges": [
    {
      "from": "phase:intake",
      "to": "phase-machine:default-process",
      "kind": "belongs_to_phase_machine"
    }
  ],
  "incomingEdges": [
    {
      "from": "phase-machine:default-process",
      "to": "phase:intake",
      "kind": "has_phase"
    },
    {
      "from": "phase-transition:intake-to-plan",
      "to": "phase:intake",
      "kind": "from_phase"
    }
  ]
}