AxAxolite Docs
Docs

FAQ

Fast answers for integration edge cases, auth issues, and route behavior.

Can I use one token for everything?

No. Route families validate token type explicitly.

Why do I get 403 with a valid token?

Token validity does not imply team membership or sufficient role.

How should I handle 429?

Use exponential backoff with jitter. Cache read-heavy endpoints where possible.

Is /metrics public?

No. It requires x-internal-metrics-key and should only be called from trusted infrastructure.

StartEnd