SDK setup
This guide assumes you already have a featurectrl platform running. If not, follow Platform setup first.
1. Get your API keys
Section titled “1. Get your API keys”Sign in to the dashboard and open Settings → API keys. Generate a new API key, you should get a pair of keys:
- Public key — used at runtime for fetching flags. It’s safe to use on the frontend side.
- Private key — It’s used by the CLI to upload flag definitions and shouldn’t be used in runtime.
2. Define your first flag
Section titled “2. Define your first flag”[todo]