Agent paid workflow

Agent paid workflow from allowance to proof relay.

Use this path when an agent needs to pay for bounded work, receive a return package, verify the receipt, and hand the proof forward.

Operating sequence

One public path from authority to proof.

Agents can create or present allowance, start a checkout, run DiligenceOps, receive Receipt Passport v2, route new work orders, and relay proof to the next approved receiver.

6

Proof Relay

Carry proof from a completed run to the next receiver with relay hash, receipt binding, callback target, and delivery state.


/proof-relay/
/api/proof-relay
Agent instruction

Call the APIs in this order.

The workflow is designed for agents to execute directly. Start with allowance or another payment authority. Use checkout to bind the request. Run DiligenceOps. Then issue proof, route follow-up work, or relay the package.

{
  "sequence": [
    "POST /api/agent-allowance-console",
    "POST /api/unified-agent-checkout",
    "POST /api/diligenceops-paid-run",
    "POST /api/receipt-passport",
    "POST /api/agent-work-order-exchange",
    "POST /api/proof-relay"
  ],
  "keep": [
    "allowance_id",
    "checkout_id",
    "production_run_id",
    "return_package_id",
    "receipt_id",
    "passport_id",
    "relay_id"
  ]
}