> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gosentrix.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate Limits

> API rate limit reference

## Default Rate Limits

| Endpoint       | Limit | Window   |
| -------------- | ----- | -------- |
| Public API     | 1000  | 1 hour   |
| Control Plane  | 500   | 1 hour   |
| Authentication | 10    | 1 minute |
| Webhooks       | 100   | 1 hour   |

## Rate Limit Headers

All responses include:

* `X-RateLimit-Limit`: Maximum requests allowed
* `X-RateLimit-Remaining`: Remaining requests
* `X-RateLimit-Reset`: Unix timestamp when limit resets

## Per-Tenant Isolation

Rate limits are applied per tenant, ensuring fair resource allocation.

## Increasing Limits

Contact support to request higher rate limits for your tenant.
