Unleash for your agents.
Connect Unleash once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Unleash.
What agents can do with Unleash
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
unleash_list_projectsCheck the token: list all projects.
unleash_get_projectGet details of a specific project by id.
unleash_list_featuresList feature toggles in a project.
unleash_get_featureGet details of a specific feature toggle.
unleash_list_environmentsList all environments.
unleash_get_feature_envGet the state of a feature toggle in a specific environment.
unleash_create_featureCreate a new feature toggle in a project. `name` is the toggle name; `type` is release, experiment, operational, or permission.
unleash_toggle_feature_onEnable a feature toggle in a specific environment.
unleash_toggle_feature_offDisable a feature toggle in a specific environment.
unleash_delete_featureArchive (delete) a feature toggle. The toggle name becomes available for reuse.
unleash_list_tagsList all tags configured in the Unleash instance.
unleash_update_featureUpdate a feature toggle's name, description, or type. Provide only the fields to change.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to Unleash, go to Admin > API Keys.
- Click 'Add API Key', set permissions (admin or read-only), and copy the token.
- Enter your Unleash instance URL. Paste the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Unleash to Even: call connect_begin("unleash") on the even-connect MCP and walk me through it.
Manage feature flags in Unleash, toggle features across environments, and control release rollouts by project.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.