Lunary · Rate Limits

Lunary Rate Limits

Lunary's API uses a sliding-window rate limiter. The current published limit is 30 requests per second per API key. Standard HTTP codes are returned (429 rate-limit, 422 invalid params, 403 unauthorized, 50x server). Self-hosted deployments are unconstrained beyond your own infrastructure.

1 Limits Throttle: 429
AI EvaluationObservabilityOpen SourceLLMTracingPromptsRate LimitingQuotasThrottling

Limits

Per API key (hosted) account
requests-per-second
30 RPS
Sliding-window rate limiter on the hosted SaaS.

Policies

Backoff Strategy
On 429, apply exponential backoff with jitter.
Self-Host Option
For very high event volume, deploy self-hosted to remove rate-limit ceiling.

Sources