# Vercel Flags are now optimized for agents

**Published:** March 11, 2026 | **Authors:** Vincent Derks, Hayden Bleasel, Chris Widmaier

---

The [Vercel CLI](/docs/cli/flags) now supports programmatic flag management, giving teams a direct way to create and manage feature flags from the terminal without opening the dashboard.

```bash
vercel flags create my-flag
```

**Add the Flags SDK skill**

Building on this foundation, the [Flags SDK skill](https://skills.sh/vercel/flags/flags-sdk) lets AI agents generate and manage flags through natural language prompts.

The skill leverages the CLI under the hood, enabling agents to implement server-side evaluation that prevents layout shifts and maintains confidentiality. Using the SDK's adapter pattern, agents can connect multiple providers and evaluate user segments without rewriting core flag logic.

```bash
npx skills add vercel/flags
```

Once added, try prompting your agent with this prompt to create your first flag.

Start generating flags with the [Flags SDK skill](https://skills.sh/vercel/flags/flags-sdk).

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)