Feature Flags¶
Enable or disable product features at the user, workspace, or plan level without a code deploy.
URL: /admin/features
Common tasks¶
- List all flags: see every registered feature flag and its current state.
- Enable for a user: turn on a flag for one account to run a targeted beta.
- Enable for a workspace: roll out to an entire team without affecting others.
- Enable by plan: activate a feature for everyone on the pro or team plan.
- Disable a flag: instantly kill a feature instance-wide if it causes problems.
Flag resolution order¶
Flags are resolved: user override, then workspace override, then plan default, then global default. The most specific match wins.
Note
Feature flag changes take effect on the next request; no restart needed. Disabling a flag does not delete associated data.
See also: Plan Limits | Users | System Ops