Skip to content

SDK setup

This guide assumes you already have a featurectrl platform running. If not, follow Platform setup first.

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.

[todo]