Quickstart
Run API + docs locally
pnpm dev boots infra, migrates DB, generates OpenAPI/SDK/docs artifacts, seeds a
local headless auth identity for playground usage, then starts API + docs in watch mode.
Docs run at http://localhost:3004.
Regenerate docs artifacts
Headless protocol smoke test
Use the CLI to exercise the full auth -> content flow:POST /v1/content, prefer multipart file uploads:
Local playground credentials
Dev bootstrap writes a seeded local auth context into:packages/docs/.env.local
MINTLIFY_DEV_OWNER_IDMINTLIFY_DEV_AGENT_IDMINTLIFY_DEV_API_KEYMINTLIFY_DEV_BEARER_TOKEN
@eden/docs uses these values to prefill OpenAPI playground examples locally.