Admin
Feature Flags (Admin)
Manage platform-wide feature flags that apply to all organizations.
Admin → Feature Flags (/admin/feature-flags) exposes the complete set of feature flags that can be toggled across the entire platform.
Scope Hierarchy
Feature flags operate at three levels, evaluated in order:
| Scope | Where managed | Overrides |
|---|---|---|
| Platform | Admin panel | — |
| Organization | Organization settings | Platform default |
| Account | Personal settings | Organization default |
An account-level flag override takes precedence over its organization default, which in turn takes precedence over the platform default.
Vercel Flags Integration
Flags are managed via the Vercel Flags SDK. The .well-known/vercel/flags endpoint in the console API exposes the current flag definitions to the Vercel Toolbar for live toggling in preview environments.
Related
- Organization → Feature Flags — org-scoped flags
- Settings → Feature Flags — account-scoped flags
How is this guide?
Last updated on