DeployVerdict
## DeployVerdict – Deployment Verdict API DeployVerdict is a decision API for modern CI/CD pipelines. After each deployment step, you send a snapshot of post-deployment metrics. The API returns a clear verdict: - **SAFE** → continue the rollout - **WARNING** → slow down or pause and observe - **STOP** → block or rollback the deployment DeployVerdict acts as a neutral decision layer between your…
DeployVerdict endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Get Verdict /v1/verdict |
Analyze deployment metrics and get a safety verdict (SAFE, WARNING, or STOP) |