LogoThreatmatic
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:

ScopeWhere managedOverrides
PlatformAdmin panel
OrganizationOrganization settingsPlatform default
AccountPersonal settingsOrganization 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.

How is this guide?

Last updated on

On this page