Skip to main content
err:user:too_many_requests:workspace_rate_limited
Example
{
  "meta": {
    "requestId": "req_4dgzrNP3Je5mU1tD"
  },
  "error": {
    "detail": "This workspace has exceeded its API rate limit of 100/10s. Please try again later.",
    "status": 429,
    "title": "Too Many Requests",
    "type": "https://unkey.com/docs/errors/user/too_many_requests/workspace_rate_limited"
  }
}

What Happened?

Your workspace has been configured with an API rate limit and you’ve exceeded it. Most workspaces don’t have a rate limit by default — this is only applied when needed. The response includes standard rate limit headers (RateLimit-Limit, RateLimit-Remaining, RateLimit-Reset, Retry-After) so your client knows when to retry.

Need Help?

If you’re hitting this limit unexpectedly, contact us and we’ll sort it out.
Last modified on February 18, 2026