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

# Rate Limits

> API rate limits

| Resource     | Limit              |
| ------------ | ------------------ |
| API requests | 100/minute per key |
| Key creation | 5/day per IP       |

Check remaining quota in response header:

```
X-RateLimit-Remaining: 95
```

When limited, wait 60 seconds before retrying.
