AGENTS.md
Cursor Cloud specific instructions
This is a Mintlify documentation site (Privy Knowledge Base). There are no backends, databases, test suites, linters, or build pipelines — only.mdx content files served by the Mintlify CLI.
Running the dev server
http://localhost:3000. See README.md for full instructions.
Key notes
- No automated tests or lint commands exist. The repository is content-only
.mdxfiles plusmint.json/docs.jsonconfiguration. - Search is disabled in local preview. The search bar shows “Not available on local preview” — this is expected Mintlify behavior, not a bug.
- If
mintlify devfails, runmintlify installto re-install its internal dependencies (perREADME.mdtroubleshooting). - Configuration lives in two files:
mint.json(legacy v3) anddocs.json(v4 schema). The CLI usesmint.jsonby default.