mintlify-api
The mintlify-api skill enables programmatic interaction with Mintlify documentation sites through REST API calls authenticated with bearer tokens. Use it to trigger documentation rebuilds outside of Git events, retrieve site metadata such as deployment status and navigation structure, and create preview deployments for testing documentation changes before production release.
git clone --depth 1 https://github.com/macro-inc/macro /tmp/mintlify-api && cp -r /tmp/mintlify-api/docs/.agents/skills/mintlify-api ~/.claude/skills/mintlify-apiSKILL.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](https://dashboard.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://dashboard.mintlify.com) - [Deployment guide](https://mintlify.com/docs/deploy)
Build a new AI tool end-to-end — Rust implementation, toolset wiring, infra, schema generation, and frontend UI.
Find all open Dependabot alerts for this repo and create a plan to resolve them using the appropriate package manager overrides (pnpm, bun, npm, cargo).
Dump clean Postgres schema to a file and copy path to clipboard.
Quality gate. 5 parallel agents review changes. All must pass.
Upgrade an AI chat model (fast or good) across backend and frontend.
Launch local Swagger UI for a service's OpenAPI spec
Validate Rust work after substantial Rust code changes by running `just check`, `just clippy`, then `just format`. Use before the final response after a significant Rust implementation or cleanup task; batch edits first instead of running after every small change.