Legal observability for AI agents: the record your logs and traces were never built to be. Four strata of conduct evidence, sealed at dispatch, signed with your keys, stored in your systems.
"Agentic commerce needs legal infrastructure, and the courts are coming."Bridget McCormackCEO, AAA · David HoffmanPenn
On behalf of companies. Paying invoices, settling trades, ordering inventory.
The company has to prove what the agent was told to do, what it actually did, and who authorized it.
Four strata sealed at dispatch with the company's own keys, written to the company's own storage.
Each layer below shipped its protocols. None capture how the agent was set up or why it acted: the conduct record a dispute turns on.
Verdra sits on top of the stack you already run. It ingests the LCP terms and the mandate, then adds the two strata nothing else seals as evidence: configuration and behavior.
Each action's four strata seal into an Evidence Package. Packages bundle into a Dispute Packet on demand, verifiable offline, interpretable by:
Insurers need a tamper-evident record to underwrite and settle claims. The ventures deploying agents carry the exposure when one misfires.
A signed Evidence Package, conforming to the public schema. Drop the file into your editor. Verify offline against the customer's public key. No Verdra service in the loop.
{
"id": "EP-ed594af8f57ff7c6a5a290ea78b4ffc1",
"schema": "verdra/v0.1",
"principal": "acme-procure-7",
"captured_at": "2026-07-01T14:32:08.412Z",
"strata": {
"a": { "stratum": "transaction", /* counterparty, payload, rail, reference, timestamp */ },
"b": { "stratum": "configuration", /* prompt hash, tools, model, spend caps */ },
"c": { "stratum": "behavior", /* self-reported decision trace (v0.1) */ },
"d": { "stratum": "mandate", /* delegation_id, scope, limits, expiry, signature */ }
},
"signed_with": { "algorithm": "ed25519", "public_key": "ed25519:9d3f8c1a4b7e2d5f..." },
"timestamp": { "mode": "deferred" }, /* RFC 3161 forward commitment, V0.1 (Rules P.5) */
"signature": { "value": "8f3c2a1e5d7b9c4f6a8e2d1c0b3f5a7d9e2c4b6f..." }
}
verdra-record verify ./EP-ed594af8f57ff7c6a5a290ea78b4ffc1.ep.json --pubkey ./acme.ed25519.pub
When an instrumented agent pays, approves, or delegates, Verdra seals a tamper-evident Evidence Package, so legal, finance, and risk can prove what happened when the action is challenged.