Skip to content

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

  1. Install the SDK: npm install @vitrified/sdk (or the Python equivalent).
  2. Set VITRIFIED_API_KEY in your environment.
  3. Hash an artifact locally and submit the digest plus metadata via vitrified.attestations.create().
  4. Receive a proof bundle once the next batch is witnessed (default cadence: one batch per minute).
  5. Verify the bundle offline with verifyBundle() or the vitrified CLI — or drop it at verify.vitrified.glass.