AiT AI GatewayIntelligent IT · MSP control plane

Quota Enforcement — monthly budget guardrails.

Hard spend limits per tenant. When a tenant exhausts their monthly budget, gateway requests are blocked with HTTP 429 until the 1st of the following month. Quotas reset automatically — no cron needed.

Total Tenants
0
with quotas configured
Currently Blocked
0
awaiting reset or budget increase
Near Limit (≥80%)
0
warning zone
Total Configured Budget
$0.00
across all tenants / month

No tenant quotas configured yet. Use PUT /api/quota to set a budget for a tenant.

API Reference
GET/api/quota?all=trueList all quotas (admin)
GET/api/quotaTenant self-read (x-tenant-id header)
PUT/api/quota{ tenantId, monthlyBudgetUsd } — set budget (admin)
POST/api/quota/reset{ tenantId } — manual reset (admin)