Skip to content

Commit 40a8a51

Browse files
authored
chore: add default enterprise rls (#2035)
1 parent e1117bf commit 40a8a51

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

docs/guides/rate-limits.mdx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,22 @@ Growth plan rate limits also apply to the Legacy `Scale` plan.
126126

127127
#### Enterprise plan rate limits
128128

129-
Looking for enterprise-grade rate limits? Everything's possible.
130-
[Get in touch with us to discuss your requirements](https://ory.sh/contact).
129+
The Enterprise plan has the same default rate limits as the Growth plan. If you use case requires higher limits, please
130+
[get in touch with us to discuss your requirements](https://ory.sh/contact).
131+
132+
| Environment | Path / Bucket | Burst (rps) | Sustained (rpm) |
133+
| :-------------------- | :------------------------- | ----------: | --------------: |
134+
| Production | `/sessions/whoami` | 1200 | 36000 |
135+
| | `/admin/oauth2/introspect` | 1200 | 36000 |
136+
| | `/relation-tuples/check` | 1200 | 36000 |
137+
| | `GET /admin/identities` | 60 | 1200 |
138+
| | `POST /admin/recovery/*` | 20 | 600 |
139+
| | `*` | 800 | 18000 |
140+
| Staging & Development | `/sessions/whoami` | 10 | 30 |
141+
| | `/admin/oauth2/introspect` | 10 | 300 |
142+
| | `/relation-tuples/check` | 10 | 300 |
143+
| | `GET /admin/identities` | 1 | 10 |
144+
| | `*` | 5 | 150 |
131145

132146
## Endpoint based rate limits
133147

0 commit comments

Comments
 (0)