The full experiment review lifecycle is now accessible over the Console API and the Statsig MCP.
We now have eight new CAPI endpoints and niine new MCP tools cover the complete review lifecycle:
Create a review proposing a change to an experiment
List an experiment's reviews, newest first
Get a single review including status, proposed change, author, and reviewers
Look up who is eligible to approve or reject
Edit a pending review's metadata
Approve or reject an in-flight review
Cancel a pending review
Commit an approved review to apply it to the live experiment
Before, creating and moving an experiment review through approval required the console, blocking any automated workflow that touched a review-gated experiment. Now you can propose, approve, and commit experiment changes entirely through the API or MCP, with no manual console step in the way.
If you have the Statsig MCP set up, try a prompt like:
"Open a review to make a decision on
experiment_name, shipping the Test group."
Review the full API reference in the Statsig Console API docs.