Agents
Manage feature flags directly from your coding agent
Flipswitch integrates with AI coding agents through an MCP server and a skills package. Manage flags, toggle environments, generate SDK setup code, and create projects without leaving your editor.
What you get
MCP server -- Your agent connects to mcp.flipswitch.io and gets access to Flipswitch operations:
- List and create feature flags
- Toggle flags on/off per environment
- Get SDK installation and initialization code for your language
- Browse projects, environments, and API keys
Skills package -- Pre-built agent skills from flipswitch-io/skills that give your agent ready-made Flipswitch workflows:
| Skill | What it does |
|---|---|
/flipswitch-setup | Detects your language, installs the SDK, writes init code, and creates your first flag |
/flipswitch-create | Creates a new feature flag and generates evaluation code |
/flipswitch-status | Shows all flags with on/off status per environment |
/flipswitch-toggle | Enables or disables a flag in a specific environment |
Why use agents?
Set up Flipswitch in under a minute. Instead of switching between docs, dashboard, and terminal, tell your agent what you need. It handles the rest -- picks the right SDK, writes the init code, and wires up your first flag.