iiRecord
Agentic AI Atlas · Acme tenant monthly token quota
quota:tenant-acme-monthly-tokensa5c.ai
II.
Quota JSON

quota:tenant-acme-monthly-tokens

Structured · live

Acme tenant monthly token quota json

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

File · extensions/cost-quota/quotas-canonical.yamlCluster · extensions
Record JSON
{
  "id": "quota:tenant-acme-monthly-tokens",
  "_kind": "Quota",
  "_file": "extensions/cost-quota/quotas-canonical.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Acme tenant monthly token quota",
    "quotaKind": "tpm",
    "limit": 100000000,
    "window": "30d",
    "scope": "tenant",
    "notes": "Hard monthly cap of 100M tokens across all models for tenant 'acme'.\n"
  },
  "outgoingEdges": [
    {
      "from": "quota:tenant-acme-monthly-tokens",
      "to": "tenant:acme",
      "kind": "constrains",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "usage-record:symphony-2026-04-30-run-001",
      "to": "quota:tenant-acme-monthly-tokens",
      "kind": "recorded_against",
      "attributes": {}
    },
    {
      "from": "usage-record:symphony-2026-04-30-run-002",
      "to": "quota:tenant-acme-monthly-tokens",
      "kind": "recorded_against",
      "attributes": {}
    }
  ]
}