mintlify.com

mintlify-api

Install the mintlify-api skill for your AI agent. Published on mintlify.com.

All-time #7336 Trending #6589 First seen Apr 9, 2026
8-week activity · all time api

Installation

$ npx skills add https://mintlify.com

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from mintlify.com.

npx skills add https://mintlify.com

Browse all from mintlify.com

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,509 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1,600 installs

SKILL.md

## Documentation Index
Fetch the complete documentation index at: https://www.mintlify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.

Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.

SKILL

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 topics

  • [skill.md](/docs/ai/skillmd.md)
  • [Mintlify CLI command reference](/docs/cli/commands.md)
  • [Mintlify CLI](/docs/es/cli/index.md)