Documentation

Start with the 5-minute demo.

Full docs at docs.tracestone.io. The most-asked entry points are below — quickstart, schema spec, P1–P8 property catalog, gateway cookbooks.

Quickstart

Verify the embedded demo bundle on your laptop, end to end, with one command.

5-minute verifier demo tracestone v0.2.1-alpha
# 1. install the OSS binary (darwin/linux/windows) $ curl -sSL https://github.com/tracestone-ai/verifier/releases/latest/download/install.sh | bash # 2. run the demo bundle that ships with the binary $ tracestone verify --demo ✓ P1 chain ok 1,034 rows, prev_hash chain intact ✓ P3 sig ok ed25519 verified against gateway.pub ✓ P5 redact ok merkle proofs for 12 redacted rows ✓ P6 privacy ok PII handling declared + envelope ✓ P7 attestation enclave PCR0 on allowlist ✓ P8 grants ok pre-grants.json signatures verify PASS proof_hash sha256:bb162c…

Browse by topic

All links resolve under docs.tracestone.io.

Open-source repositories

All Apache 2.0 unless noted. Schema is public; SaaS is source-available per ADR-09.

V

Verifier

Go CLI + library implementing P1–P8 over evidence bundles.

github.com/tracestone-ai/verifier →

S

Audit Skill

LLM-Gateway vulnerability corpus + audit prompts as a portable skill bundle.

github.com/tracestone-ai/llm-gateway-audit-skill →

Pin a version, run the demo, ship the proof_hash.

The OSS path is friction-free. If you hit a gap in the docs, file an issue on the verifier repo or email us — we read every one.

Open docs.tracestone.io