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.
Bundle Layout
Required and optional files, directory conventions, and the baink-bundle.json manifest.
Object Schemas
JSON Schemas for Decision, Source, Claim, Policy, Actor, and Event.
Writing Claims
How to decompose AI output into claims and assign materiality and status.
Linking Sources
Source spans, page/bbox references, retrieval refs, and redaction levels.
Creating Event Logs
Append-only JSONL ledger with canonical hashing and prev-hash linking.
Signing Bundles
Ed25519, ECDSA P-256, RSA-PSS, KMS, and HSM-backed signing methods.
Running Verification
CLI usage, exit codes, profile selection, and output formats.
Generating Reports
Human, JSON, SARIF, JUnit, Markdown, and PDF report modes.
Embedding the Verifier
Use baink-wasm in browsers or baink-ffi from Python, Java, Node.
Looking for the spec itself?
The full protocol specification lives on the standard page.
View the Standard →