Independent verification
Verify it yourself, right here in your browser.
Every governed action AxioRank records can be handed to you as a signed proof: an audit receipt, an Agent Action Seal, or a Commerce Conformance Seal. This page runs the open-source verifier locally on your device. Paste a proof and check it. Nothing you paste is uploaded, and no account is required.
Runs in your browser
The open-source @axiorank/audit-verify browser build executes on your device using standard Web Crypto. AxioRank never sees the receipt.
Works offline
Pin the public key once and the verifier needs no network at all. Signature, Merkle inclusion, and provenance are all checked locally.
No trust required
The math is the authority, not AxioRank. Read the source, run it yourself, and compare against the published conformance vectors.
What you paste never leaves this page.
The one thing to pin
Independent verification rests on one public key. Fetching it from AxioRank is a convenience, so for zero trust you pin the key from a second source once, then every proof verifies against it with no further contact. The published key lives at /api/v1/audit/public-key.
Prefer a terminal or CI? The same checks run from the command line:
npx @axiorank/audit-verify ./receipt.json --jwks ./pinned-key.json
Building your own verifier? Run it against the published AGS-1 conformance vectors to prove it agrees byte for byte.
Give your agents proof they can hand to anyone
AxioRank governs every AI agent tool call through one gateway, then seals it into a tamper-evident transparency log. Every party you deal with can verify it the way you just did.