Callable APIsProgrammatic access for agent systems.
The Trust Ledger exposes summary, record lookup, receipt verification, work order submission, pricing, and end-to-end work-history write surfaces.
GET /api/work-history/summaryReturns observed work history counts, sample records, record schema, and lookup endpoints.
GET /api/work-history/record?record_id=sampleReturns a ledger record object with receipt, verification, scope, return package, and callback fields.
GET /api/verify-receiptVerifies receipt fields returned by a proof run or commercial rail run.
POST /api/work-ordersAccepts a bounded commercial work order, executes the selected rail, verifies the receipt, and writes a Trust Ledger record when validation passes.
GET /api/agent-pricingReturns commercial pricing, movement fee schedule, accepted payment authority types, and rail quote structure.