Overview
Add Mintlify to any ModuleX agent or workflow. Documentation platform with AI-powered assistant chat, semantic search, and project update triggers against the Mintlify REST APIs (api-dsc.mintlify.com/v1 and api.mintlify.com/v1).
Categories: Developer Tools & Infrastructure · Documentation · Auth: Mintlify API Keys · Actions: 3
Authentication
Mintlify API Keys
Authenticate using Mintlify assistant API key, admin API key, and project ID. Different actions use different credentials.Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Assistant API Key | Your Mintlify Assistant API key for chat and search endpoints. | Yes | - |
| Admin API Key | Your Mintlify Admin API key for triggering project updates. | Yes | - |
| Project ID | Your Mintlify project ID used for update triggers. | Yes | - |
Available Actions
chat_with_assistant — Generates a response message from the assistant for the specified domain.
chat_with_assistant — Generates a response message from the assistant for the specified domain.
Parameters
The domain identifier from your domain.mintlify.app URL. Can be found in the top left of your dashboard.
Browser fingerprint or arbitrary string identifier for message tracking.
The content of the message to send to the assistant.
Response
search_documentation — Perform semantic and keyword searches across your documentation.
search_documentation — Perform semantic and keyword searches across your documentation.
Parameters
The domain identifier from your domain.mintlify.app URL. Can be found in the top left of your dashboard.
The search query to execute against your documentation content.
Number of search results to return. Defaults to 10 if not specified.
Filter results by documentation version.
Filter results by content language.
Response
trigger_update — Trigger an update for a project.
trigger_update — Trigger an update for a project.
Response
Limits & Quotas
- No publicly documented rate limits for the Mintlify API.
- Error model: non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising.