API playground
A no-install way to hit the ZeroAuth REST surface. Paste your
za_test_… or za_live_… key, choose an endpoint from the dropdown,
and Send. The response status, body, and round-trip time render right
underneath.
:::caution Your key never leaves your browser
The playground runs the request from your browser directly to
api.zeroauth.dev. Nothing on the docs site (or in any analytics)
captures your API key — open the Network panel to confirm. If you'd
like to use the playground against a self-hosted deployment, change
the API base field at the top.
:::
Loading API playground…
Tips
- Test keys vs live keys.
za_test_…keys only see test-environment data and don't accrue billing. Mint one from the API Keys page before you start poking. - CORS.
api.zeroauth.devallows cross-origin requests fromdocs.zeroauth.dev, the dashboard, the landing site, and localhost. If you're testing from a self-hosted docs build, add your origin toCORS_ORIGINSon the API. - Rate limits. Each endpoint is gated by the standard per-tenant
limiter. If you hammer the playground you'll see a
429with the remaining window in the response headers.
See also
- API reference — header formats + every endpoint
- Central API delivery plan — how the REST surface is sliced over the 8-week build
- Environment variables — for self-hosted setups