Vitrified basics
Vitrified is cryptographic attestation infrastructure. You submit a hash plus structured metadata; we witness every batch root in parallel through six independent trust mechanisms and return a proof bundle that verifies cleanly with whichever standard reference tooling your auditor speaks.
In 60 seconds
- Install the SDK:
npm install @vitrified/sdk(or the Python equivalent). - Set
VITRIFIED_API_KEYin your environment. - Hash an artifact locally and submit the digest plus metadata via
vitrified.attestations.create(). - Receive a proof bundle once the next batch is witnessed (default cadence: one batch per minute).
- Verify the bundle offline with
verifyBundle()or thevitrifiedCLI — or drop it at verify.vitrified.glass.