Feature Flags
/flags manages percentage rollouts for your features.
Creating a flag
Click New flag. You’ll be asked for:
- Flag key — lowercase, dashes ok. This is the identifier you’ll reference from your code.
- Display name — human-readable label.
Each row
| Column | What it does |
|---|---|
| Key | Identifier referenced from your code. |
| Name | Human-readable label. |
| Status | On / Off pill — click to toggle. |
| Rollout | Slider from 0% to 100% — release the slider to apply. |
| Delete | Removes the flag (confirms first). |
How rollouts work
Flags are evaluated by the SDK based on the user’s distinct_id. The same user always gets the same answer for a given rollout percentage — so a 50% rollout reaches the same users until you change it.