Create Regression Alert
regression
Create Regression Alert
Manually flag a manifest as regressed.
Body:
{
"agent_name": "support-agent",
"manifest_id": "mfst_v25",
"metric": "eval_pass_rate", # optional, defaults to eval_pass_rate
"reason": "noticed pass rate dropped" # optional free-text
}
Idempotent: if an alert already exists for (org, agent, manifest, metric),
that existing alert is returned with status code 200. If a new alert is
created, the configured webhook fires.
Writes an AuditLog row (action=regression_alert.create) for traceability —
see D4. Failure to write the audit row never blocks alert creation.
POST
Create Regression Alert