Developer Tools14 toolsPaste one API key
Mintlify integration for AI agents
Mintlify is a documentation platform.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Mintlify once and call the same tools from all of them.
Setup
Connect Mintlify through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Mintlify exposes 14 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
mintlify_get_agent_job | Retrieve the status and details (status, PR link, model, source repo/ref) of a docs agent job | Read |
mintlify_get_assistant_caller_stats | Get assistant query counts broken down by caller type (web, api, other, total) for a date range | Read |
mintlify_get_assistant_conversations | Export the AI assistant conversation history (question, answer, cited sources, resolution | Read |
mintlify_get_feedback | Export a project's user feedback (thumbs / contextual comments / agent feedback), optionally | Read |
mintlify_get_feedback_by_page | Get feedback counts (thumbs up/down, code, total) aggregated per documentation page path for a | Read |
mintlify_get_page_views | Export per-path and site-wide content view counts split by human vs AI traffic | Read |
mintlify_get_search_queries | Export documentation search terms ordered by hit count (with CTR and top clicked page) | Read |
mintlify_get_unique_visitors | Export per-path and site-wide approximate distinct visitor counts split by human vs AI traffic | Read |
mintlify_get_update_status | Get the status and details (queued / in_progress / success / failure, logs, commit, screenshot) | Read |
mintlify_create_agent_job | Start a background documentation agent job from a natural-language prompt | Write |
mintlify_send_agent_message | Send a follow-up instruction to an existing, in-progress docs agent job (asynchronous) | Write |
mintlify_trigger_automation | Trigger a custom-schedule automation (workflow) to run immediately | Read |
mintlify_trigger_preview | Create or update a preview deployment of the docs project for a Git branch (redeploys if a | Read |
mintlify_trigger_update | Queue a production deployment of the docs project from its configured branch | Read |