auth0.com
Auth0 exposes four tenant-scoped HTTP APIs for developers—the Authentication API, Management API, My Account API, and My Organization API—plus the Auth0 CLI and a public Auth0 Docs MCP server; API access is generally authenticated with Auth0-issued OAuth/OIDC tokens or application credentials (client ID with secret/assertion, depending on the flow), while the docs MCP server is public.
- Auth0 Management APIdiscovered
- Auth0 Authentication APIdiscovered
- Auth0 My Account APIdiscovered
- Auth0 My Organization APIdiscovered
Create an Auth0 application and request a Management API token for audience https://{yourDomain}/api/v2/ with the scopes your integration needs, following Management API Access Tokens. For interactive use with the CLI, you can also run auth0 login or auth0 login --domain <your-domain> --client-id <client-id> --client-secret <client-secret> as documented in Auth0 CLI.
In the Auth0 Dashboard Applications page, create or open an application to get its client_id. For confidential apps, also obtain its client_secret or configure private key JWT / mTLS as described in Authentication API. Use the app's token endpoint authentication method that matches your flow.
conventions · 1/7 published
- integrations.json——
- llms.txt✓https://auth0.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing