Public integrator documentation for PymtHouse. Production URL: https://docs.pymthouse.com.
This repository is the Mintlify site root (docs.json lives here). The main application and canonical contract markdown live in the pymthouse monorepo.
- Node.js 18 or newer
From this directory:
npm run devOr:
npx mintlify@latest devnpm run validate- Create a Mintlify account and install the Mintlify GitHub app on this repository.
- In the Mintlify dashboard, create a deployment that points at this repository. Set the docs root to the repository root (the directory that contains
docs.json). - Under Custom domain, add
docs.pymthouse.comand complete the DNS steps Mintlify provides (typically aCNAMEto Mintlify’s target). - Push changes to your default branch; Mintlify deploys on merge.
Canonical contract text for code review still lives in the pymthouse repo:
docs/builder-api.mddocs/naap-oidc-integration.md
When those files change, update the matching pages under integration/ in this repository in the same release cycle (same PR on each repo, or coordinated merges).