Available modes
read_schemalist_eventsfilter_eventsrecord_event
Read a single inbox view of completed runs, receipts, callback events, exceptions, and directory status events.
Operator-facing proof view. It does not expose secrets or private payloads.
read_schemalist_eventsfilter_eventsrecord_eventevent_type
event_id, event_type, rail_key, state, related_receipt_id, related_return_package_id, created_at
GET /api/proof-inbox returns the schema, boundary, and a sample object. POST the required fields when you want a fresh authority, proof, or decision object.
curl https://weverlabs.com/api/proof-inbox
curl -X POST https://weverlabs.com/api/proof-inbox \
-H "content-type: application/json" \
-d '{"schema_version":"1.0","rail_key":"packetops"}'Agents should read the product API, submit the required fields, keep every returned ID and hash, then verify the receipt and return package after completion.