From mintlify-docs
Interact with the Mintlify REST API to manage documentation deployments, trigger builds, and query site metadata programmatically.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mintlify-docs:mintlify-apiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the Mintlify API to manage documentation sites programmatically. This skill covers deployment management, build triggers, and site metadata queries.
Use the Mintlify API to manage documentation sites programmatically. This skill covers deployment management, build triggers, and site metadata queries.
All API requests require an API key passed in the Authorization header:
Authorization: Bearer <your-api-key>
Generate API keys from the Mintlify dashboard under Settings > API Keys.
Programmatically trigger a documentation rebuild when your codebase changes outside of Git push events.
Retrieve information about your documentation site including deployment status, configured domains, and navigation structure.
Create and manage preview deployments for pull requests and branches to review documentation changes before they go live.
npx claudepluginhub mintlify/docs --plugin doc-readerBuilds and maintains documentation sites with Mintlify. Use when creating docs pages, configuring navigation, adding components, or setting up API references.
Checks and configures GitHub Pages deployment for docs sites, detects generators like MkDocs/TypeDoc/Docusaurus/Sphinx/rustdoc, audits workflows, migrates to actions/deploy-pages.