
Mintlify Api
- 1.3k installs
- mintlify.com
mintlify-api provides documented workflows for Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.
About
The mintlify-api skill interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically. # 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)
- [API reference](https://mintlify.com/docs/api)
- [Dashboard](https://app.mintlify.com)
- [Deployment guide](https://mintlify.com/docs/deploy)
- # Mintlify API Use the Mintlify API to manage documentation sites programmatically.
- This skill covers deployment management, build triggers, and site metadata queries.
Mintlify Api by the numbers
- 1,321 all-time installs (skills.sh)
- +73 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #237 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
mintlify-api capabilities & compatibility
- Capabilities
- [api reference](https://mintlify.com/docs/api) · [dashboard](https://app.mintlify.com) · [deployment guide](https://mintlify.com/docs/dep · # mintlify api use the mintlify api to manage do · this skill covers deployment management, build t
- Use cases
- documentation
What mintlify-api says it does
# Mintlify API Use the Mintlify API to manage documentation sites programmatically.
This skill covers deployment management, build triggers, and site metadata queries.
npx skills add https://github.com/mintlify.com --skill mintlify-apiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.3k |
|---|---|
| Repository | mintlify.com ↗ |
How do I use mintlify-api for the task described in its SKILL.md triggers?
Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.
Who is it for?
Teams invoking mintlify-api when the user request matches documented triggers and prerequisites.
Skip if: Skip when cached docs are missing, the request is a negative trigger, or another sibling skill owns the workflow.
When should I use this skill?
Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.
What you get
Step-by-step guidance grounded in mintlify-api documentation and reference files.
Files
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 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
Related skills
Forks & variants (1)
Mintlify Api has 1 known copy in the catalog totaling 3 installs. They canonicalize to this original listing.
- mintlify - 3 installs
FAQ
What does mintlify-api do?
Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.
When should I use mintlify-api?
Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.
What are common prerequisites?
--- name: mintlify-api description: Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.