flag_setup_system
Set up a feature flag system with storage, evaluation engine, and admin API. Select backend and framework, then generate a client SDK for flag evaluation.
Instructions
Set up a feature flag system with storage, evaluation engine, and admin API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| storage | No | Feature flag storage backend | redis |
| framework | No | Server framework for admin API | express |
| include_sdk | No | Whether to generate a client SDK for flag evaluation |