Available modes
read_schemaevaluate_relayrecord_relay_attempt
Receive proof from one agent and relay it to an approved callback receiver with allowlist and audit fields.
Relays proof to approved callback receivers with destination checks, audit events, relay hash, and retry-ready delivery state.
read_schemaevaluate_relayrecord_relay_attemptsource_agent_id, destination_agent_id, callback_url, proof_payload_hash
relay_id, relay_decision, reason, allowed_callback, audit_event_id, relay_hash
GET /api/proof-relay 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-relay
curl -X POST https://weverlabs.com/api/proof-relay \
-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.