Vercel Flags are now optimized for agents
By Steven Van ·
A new Flags SDK skill lets AI agents create and manage feature flags via natural language, on top of CLI-based flag management.
The Vercel CLI now supports programmatic flag management, so teams can create and manage feature flags from the terminal instead of opening the dashboard, with commands like vercel flags create my-flag.
On top of that, the new Flags SDK skill lets AI agents create and manage flags through natural language prompts, installed with npx skills add vercel/flags. It runs on the CLI under the hood and supports server-side evaluation to avoid layout shifts and keep flag logic confidential. Using the SDK's adapter pattern, agents can connect multiple providers and evaluate user segments without rewriting core flag logic. Vercel suggests trying a prompt like "Add a feature-flag for setting up a new banner and set it to true for the preview environment" to create a first flag.
