SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Manage Mintlify deployments, trigger builds, and query site metadata through its REST API.
Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
# Mintlify API Use the Mintlify API to manage documentation sites programmatically. This skill covers deployment management, build triggers, and site metadata queries. ## Authentication All API requests require an API key passed in the `Authorization` header: ``` Authorization: Bearer <your-api-key> ``` Generate API keys from the [Mintlify dashboard](https://app.mintlify.com) under Settings > API Keys. ## Core capabilities ### Trigger deployments Programmatically trigger a documentation rebuild when your codebase changes outside of Git push events. ### Query site metadata Retrieve information about your documentation site including deployment status, configured domains, and navigation structure. ### Manage preview deployments Create and manage preview deployments for pull requests and branches to review documentation changes before they go live. ## Resources - [API reference](https://mintlify.com/docs/api) - [Dashboard](https://app.mintlify.com) - [Deployment guide](https://mintlify.com/docs/deploy)