Source for the official Databunker documentation, published at docs.databunker.org.
Databunker is a secure vault for personal data (PII, PHI, PCI, KYC) — it encrypts sensitive records and replaces them in your database with safe, random tokens. The docs cover two products:
- Databunker Pro (
pro/) — the commercial, self-hosted PII vault and tokenization engine: guides, installation, administration, concepts, comparisons, and the/v2API reference. - Databunker OSS (
oss/) — the open-source edition: quickstart, installation, architecture, and the/v1API reference.
The site is built with Mintlify. Navigation is defined in docs.json; API references are generated from pro/api/openapi.yml and oss/api/openapi.yml.
Install the Mintlify CLI:
npm i -g mint
Then run from the repo root (where docs.json lives):
mint dev
View the local preview at http://localhost:3000.
Changes merged to main are deployed to production automatically via the Mintlify GitHub app.
- securitybunker/databunker — Databunker OSS source code
- databunkerpro-js · databunkerpro-python · databunkerpro-php · databunkerpro-java — Databunker Pro SDKs