Proof402

Agent workflow

Hash locally, prove publicly

StepAgent actionProof402 surface
1Create a SHA-256 hash of the private result.No network call.
2Submit the hash, label, optional non-secret metadata, and idempotency key.POST /api/proof/notarize
3Store the returned proof id and links./proof/{id}
4Verify before citing the result./api/verify/proofs/{id}

Use when

You need a compact signed timestamp for a result hash, workflow checkpoint, audit digest, or report fingerprint.

Avoid when

You need legal notarization, secret storage, raw payload custody, or proof of facts not represented by the submitted hash.