Waxell Rate Limits
Waxell exposes two related rate-limiting surfaces. The Observe REST API enforces tenant-scoped request limits (per `wax_sk_` API key) and returns HTTP 429 when exceeded. Independently, the Waxell governance engine itself emits "throttle" decisions through the policy_check endpoint to slow down or block agents under runtime cost or rate-limit policies — agents see this as a `PolicyViolationError`. Numeric ceilings are not publicly documented.
Waxell Rate Limits is the machine-readable rate-limit profile for Waxell on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring varies.
The profile also includes 5 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, and unauthorized.
Tagged areas include Rate Limiting, AI Agent Governance, and Observability.