Documentation
Everything you need to ship a BAINK bundle.
The reference docs for generating, signing, and verifying evidence bundles. Pair them with the SPEC.md in the standard repository.
Getting Started
Install the verifier and run it against a sample bundle in under five minutes.
Read →Bundle Layout
Required and optional files, directory conventions, and the baink-bundle.json manifest.
Read →Object Schemas
JSON Schemas for Decision, Source, Claim, Policy, Actor, and Event.
Read →Writing Claims
How to decompose AI output into claims and assign materiality and status.
Read →Linking Sources
Source spans, page/bbox references, retrieval refs, and redaction levels.
Read →Creating Event Logs
Append-only JSONL ledger with canonical hashing and prev-hash linking.
Read →Signing Bundles
Ed25519, ECDSA P-256, RSA-PSS, KMS, and HSM-backed signing methods.
Read →Running Verification
CLI usage, exit codes, profile selection, and output formats.
Read →Generating Reports
Human, JSON, SARIF, JUnit, Markdown, and PDF report modes.
Read →Embedding the Verifier
Use baink-wasm in browsers or baink-ffi from Python, Java, Node.
Read →Looking for the spec itself?
The full protocol specification lives on the standard page.
View the Standard →