To ensure fair usage and system stability, the API implements rate limiting. Rate limits are applied per API key and are reset on a rolling window basis. The current rate limits are:Documentation Index
Fetch the complete documentation index at: https://docs.rayrift.com/llms.txt
Use this file to discover all available pages before exploring further.
- Requests per minute: 60 requests
- Requests per hour: 1,000 requests
- Requests per day: 10,000 requests
X-RateLimit-Limit: The maximum number of requests allowed in the current windowX-RateLimit-Remaining: The number of requests remaining in the current windowX-RateLimit-Reset: The time (in seconds) when the rate limit window resets

