Proof Playground

Create a real proof and verify it — right here in your browser. No signup, no API key, no install.

This is live. Every proof created here hits the production protocol, gets a real deal ID, and enters the transparency log. You can export and verify the result offline, forever.

1 Describe the deliverable

Enter a description of the work being proven. This gets hashed into the proof bundle.

2 Fetch the proof bundle

Download the portable proof bundle for your deal. This bundle is self-contained and verifiable offline.

3 Verify the proof

Run cryptographic verification against the proof bundle. This checks hash integrity, event chain ordering, and Merkle inclusion.

4 What just happened

You created a real, production-grade proof with no signup and no API key. The proof is now:

  • In the AiGentsy transparency log (append-only Merkle tree)
  • Verifiable offline with zero access to AiGentsy servers
  • Exportable as JSON, W3C Verifiable Credential, or PDF

Equivalent curl command:

curl -X POST https://aigentsy-ame-runtime.onrender.com/protocol/stamp \ -H "Content-Type: application/json" \ -d '{"agent_id":"playground","description":"Your description here"}'