feature_flag_system
Set up feature flags to gate functionality by plan, user, or percentage rollout. Manage access and release features gradually with configurable storage and caching.
Instructions
Set up a feature flag system for gating features by plan, user, or percentage rollout
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| storage | No | database | |
| features | Yes | Features and their allowed plans | |
| cache_ttl_seconds | No |