iiRecord
Agentic AI Atlas · Auto-approve (Openclaw)
interaction-primitive:openclaw-auto-approvea5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:openclaw-auto-approve

Structured · live

Auto-approve (Openclaw) json

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

File · agent-stack/interaction-primitives/ui-modes.yamlCluster · agent-stack
Record JSON
{
  "id": "interaction-primitive:openclaw-auto-approve",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/ui-modes.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Auto-approve (Openclaw)",
    "description": "Openclaw's auto-approval toggle for tool calls.",
    "surface": "cli",
    "availableInModes": [
      "chat",
      "plan",
      "composer",
      "edit"
    ],
    "requiresPermission": true
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:openclaw-auto-approve",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:openclaw.ui@current",
      "to": "interaction-primitive:openclaw-auto-approve",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "ui-control"
        }
      }
    }
  ]
}