> ## Documentation Index
> Fetch the complete documentation index at: https://cachet-claude-scheduled-incidents-maintenance-0mn6xo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate limiting

> Learn how rate limits work in the Cachet API.

Cachet rate-limits the API to prevent abuse. The rate limit is 300 requests per minute per IP address.

Cachet will return the `X-RateLimit-Limit`, `X-RateLimit-Remaining`, and `X-RateLimit-Reset` headers in the response to provide information about the rate limit.

<Tip>
  You can override the default rate limit by setting the `CACHET_API_RATE_LIMIT` environment variable.
</Tip>
