Rate limits are defined in the API reference. This page focuses on practical handling.Documentation Index
Fetch the complete documentation index at: https://buttercms.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Where to find limits
See API Rate Limits for current quotas and headers.Recommended handling
- Use caching for high‑traffic endpoints.
- Respect
Retry-Afterfor429responses and wait for the monthly reset if blocked. - Surface clear errors when monthly quota is exceeded.