Project Rate Limits
Ory Network enforces different rate limit policies based on the path of your request.
/sessions/whoami: session checks/admin/oauth2/introspect: OAuth2 token introspection/relation-tuples/check: permission checkGET /admin/identities: list identities*: everything else
Each of these policies incorporates two types of rate limits:
- The
burstlimit, which regulates the maximum number of requests per second, allowing brief spikes in request volume. - The
sustainedlimit, controlling the number of requests over a one-minute period.
| Subscription Plan | Path / Bucket | burst (rps) | sustained (rpm) |
|---|---|---|---|
| Develop | /sessions/whoami | 15 | 450 |
/admin/oauth2/introspect | 15 | 450 | |
/relation-tuples/check | 15 | 450 | |
GET /admin/identities | 1 | 10 | |
* | 15 | 450 | |
| Essentials | /sessions/whoami | 80 | 1800 |
/admin/oauth2/introspect | 80 | 1800 | |
/relation-tuples/check | 80 | 1800 | |
GET /admin/identities | 10 | 300 | |
* | 40 | 900 | |
| Scale | /sessions/whoami | 800 | 18000 |
/admin/oauth2/introspect | 800 | 18000 | |
/relation-tuples/check | 800 | 18000 | |
GET /admin/identities | 20 | 600 | |
* | 400 | 9000 |
note
Looking for enterprise-grade rate limits? Everything's possible. Get in touch with us to discuss your requirements.