Base URL and discovery
- Local development (issuer and APIs):
http://localhost:3001/api/v1/oidcas described on the home page — use discovery rather than hard-coding path suffixes. - Discovery (runtime source of truth):
GET {issuer}/.well-known/openid-configurationreturns all authorization, token, and JWKS endpoints for your environment.
What lives in “API reference” vs “Builder guides”
| Need | Go to |
|---|---|
| End-to-end auth flows, PKCE, device code, token exchange | Builder guides tab |
| Usage API (aggregated usage, billing analytics) | Usage API in this tab |
| User management, app tokens, billing endpoints | Builder guides and related pages in that tab |
Next steps
Usage API
GET aggregated usage and fees for your app (and optional per-user breakdown).User management
Create and manage end-users in your app tenant via the Builder API.