State machine
A prompt deployment moves through a fixed state machine. Every transition is recorded; you can see the current state on every row of the list.Reviewing a candidate
Click any row to open the detail page. The detail page shows:- Candidate diff — a unified-diff view of the proposed prompt against the currently shipped prompt. Added lines are highlighted green; removed lines red.
- A/B replay report — per-metric baseline, candidate, and delta. A passing report (green badge) is the default precondition for shipping.
- Decision controls — owner-only buttons to approve, reject, or roll back.
- Post-ship monitoring — the rolling regression metric over time. A dashed reference line marks the A/B candidate baseline so divergence is visible at a glance.
Approving and rolling back
Approve a candidate by clicking Approve & ship. The prompt becomes live immediately and enters themonitoring state. Until you approve, no production traffic is affected — the candidate is sandboxed in the A/B replay only.
Reject a candidate or roll back a shipped prompt by clicking Reject or Roll back. Both require a free-text reason that is recorded on the deployment.
Only users with the owner role can approve, reject, or roll back. See Team settings for roles.
Regression alerts
When a shipped prompt’s rolling regression metric crosses the configured threshold, the deployment moves toregressed and a banner appears across every dashboard page. Click the banner to jump to the regressed deployment and decide whether to roll back manually or let the auto-rollback monitor act.