The official docs for Rewrite API, SDKs, Webhooks, CLI, and Serverless workflows.
From first request to production-grade messaging: fast onboarding, clear reference, and practical implementation patterns.
.
├─ docs.json # Mintlify config (tabs, nav groups, OpenAPI wiring)
├─ en/ # English docs pages
├─ pt-br/ # Portuguese docs pages
├─ en/api/openapi*.json # API reference split by feature
├─ pt-br/api/openapi.json # PT-BR OpenAPI mirror
├─ snippets/ # Reusable snippets
└─ style.css # Global docs styles
bun installmintlify devmintlify openapi-check en/api/openapi.json
mintlify openapi-check pt-br/api/openapi.jsonbun run biome:checkWant to improve Rewrite docs? Open a PR and help us ship a better developer experience.