
Mintlify Api
- 3 installs
- 428 repo stars
- Updated August 5, 2026
- mintlify/docs
This is a copy of mintlify-api by mintlify.com - installs and ranking accrue to the original listing.
Helps with backend & apis tasks.
About
mintlify-api is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted coding.
- mintlify-api
- Backend & APIs
- AI-coding skill
Mintlify Api by the numbers
- 3 all-time installs (skills.sh)
- +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/mintlify/docs --skill mintlify-apiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 3 |
|---|---|
| repo stars | ★ 428 |
| Last updated | August 5, 2026 |
| Repository | mintlify/docs ↗ |
What it does
Helps with backend & apis tasks.
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.