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
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.
search_documentation — Perform semantic and keyword searches across your documentation.
search_documentation — Perform semantic and keyword searches across your documentation.
Parameters
string
required
The domain identifier from your domain.mintlify.app URL. Can be found in the top left of your dashboard.
string
required
The search query to execute against your documentation content.
integer
Number of search results to return. Defaults to 10 if not specified.
string
Filter results by documentation version.
string
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.