File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,22 @@ Growth plan rate limits also apply to the Legacy `Scale` plan.
126
126
127
127
#### Enterprise plan rate limits
128
128
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 |
131
145
132
146
## Endpoint based rate limits
133
147
You can’t perform that action at this time.
0 commit comments