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.
Where to find endpoint documentation
All endpoint guides currently live in the Builder guides 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.