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
Related skills
More from statsig-io/agent-skills
statsig
Use the Statsig MCP to inspect and manage Statsig entities such as gates, experiments, dynamic configs, segments, metrics, audit logs, and results.
49statsig-create-cloud-metric
Create Statsig Cloud metrics via the Console API POST /console/v1/metrics. Use when drafting or executing Create Metric requests for Cloud projects, including required fields and metric type differences.
38