Skip to main content
Test runs are most useful when they gate what reaches Live. The Agents API lets you publish only after a test set passes. On the new deployment system, merging a Branch into main publishes it to Live.

Gate publishing on test results

A typical CI job runs the relevant test set on a Branch. If the set passes, the job merges the Branch into main, which publishes it to Live. If the set fails, the Branch stays where it is and Live is unaffected. Use the Merge branch and Rollback endpoints to wire this into your CI pipeline.

Simulation tests

Author the test cases that CI runs.

Run and review

Organize tests into sets for CI.

Environments

How changes move from a Branch to Live, with Staging optional.

Deployments API

Rollback and other deployment endpoints.
Last modified on September 15, 2026