The Record Is Free Forever

GaaS's standing pledge about the audit record — what it covers, exactly, and how we hold ourselves to it.

The pledge: the tamper-evident audit record — its creation, its export, and its cryptographic verification — is free on every plan, forever. We will never put the record behind a paywall, and we will never weaken its immutability guarantees. Trust in the record is the product; it is not for sale.

What this covers, precisely

Guarantee What it means
Record creation Every governance decision — approve, block, modify, or escalate, in live or shadow mode — produces a hash-chained audit record, on every tier including Free.
Export Bulk and streaming audit export (GET /v1/audit/export, GET /v1/audit/export/stream) never requires a paid plan.
Cryptographic verification Hash-chain integrity checks (GET /v1/audit/chain/verify), signed decision proof tokens (GET /v1/verify/proof/{token_id}), and offline verification bundles never require a paid plan.
Appeal & contest Appealing a blocked decision and contesting a record never require a paid plan.
Immutability Records are SHA-256 hash-chained and cryptographically signed. No future change will weaken these guarantees — strengthening (e.g. optional ledger anchoring) only.

What this does not cover

Being precise is part of keeping a promise, so here is the boundary:


How we hold ourselves to it

This pledge is enforced in code, not just posted on a page. Our continuous integration suite walks the API's full route table on every change and fails the build if any audit, verification, appeal, or contest endpoint carries a paid-plan gate. A change that violates this pledge cannot merge.

Verify it yourself: the record is designed to be checked by people who don't trust us. Export a verification bundle and run the included verifier offline — no API key, no GaaS account, no network. See API Reference for /v1/audit and /v1/verify endpoints.

Why we pledge this

An audit record that can be paywalled is leverage; a record that can be quietly weakened is worthless. Governance only works if the evidence layer is beyond commercial reach — including ours. The free record is how an agent, its operator, a buyer, an auditor, or a regulator can all look at the same history and agree on what happened.


Related Pages