Proof-of-Task-Execution

Verify any receipt. Trust the math, not us.

Supported completed jobs can return a post-quantum-signed receipt. Paste one below to ask AugmentEV's public verifier to check it against the signing key; no account is required. This demonstrates signature verification, not independent operational custody.

Verify a Proof-of-Task-Execution

Paste a SignedCompletionRecord JSON, or load the sample below. Verification runs against POST /v1/evidence/verify — the same code anyone can call.

$ curl -X POST https://api.augmentev.ai/v1/evidence/verify -d @receipt.json { "valid": true, "alg": "ML-DSA-65", "record_id": "528ee81f…" }

Straight talk: the sample is a real receipt our gateway signed. Hit Verify to see valid:true; hit "Tamper it" then Verify to watch one flipped character break it.

Post-quantum

Signed with ML-DSA-65 (NIST FIPS 204) — verifiable even against a future quantum adversary.

No account required

The AugmentEV-operated endpoint checks the record's signature without requiring a verifier account. This is not independent custody.

Confidential tier

Confidential jobs use hardware-attested Intel TDX. The receipt commits to the recorded job metadata; it is not by itself a full attestation transcript.