mintlify-api
GitHub通过 Mintlify REST API 程序化管理文档站点,包括触发构建、查询元数据及管理预览部署。
Trigger Scenarios
Install
npx skills add buzzkit-dev/buzzkit --skill mintlify-api -g -y
SKILL.md
Frontmatter
{
"name": "mintlify-api",
"license": "MIT",
"metadata": {
"author": "mintlify",
"version": "1.0"
},
"description": "Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.",
"compatibility": "Any HTTP client. Authentication via API key."
}
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
Version History
- 3d80715 Current 2026-09-11 11:08


