S

Statsig CLI

CLI discovered

Details
Command
siggy
Docs
https://docs.statsig.com/en/statsigcli/introduction
Authentication
Statsig Console API Key api_key discovered Get key ↗
$ siggy config -c <console-api-key>

In the Statsig Console API overview, Statsig says Console API requests use a STATSIG-API-KEY header whose value is a Console API Key. Create one in Project Settings → API Keys. For CLI setup, the docs also point to Statsig Console settingsKeys & Environments to copy the Console API Key.

Statsig Client SDK Key api_key discovered Get key ↗
$ siggy config -k <client-api-key>

For the HTTP API, Statsig documents that you can use a Client-SDK Key in the statsig-api-key header. In Statsig Console settings, open Project SettingsKeys & Environments and copy the Client API Key as described in the HTTP API overview and CLI introduction.