Choose Mintlify Assistant
Choose the native assistant when you want the closest Mintlify integration, platform analytics, and no second chatbot vendor or widget to operate.
Mintlify has a native Assistant. ChattyBox is an independent option for teams that need one source-cited chatbot across Mintlify docs and other public sites, with separate branding, analytics, usage controls, and pricing.
ChattyBox crawls your existing documentation, indexes the content for retrieval, and embeds a chatbot that answers using your docs instead of generic model memory.
Define the public Mintlify pages and any non-Mintlify support content that both assistants should cover.
Ask the same representative documentation questions and record the answer, cited URL, and unsupported-answer behavior.
Compare branding, analytics, usage controls, pricing, and whether the assistant must work outside Mintlify.
If choosing ChattyBox, commit a .js file to the Mintlify content repository; Mintlify loads it globally after interactivity.
Three-step launch
Mintlify Assistant is the simpler choice for teams whose content and operating workflow already live in Mintlify. An independent chatbot becomes relevant when coverage, ownership, or controls must cross platform boundaries.
Choose the native assistant when you want the closest Mintlify integration, platform analytics, and no second chatbot vendor or widget to operate.
Choose ChattyBox when the same assistant must cover Mintlify plus other public properties, or when branding, analytics, and usage controls must remain outside Mintlify.
As checked July 9, 2026, Mintlify lists Assistant on Pro and above and describes credit-based AI usage. Compare current Mintlify pricing with the separate ChattyBox plan and limits.
Add the loader as a .js file inside the Mintlify content directory. Mintlify includes repository JavaScript on every page after the site becomes interactive.
The product facts below come from current primary sources. For answer testing, use the same published corpus and question set in both assistants, preserve each response and cited URL, and review citation support rather than converting judgments into an unsupported aggregate score.
Owner: ChattyBox documentation team. Review quarterly and whenever Mintlify changes Assistant, custom JavaScript, analytics, credit controls, or pricing.
| Dimension | Mintlify Assistant | Independent ChattyBox |
|---|---|---|
| Sources | Native Mintlify content; pricing lists external sources on Pro and above. | Public docs, help, and website pages across platforms. |
| Citations | Test links against the selected Mintlify corpus. | Response source links are visible in the reproducible demo. |
| Branding | Native experience; pricing lists Assistant customization and white labeling by plan. | Widget branding is managed independently from Mintlify. |
| Analytics | Platform and agent analytics are listed in Mintlify pricing. | Separate chatbot analytics and unanswered-question review. |
| Usage controls | AI features use Mintlify credits; verify current hard-limit and overage terms. | Limits are attached to the separate ChattyBox plan. |
| Pricing | Assistant is listed on Pro and Enterprise as of the checked date. | Separate subscription; compare current limits on the ChattyBox pricing page. |
| Better fit | One native Mintlify experience with no second widget to operate. | One independently managed assistant across multiple public properties. |
Create a .js file in the Mintlify content directory and commit it with your docs. Mintlify loads every such file globally after interactivity, so guard against duplicate injection and do not treat this as a page-level script field.
if (!document.querySelector('script[data-chattybox-widget]')) {
const script = document.createElement('script');
script.src = 'https://chattybox.ai/widget.js';
script.dataset.apiKey = 'YOUR_API_KEY';
script.dataset.apiUrl = 'YOUR_WIDGET_API_URL';
script.dataset.chattyboxWidget = 'true';
script.async = true;
document.body.appendChild(script);
}Find setup guidance for websites, CMS, Docusaurus, MkDocs, VitePress, Starlight, help centers, and docs platforms.
Compare docs chatbot tools, support suites, and website chatbot builders by workflow and fit.
Use the launch checklist to crawl content, test citations, embed the widget, and monitor gaps.
Keep Mintlify Assistant when your content is primarily in Mintlify and you prefer its native interface, analytics, customization, and credit model over operating a second widget.
Add a .js file to the Mintlify content repository. Mintlify documents that repository JavaScript is loaded globally after the page becomes interactive; there is no arbitrary page-level script field.
Use the same corpus and representative questions, save each answer and cited URL, and review whether every material claim is supported. Do not infer quality from an undisclosed weighted score.
Primary sources were checked July 9, 2026. The ChattyBox documentation team owns a quarterly review and will recheck sooner when Mintlify changes the relevant product or pricing pages.
No credit card required. Your content is not used for model training.
Free tier. No card needed.