Agent Allowance
Create bounded agent usage authority with allowed rails, budget, max fee per run, callback requirement, and remaining balance.
/agent-allowance-console/
/api/agent-allowance-console
Use this path when an agent needs to pay for bounded work, receive a return package, verify the receipt, and hand the proof forward.
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.
Create bounded agent usage authority with allowed rails, budget, max fee per run, callback requirement, and remaining balance.
Use one checkout API for rails and operating products. Submit agent, product or rail, payment authority, callback, and requested package.
Run evidence inventory, missing evidence checks, risk summary, readiness score, receipt, and return package for paid DiligenceOps work.
Issue a portable receipt passport with run hash, payment authority hash, return package hash, callback hash, and verification URL.
Post new bounded work. Wever Labs returns routing, suggested rail, checkout path, required fields, and package target.
Carry proof from a completed run to the next receiver with relay hash, receipt binding, callback target, and delivery state.
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"
]
}