Feature Flags
Cortex is coming soon! This page previews the feature flag functionality.
Flag Types
Boolean Flags
Simple on/off flags:Multivariate Flags
Flags with multiple variants:JSON Flags
Complex configuration as JSON:Creating Flags
In the dashboard:- Go to Cortex > Flags
- Click “Create Flag”
- Set name, type, and default value
- Add targeting rules (optional)
- Save
Evaluating Flags
Basic Usage
With User Context
With Default
Flag Lifecycle
- Development - Flag created, default off
- Testing - Enabled for internal users
- Rollout - Gradually enabled for users
- GA - Enabled for everyone
- Cleanup - Flag removed from code and dashboard
Best Practices
- Use descriptive flag names
- Document what each flag controls
- Clean up old flags regularly
- Monitor flags with Recall/Reflex
Coming Soon
Join Waitlist
Get notified when Cortex launches