Step 1 of 6

Every flag has a lifecycle. Start here.

Feature flags begin as a single configuration. A name, a type, a default value. That's it. What makes them powerful is everything that comes after — targeting, rollouts, monitoring, and automated cleanup. But it all starts with a clean definition.

The full lifecycle:
  1. 1Define the flag key and type
  2. 2Set a default value for safety
  3. 3Target specific users or segments
  4. 4Roll out gradually with confidence
  5. 5Clean up automatically when done

Create a Flag