iiRecord
Agentic AI Atlas · Cost Budget Allocation
orch-primitive:cost-budget-allocationa5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:cost-budget-allocation

Structured · live

Cost Budget Allocation json

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

File · agent-stack/interaction-primitives/orchestration-primitives.yamlCluster · agent-stack
Record JSON
{
  "id": "orch-primitive:cost-budget-allocation",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Cost Budget Allocation",
    "description": "Allocate a token or monetary budget to a task or batch of tasks before\ndispatch. The primitive computes per-task budget ceilings from a\nglobal run budget, per-model pricing, estimated task complexity, and\nhistorical cost data. Allocated budgets are handed to the budget-stop\nprimitive which enforces them at runtime, and to cost-tracking which\naccounts actuals against the allocation.\n",
    "orchestrationKind": "budget-control",
    "trigger": "manual"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:cost-budget-allocation",
      "to": "layer:13-orchestration",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "orch-primitive:cost-budget-allocation",
      "to": "topic:agent-orchestration-products",
      "kind": "orch_applies_to",
      "attributes": {}
    },
    {
      "from": "orch-primitive:cost-budget-allocation",
      "to": "skill-area:budgeting-forecasting",
      "kind": "orch_requires_skill_area",
      "attributes": {}
    },
    {
      "from": "orch-primitive:cost-budget-allocation",
      "to": "orch-primitive:budget-stop",
      "kind": "orch_triggers",
      "attributes": {}
    },
    {
      "from": "orch-primitive:cost-budget-allocation",
      "to": "orch-primitive:cost-tracking",
      "kind": "orch_triggers",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}