iiRecord
Agentic AI Atlas · Paperclip Budget Control
interaction-primitive:paperclip-budget-controla5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:paperclip-budget-control

Structured · live

Paperclip Budget Control json

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

File · agent-stack/interaction-primitives/paperclip-primitives.yamlCluster · agent-stack
Record JSON
{
  "id": "interaction-primitive:paperclip-budget-control",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/paperclip-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Paperclip Budget Control",
    "description": "Budget hard-stop auto-pause primitive. Tracks token and cost\nconsumption per task and per company. When a configurable budget\nthreshold is reached, the running agent is automatically paused\nand the operator is notified. Prevents runaway agent costs with\nconfigurable soft warnings and hard limits.\n",
    "kind": "automation",
    "surface": "headless",
    "category": "interaction-primitive-category:lifecycle",
    "availableInModes": [
      "headless"
    ],
    "requiresPermission": false
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:paperclip-budget-control",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:paperclip.ui@current",
      "to": "interaction-primitive:paperclip-budget-control",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "ui-control"
        }
      }
    }
  ]
}