Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add mintlify/docs --skill mintlify-api --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mintlify Api?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mintlify-mintlify-api)More formats (shields.io, HTML) on the badges page.
---
name: mintlify-api
description: Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.
license: MIT
compatibility: Any HTTP client. Authentication via API key.
metadata:
author: mintlify
version: "1.0"
---
# 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)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Create Mermaid diagrams for flowcharts, sequences, ERDs, and
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.
Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".
Write the Discord release announcement for a stable Paperclip release. Companion to `release-changelog` — that skill produces the file at `releases/vYYYY.MDD.P.md`; this one turns that file into a single copy-pasteable Discord post in dotta's voice and attaches it as the `discord_announcement` document on the release issue.