iiRecord
Agentic AI Atlas · Acme Q2 2026 budget policy
budget-policy:acme-q2-2026a5c.ai
II.
BudgetPolicy JSON

budget-policy:acme-q2-2026

Structured · live

Acme Q2 2026 budget policy json

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

File · extensions/cost-quota/budget-policies.yamlCluster · extensions
Record JSON
{
  "id": "budget-policy:acme-q2-2026",
  "_kind": "BudgetPolicy",
  "_file": "extensions/cost-quota/budget-policies.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Acme Q2 2026 budget policy",
    "limit": 50000,
    "currency": "USD",
    "period": "quarterly",
    "enforcement": "throttle",
    "alertThresholds": [
      0.5,
      0.8,
      0.95
    ],
    "notes": "Quarterly LLM spend cap with three escalating alert thresholds. On 100%\nconsumption, the platform throttles new requests rather than blocking.\n"
  },
  "outgoingEdges": [
    {
      "from": "budget-policy:acme-q2-2026",
      "to": "tenant:acme",
      "kind": "owns_budget",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}