iiRecord
Agentic AI Atlas · Krate Approval Gate
orch-primitive:krate-approval-gatea5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:krate-approval-gate

Structured · live

Krate Approval Gate json

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

File · agent-stack/interaction-primitives/krate-orchestration.yamlCluster · agent-stack
Record JSON
{
  "id": "orch-primitive:krate-approval-gate",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/krate-orchestration.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Krate Approval Gate",
    "description": "Human-in-the-loop approval gate for agent actions. When an agent\nrequests access to secrets, destructive tools, or write-back\noperations, the dispatch controller pauses and creates an\nAgentApproval resource requiring human decision. The agent\nsession blocks until approved or denied.\n",
    "kind": "approval-gate",
    "trigger": "on-state-change"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:krate-approval-gate",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "orch-primitive:krate-pr-as-artifact",
      "to": "orch-primitive:krate-approval-gate",
      "kind": "orch_triggers",
      "attributes": {}
    },
    {
      "from": "platform:krate",
      "to": "orch-primitive:krate-approval-gate",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ]
}