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

# Rate Limits

> Rate-limiting behavior, retry guidance, and safe client patterns

# Rate Limits

Linquid APIs can enforce request throttling for reliability.

## When throttling happens

* high burst traffic on write-heavy routes
* sustained high-frequency polling patterns
* workspace-level resource protection

## Client expectations

* handle `429` with exponential backoff and jitter
* respect retry budgets
* reduce parallel fan-out on analytics/detail pages

## Related

* `/developer/rate-limits-and-budgeting`
* `/developer/error-model-and-retries`
