{
"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": []
}