Vercel Flags now supports programmatic management via CLI and AI agents
Programmatic Flag Management
Vercel Flags now supports direct command-line management through the Vercel CLI. Teams can create and manage feature flags without opening the dashboard using simple commands like vercel flags create my-flag.
AI Agent Integration
The new Flags SDK skill enables AI agents to generate and manage flags through natural language prompts. Agents can now implement feature flags programmatically, simplifying the setup and management process for teams working with AI-assisted development workflows.
Key Capabilities
- Server-side evaluation: Prevents layout shifts and maintains confidentiality by evaluating flags on the server
- Multi-provider support: Uses an adapter pattern, allowing agents to connect multiple providers without rewriting core flag logic
- Natural language prompts: Create flags by describing them in plain language rather than writing configuration code
Getting Started
Add the Flags SDK skill to your project with npx skills add vercel/flags, then prompt your agent with requirements like "Add a feature flag for setting up a new promotion banner" to auto-generate your flags.