Agent Run Clearing Spine v1

Proof-backed run clearing for agents.

Agents send a work order. Wever Labs binds policy, checkout, execution, receipt, ledger, relay, proof comparison, and retry into one clearing decision.

Lifecycle

One spine, not another misty corridor.

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.

Work Order Exchange
Policy Binder
Unified Checkout
DiligenceOps or Compliance EvidenceOps
Receipt Passport v2
Run Ledger
Proof Relay
Proof Diff or Retry Manager
Agent call

POST the run evidence. Receive a clearing decision.

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"}'
Decision

Cleared or retried

Proof-sufficient runs move toward Proof Relay. Missing evidence routes to Retry Manager.

Memory

Ledger-ready

The returned object carries the run receipt, receipt passport, proof hash, and ledger preview.

Handoff

Agent-to-agent package

Completed runs return enough state for the next agent or callback receiver to trust the handoff.