> ## 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.

# Rate Limits

> API rate limiting and usage guidelines

To ensure fair usage and system stability, the API implements rate limiting.

<Warning>
  Exceeding rate limits will result in a 429 Too Many Requests response.
</Warning>

Rate limits are applied per API key and are reset on a rolling window basis. The current rate limits are:

* **Requests per minute**: 60 requests
* **Requests per hour**: 1,000 requests
* **Requests per day**: 10,000 requests

Rate limit information is included in response headers:

* `X-RateLimit-Limit`: The maximum number of requests allowed in the current window
* `X-RateLimit-Remaining`: The number of requests remaining in the current window
* `X-RateLimit-Reset`: The time (in seconds) when the rate limit window resets
