API Keys
All requests to the Guayaba API must be authenticated using an API key passed in theX-API-Key header.
API keys follow the format
gua_xxxxxxxx_.... Keep your key secret — treat it like a password and never expose it in client-side code or public repositories.Rate Limiting
API requests are rate-limited per key to ensure fair usage and platform stability.Rate Limit Headers
Every API response includes these headers so you can monitor your usage:Handling 429 Errors
When you exceed the rate limit, the API returns a429 Too Many Requests response. The Retry-After header tells you exactly how many seconds to wait.