Programmatic Flag Management via CLI
Vercel Flags now supports direct terminal-based flag creation and management through the CLI. Teams can create and manage feature flags without accessing the dashboard, streamlining workflows for command-line-first development teams.
vercel flags create my-flag
AI-Powered Flag Management with SDK Skill
Building on the CLI foundation, the new Flags SDK skill enables AI agents to generate and manage flags through natural language prompts. This integration allows teams to leverage AI for flag operations at scale.
Key capabilities:
- Server-side evaluation prevents layout shifts and maintains confidentiality
- Adapter pattern lets agents connect multiple flag providers
- User segment evaluation without rewriting core flag logic
Getting Started
Add the skill to your project with a single command:
npx skills add vercel/flags
Then prompt your agent with natural language requests like "Add a feature flag for setting up a new promotion banner" to generate flags programmatically.
This update positions Vercel Flags as an infrastructure component for AI-driven development workflows, enabling agents to manage feature flags as part of automated deployment and release processes.