getunleash.io
Unleash is a feature management platform for creating, rolling out, and monitoring feature flags across applications. It is available as open source and hosted offerings, with support for SDKs, automation, and enterprise controls such as RBAC and service accounts.
Unleash exposes four tenant-hosted HTTP APIs (Client, Frontend, Admin, and Edge-compatible endpoints), plus a remote MCP server and an npm-distributed MCP CLI for AI agents.
- Unleash Client APIdiscovered
- Unleash Frontend APIdiscovered
- Unleash Admin APIdiscovered
- Unleash Edge APIdiscovered
- Unleash MCP CLIdiscovered
In your Unleash instance, go to Admin settings → Access control → API access and create a backend token. Backend tokens are scoped to one or more projects and a single environment, and are intended for the Client API and Unleash Edge client endpoints. See API tokens and client keys and API overview.
In your Unleash instance, go to Admin settings → Access control → API access and create a frontend token. Frontend tokens are scoped to one or more projects and a single environment, are safe to expose client-side, and are used with the Frontend API or Unleash Edge frontend endpoints. See API tokens and client keys and API overview.
Log in to your Unleash instance, open Profile → Personal Access Tokens, and create a new token. Unleash recommends PATs for testing, debugging, temporary automation access, and the local MCP server. See API tokens and client keys and the MCP setup in Unleash MCP Server.
Create a service account in your Unleash instance and generate its token from the service account configuration in the Admin UI. Service account tokens are intended for integrations and automation tools with specific permissions. See Service accounts and API tokens and client keys.
conventions · 1/7 published
- integrations.json——
- llms.txt✓https://getunleash.io/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