Skip to main content

Project Rate Limits

Ory Network currently enforces three rate limit policies based on the path of your request.

  1. /sessions/whoami: A dedicated rate limit policy for all calls to the /sessions/whoami endpoint to keep these separate from all other calls.
  2. /identities: A dedicated rate limit policiy for all calls to the /identities endpoint to throttle the number of requests to this endpoint.
  3. *: All other calls a managed by this rate limit policy.

Each policy defines two rate limits:

  1. burst: a per second rate limit of requests to allow for some requests spikes for a short period of time
  2. sustained: a rate limit of requests for a 1 minute time window

The following table shows the limits of the three rate-limit policies for each subscription plan tier:

Subscription PlanPath / BucketRate Limits (burst/sustained)
Develop/sessions/whoami:
/identities:
*:
15 rps / 450 rpm
1 rps / 10 rpm
15 rps / 450 rpm
Essentials/sessions/whoami:
/identities:
*:
80 rps / 1800 rpm
10 rps / 300 rpm
40 rps / 900 rpm
Scale/sessions/whoami:
/identities:
*:
800 rps / 18000 rpm
20 rps / 600 rpm
400 rps / 9000 rpm