Rimp enforces a sliding-window rate limit per API key. Limits are tied to your plan.Documentation Index
Fetch the complete documentation index at: https://rimp.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Default limits
| Plan | Requests / minute | Concurrent jobs |
|---|---|---|
| Free | 60 | 1 |
| Pro | 300 | 10 |
| Studio | 600 | 25 |
| Team | 1,200 | 30 |
Headers
Every response includes:X-RateLimit-Reset is a Unix timestamp (seconds) — wait until then to be safe.
429 response
Retry-After (seconds). It’s always smaller than 60 for RPM limits.
Recommended backoff
Anomaly detection
If your spending in any hour exceeds 10× your weekly hourly average, Rimp pauses new requests for 30 minutes and emits ausage.anomaly_detected webhook to your account. This protects against credential leaks and runaway loops.
You’ll see:
request_id.
Raising your limits
- Pro / Studio: limits raise automatically when you upgrade in
/billing. - Team: write to sales@rimp.example with your expected RPM and concurrency.
- Burst handling: we don’t charge for unused capacity — burst-bias your traffic into evening windows if practical.