mintlify-api

Installation
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 under Settings > API Keys.

Core capabilities

Trigger deployments

Programmatically trigger a documentation rebuild when your codebase changes outside of Git push events.

Installs
8
Repository
mintlify/docs
GitHub Stars
435
First Seen
Jun 15, 2026
mintlify-api — mintlify/docs