AxioRank Agent Action Seal

Do not trust us. Verify.

Every governed agent action can carry an Agent Action Seal: a portable, Ed25519-signed proof that the action was governed. It records which agent acted, the decision, the policy that applied, the data-flow verdict, and the full delegation chain. Anyone can verify it offline against AxioRank's published key, with no trust in AxioRank required. Paste one below to check it.

It carries the data-flow verdict

Most agent attestations prove identity or just "a call happened." A Seal binds the information-flow-control verdict (did any untrusted data reach a guarded sink?) and the full delegation chain into the signed proof itself.

Anchored in a transparency log

Each Seal commits to the exact audit leaf that gets sealed into a Certificate-Transparency-style Merkle log with independent witness countersignatures. The inline Seal upgrades to a full inclusion proof once the window seals.

A two-sided handshake

An agent presents its Seal when it calls another service or agent. The counterparty verifies it and reads the governance verdict, so being governed by AxioRank becomes something other parties can trust on sight.

Checked against AxioRank's published key. Nothing you paste is stored.

Verify it yourself, offline.

This page is a convenience. The authoritative path needs no trust in it: pin AxioRank's public key once, then verify any Seal with the open-source package.

npx @axiorank/audit-verify seal ./seal.json --jwks ./pinned-key.json

The published key lives at /api/v1/audit/public-key. Once the audit window seals, a Seal upgrades to a full Merkle inclusion receipt bound by the same commitment.

Govern your own agents

AxioRank governs every AI agent tool call through one gateway: scored, policy-checked, spend-metered, and audited into a tamper-evident transparency log. Agent Action Seals let your agents prove it to anyone.