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.
No tenant quotas configured yet. Use PUT /api/quota to set a budget for a tenant.
/api/quota?all=trueList all quotas (admin)/api/quotaTenant self-read (x-tenant-id header)/api/quota{ tenantId, monthlyBudgetUsd } — set budget (admin)/api/quota/reset{ tenantId } — manual reset (admin)