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

# Rate Limit

> Workspace-level API rate limits and headers

## Defaults

Rate limits vary by workspace environment:

### Live workspaces

* 3,000 requests per minute
* 30 requests per second (burst)

### Sandbox workspaces

* 100 requests per minute
* 5 requests per second (burst)

Usage-based pricing applies to every call—no plan upgrades needed.

## Response headers

```
X-RateLimit-Limit: 3000
X-RateLimit-Remaining: 2988
X-RateLimit-Reset: 1704067200
```

## Handling 429

On `429 Too Many Requests`, wait and retry with exponential backoff. Respect `X-RateLimit-Reset` when
present.
