On this page

Console API Overview

Introduction to the Statsig Console API for programmatically managing feature gates, experiments, dynamic configs, metrics, and project settings.

The Console API is the CRUD API for performing the actions available on console.statsig.com without using the web UI.

If you have feature requests, post them in the Slack channel.

Base URL

https://statsigapi.net

Authorization

All requests must include the STATSIG-API-KEY field in the header. The value should be a Console API Key, which you can create in the Project Settings on console.statsig.com/api_keys

Rate limiting

Mutation requests (POST/PATCH/PUT/DELETE) to the Console API are limited to ~ 100 requests / 10 seconds and ~ 900 requests / 15 minutes, per project.

API version

The Console API is versioned. Each version is guaranteed to not break existing usage; each new version introduces breaking changes. There is only one version: 20240601. The OpenAPI spec for this API version is kept up-to-date.

Pass the version in the STATSIG-API-VERSION field in the header. This field is currently optional but will be required in the future.

Was this helpful?