statsig-dashboard

Installation
SKILL.md

Create Statsig Dashboard

Build valid dashboard API requests for the console v1 dashboards API and execute them with the bundled scripts.

Read references/dashboard-api.md for the exact field-level schema, supported values, and ready-to-edit examples.

The command examples below assume you are running from this skill directory.

Quick Start

  1. Export the API key: export STATSIG_CONSOLE_API_KEY="..."
  2. Save the request body to a JSON file.
  3. Run the matching script:
python3 scripts/create_dashboard.py \
  --body-file /tmp/dashboard.json
Related skills
Installs
41
GitHub Stars
4
First Seen
Mar 11, 2026