Show terms
Exact version and rendered content are locked.
Consent evidence infrastructure
99zebras records the exact agreement version, timestamp, subject, device context, content hash, and signature behind every clickwrap acceptance.
Exact version and rendered content are locked.
Server timestamp, subject, IP, and user-agent are recorded.
Content hash and cryptographic signature make tampering visible.
A readable pack is ready when legal needs proof.
The problem
A checkbox, a database row, or a screenshot of your current terms is not enough when the question becomes specific: what did this person accept, at this time, in this flow?
Store the exact agreement version, rendered text, policy metadata, and content hash.
Capture server time, subject identifiers, intent, source flow, IP evidence, and user-agent context.
Produce evidence packs that explain the record without asking an engineer to reconstruct history.
Capture
Hosted page, in-product drop-in, or direct API. 99zebras keeps the evidence model consistent behind each path.
For standalone terms, contractor agreements, consent forms, and policy updates.
recordedFor onboarding, checkout, account changes, marketplace actions, and in-product gates.
recordedFor teams that own the interface and need 99zebras to own the evidence layer.
recordedEvidence pack
Legal, compliance, support, product, and engineering all need the same record. 99zebras turns acceptance into an artifact that can be reviewed, exported, and defended.
curl https://api.99zebras.com/v1/acceptance \
-H "Authorization: Bearer $99Z_KEY" \
-d agreement="platform_terms" \
-d version="2026.05.08" \
-d subject="user_8K42Q9" \
-d action="accepted"
record_id: acc_01JX8ZEBRA
hash: sha256:b91f2b4b...
status: signed Developer-ready
The API is deliberately plain: create records, lock versions, verify hashes, and export evidence. No compliance fog. No consent theater.
99zebras
For SaaS companies, marketplaces, fintechs, agencies, AI companies, contractor platforms, and teams that need their terms to hold up.
Request demo