Skip to main content

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

mintlify dev
Serves the site at http://localhost:3000. See README.md for full instructions.

Key notes

  • No automated tests or lint commands exist. The repository is content-only .mdx files plus mint.json/docs.json configuration.
  • 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 dev fails, run mintlify install to re-install its internal dependencies (per README.md troubleshooting).
  • Configuration lives in two files: mint.json (legacy v3) and docs.json (v4 schema). The CLI uses mint.json by default.