VerifyLink Infrastructure

Tools / Vault

Sealed bundles, preserved forever. Audit-ready in one click.

Vaulting is the long-term preservation layer for sealed evidence. Bundles stay verifiable for as long as you keep them — and produce audit-ready exports for any framework on demand.

What it means.

A sealed bundle is just bytes. Vault provides durable storage, indexing by subject and framework, and one-click export packages for SOC 2, HIPAA, and other audit frameworks. Because the math is in the bundle itself, your storage choice doesn't affect verifiability — it only affects retrieval.

What gets vaulted.

SOC 2 evidence packs
HIPAA attestations
AI session logs
Contract archives
Sensor histories

Two paths.

Use VAV (hosted)

Our managed vault service. Sign in, upload, browse, share, and export.

  • $0.10 per GB stored
  • $0.001 per verify check
  • $0.05 per bucket per day
  • $0.25 per audit export
  • Starter plan: free
Open the vault dashboard →

Roll your own (self-host)

Any S3-compatible storage works. ClearKey verifies bundles regardless of where they live.

  • Bundles are pure JSON — no proprietary format
  • Verification is fully offline with ClearKey
  • Registry inclusion still anchors against verifylinkinfra.com or your own log
Read the protocol →

Under the hood.

Audit-ready export format
audit-export-2026-04-27.zip
  ├── manifest.json   (signed)
  ├── bundles/
  │   ├── seal-001.json
  │   ├── seal-002.json
  │   └── ...
  ├── proofs/
  │   ├── inclusion-001.json
  │   └── ...
  └── verify.sh       (runs clearkey verify on every bundle)