
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](https://www.statsig.com/slack).

## 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](https://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](https://api.statsig.com/openapi/20240601.json) 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.
