npx skills add ...
npx skills add mintlify.com/mintlify-api
Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.
npx skills add mintlify.com/mintlify-api
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:
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.