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
- Export the API key:
export STATSIG_CONSOLE_API_KEY="..." - Save the request body to a JSON file.
- Run the matching script:
python3 scripts/create_dashboard.py \
--body-file /tmp/dashboard.json