supertokens.com
SuperTokens is an authentication platform for adding sign-in, session management, multi-tenancy, and related identity features to applications. It provides managed and self-hosted core services plus SDKs and tooling for web backends, frontends, and AI-assisted workflows.
SuperTokens exposes two HTTP integration APIs—its Core Driver Interface (CDI) and Frontend Driver Interface (FDI)—plus an MCP server pattern over HTTP and two npm CLIs (`supertokens-mcp-plugin` and `create-supertokens-app`).
- SuperTokens Core Driver Interface (CDI)discovered
- supertokens-mcp-plugin CLI MCP serverdiscovered
- create-supertokens-app CLIdiscovered
For SuperTokens Managed Service, open the dashboard and copy the API key shown for your core. For self-hosted SuperTokens Core, configure one or more keys in the core using the API_KEYS setting as documented in Add API keys, then use one of those keys in your backend SDK or direct CDI requests via the api-key header.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://supertokens.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