409
Key quota exceeded
https://api.quotastack.io/errors/key_quota_exceeded
This environment already holds as many API keys as it may. QuotaStack made no key.
Why it happened
- You hit the key limit for this environment.
How to fix it
- Delete a key you no longer use, in the dashboard.
- Swap a key in place, instead of making a new one.
Example response 409
{
"type": "https://api.quotastack.io/errors/key_quota_exceeded",
"title": "Key quota exceeded",
"status": 409,
"detail": "The API key limit for this environment has been reached."
} Which calls return this
POST /v1/admin/auth/signupPOST /v1/admin/auth/resend-verificationPOST /v1/admin/api-keysPOST /v1/admin/api-keys/{id}/revokePATCH /v1/admin/tenants/{tenant_id}/configPOST /v1/admin/tenants/{tenant_id}/webhook-secret/rotatePOST /v1/tenants/{id}/live-access/approvePOST /v1/tenants/{id}/live-access/rejectPOST /v1/tenants/{id}/live-access/suspendPOST /v1/tenants/{id}/sandbox-access/suspendPOST /v1/tenants/{id}/sandbox-access/enable
See also
● raw markdown · key_quota_exceeded.md ↗ — this is exactly what an agent fetches
Loading…