Agent Audit/Docs/Setup/Retention
RETENTION · 4 MINhot/cold · RFC 3161 · tombstone safety

Retention & notarisation.

Retention is how long we keep your receipts. Notarisation is what makes them provable years later. The first is plumbing; the second is the court-admissibility moat. This guide explains the defaults, how to override them, and the one rule we will not let you turn off.

Per-tier defaults.

TierHot retentionCold archiveRFC 3161 notarisation
Free Dev30 daysNone (purged at hot end)No
Starter90 days7 yearsNo
Professional180 daysIndefiniteEvery chain head, automatic
Enterprise180 days (configurable)Indefinite or contractualEvery chain head, automatic, TSA configurable

Hot reads are sub-100ms. Cold reads are slower but complete; opt-in via the include_archived query parameter on the REST /api/v1/receipts endpoint.

How enforcement runs.

Custom retention.

Per-tenant overrides are supported. They live in the tenant_retention_policies table; today they're set by us per contract. Self-serve config lands later in 2026.

Real cases we've handled by override:

Email info@vpnetworks.co.uk with your sectoral floor; we set the override before the next nightly run.

RFC 3161 in practice.

On Professional and Enterprise tenants, every chain-head advance is timestamped by an independent Time-Stamping Authority. The TSA's signed response token (TimeStampToken) binds the chain head's SHA-256 to a wall-clock moment.

What this means in court: if a regulator or counterparty alleges you altered the chain after the fact, the notarised timestamp proves the alteration would have invalidated all subsequent tokens — and the TSA's certificate is the trust anchor, not Agent Audit.

You see notarisations on the operator dashboard Integrity page. Every evidence pack embeds the relevant tokens.

Tombstone safety.

The retention job will never purge a receipt whose session chain has not been notarised. Even when cold retention expires, an un-notarised chain segment stays put.

The rationale: purging an un-notarised chain segment leaves you with no court-admissible record of those receipts. That's a worse outcome than paying for slightly longer storage. There is no operator override to turn this off, because the day we let you turn it off is the day a customer asks us to in the heat of an incident and regrets it later.

Auditor verification.

Every evidence pack's integrity page lists the notarisations within the period and embeds the manifest JSON. The verify CLI replays the chain and validates each timestamp token against the TSA's published certificate offline:

pip install agentaudit
agentaudit-verify ./eu-ai-act-12-pack.json

# Output:
# Verifying chain head 8f3e2a1b...
# 412 of 412 receipts intact
# Chain verified
# RFC 3161 notarisation: valid at 2026-06-01T09:14:22Z
# Signature (ECDSA-P256): matches customer key fingerprint a3:c8:...