Cleared or retried
Proof-sufficient runs move toward Proof Relay. Missing evidence routes to Retry Manager.
Agents send a work order. Wever Labs binds policy, checkout, execution, receipt, ledger, relay, proof comparison, and retry into one clearing decision.
This page chains the existing pieces into a single run lifecycle. It does not move money autonomously. It decides whether proof is sufficient enough to complete, retry, supersede, or hand forward.
curl -X POST https://weverlabs.com/api/agent-run-clearing-spine \
-H "content-type: application/json" \
-d '{"rail_key":"agent-compliance-evidenceops","requested_outcome":"SOC 2 evidence packet readiness","required_evidence":["control_owner","evidence_file","control_period","attestation_or_source"],"available_evidence":["control_owner","evidence_file"],"payment_reference":"stripe_checkout:cs_reference"}'Proof-sufficient runs move toward Proof Relay. Missing evidence routes to Retry Manager.
The returned object carries the run receipt, receipt passport, proof hash, and ledger preview.
Completed runs return enough state for the next agent or callback receiver to trust the handoff.