diff --git a/ai-native.mdx b/ai-native.mdx index 7dda81bc2..7402e291f 100644 --- a/ai-native.mdx +++ b/ai-native.mdx @@ -23,7 +23,7 @@ Configure popular tools like [Cursor](/guides/cursor), [Claude Code](/guides/cla ### Discovering -Your site is automatically optimized for AI tools and search engines to help users discover your documentation. All pages send their content as Markdown to AI agents instead of HTML, which helps these tools process your content faster and use fewer tokens. Every page is also available to view as Markdown by appending `.md` to the URL. +Your site is automatically optimized for AI tools and search engines to help users discover your documentation. All pages send their content as Markdown to Mintie bots instead of HTML, which helps these tools process your content faster and use fewer tokens. Every page is also available to view as Markdown by appending `.md` to the URL. Mintlify hosts `llms.txt` and `skill.md` files for your documentation. These industry-standard files help LLMs respond efficiently with relevant information to user queries and provide a list of capabilities for agents to use, so that users are more successful with your product. diff --git a/ai/skillmd.mdx b/ai/skillmd.mdx index 9475463d1..b9ab0bf3b 100644 --- a/ai/skillmd.mdx +++ b/ai/skillmd.mdx @@ -1,10 +1,10 @@ --- title: "skill.md" -description: "Make your documentation agent-ready with automatically generated skill.md files that describe your product's capabilities for AI agents." -keywords: ["AI agents","skills","agent skills","agents"] +description: "Make your documentation agent-ready with automatically generated skill.md files that describe your product's capabilities for Mintie bots." +keywords: ["Mintie bots","skills","agent skills","agents"] --- -Mintlify hosts a `skill.md` file at the root of your project that describes what AI agents can do with your product. +Mintlify hosts a `skill.md` file at the root of your project that describes what Mintie bots can do with your product. The [skill.md specification](https://agentskills.io/specification) is a structured, machine-readable format that makes capabilities, required inputs, and constraints for products explicit so that agents can use them more reliably. diff --git a/changelog.mdx b/changelog.mdx index de466c06a..0da724cff 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -196,7 +196,7 @@ noindex: true ## MCP filtering - AI agents can now [filter](ai/model-context-protocol#search-filtering-parameters) MCP search results by parameters. + Mintie bots can now [filter](ai/model-context-protocol#search-filtering-parameters) MCP search results by parameters. ## Other @@ -223,7 +223,7 @@ noindex: true ## `skill.md` auto-generation - Documentation sites now auto-generate a `skill.md` file based on your API references, guides, and features to give AI agents a comprehensive skills file with context on how to help people use your product. `skill.md` replaces the `install.md` approach with more structured capabilities and wider adoption. If you have a custom `skills.md` file at the root of your documentation repository, it replaces the auto-generated version. See [skill.md](/ai/skillmd) for more information. + Documentation sites now auto-generate a `skill.md` file based on your API references, guides, and features to give Mintie bots a comprehensive skills file with context on how to help people use your product. `skill.md` replaces the `install.md` approach with more structured capabilities and wider adoption. If you have a custom `skills.md` file at the root of your documentation repository, it replaces the auto-generated version. See [skill.md](/ai/skillmd) for more information. ## Audit logs for authentication events @@ -231,7 +231,7 @@ noindex: true ## Markdown export for agents - Documentation pages now serve raw markdown when the `Accept: text/markdown` header is sent, which enables better AI agent consumption of content. + Documentation pages now serve raw markdown when the `Accept: text/markdown` header is sent, which enables better Mintie bot consumption of content. ## Improvements @@ -244,7 +244,7 @@ noindex: true ## `install.md` auto-generation - Documentation sites now auto-generate an `install.md` file that aggregates installation-related pages like quickstarts, getting started, installation, and setup guides for AI agents. If you have a custom `install.md` file in your documentation repository, it takes priority over the auto-generated version. + Documentation sites now auto-generate an `install.md` file that aggregates installation-related pages like quickstarts, getting started, installation, and setup guides for Mintie bots. If you have a custom `install.md` file in your documentation repository, it takes priority over the auto-generated version. ## Web editor improvements @@ -822,7 +822,7 @@ noindex: true ## Major releases - - **Major enhancement**: AI suggested pages on 404 pages, [when someone hits a dead link → AI agent reads the path → suggests semantically similar pages](https://x.com/mintlify/status/1966625627773059495) + - **Major enhancement**: AI suggested pages on 404 pages, [when someone hits a dead link → Mintie bot reads the path → suggests semantically similar pages](https://x.com/mintlify/status/1966625627773059495) - **Major release**: web search for assistant can now include external sources\ _Note: Contact us to enable this feature for your site._ diff --git a/optimize/analytics.mdx b/optimize/analytics.mdx index ae6c730d0..e70e792b6 100644 --- a/optimize/analytics.mdx +++ b/optimize/analytics.mdx @@ -8,7 +8,7 @@ The [analytics](https://dashboard.mintlify.com/products/analytics/v2/) page in y ## Filter by AI or human visitors -Filter your analytics data by traffic source to analyze AI agent traffic separately from human visitors. +Filter your analytics data by traffic source to analyze Mintie bot traffic separately from human visitors. -The MCP searches tab displays AI agent search interactions through the Model Context Protocol (MCP). This metric shows how AI agents query and interact with your documentation. +The MCP searches tab displays Mintie bot search interactions through the Model Context Protocol (MCP). This metric shows how Mintie bots query and interact with your documentation. Review your MCP searches analytics to: -- **Monitor AI search activity**: Track how frequently AI agents search your documentation and identify trends in AI-driven queries. -- **Identify common AI queries**: Understand what information AI agents are looking for to optimize your content for AI consumption. -- **Improve AI discoverability**: Use frequent MCP search queries to identify gaps in your documentation that AI agents struggle to find answers for. +- **Monitor AI search activity**: Track how frequently Mintie bots search your documentation and identify trends in AI-driven queries. +- **Identify common AI queries**: Understand what information Mintie bots are looking for to optimize your content for AI consumption. +- **Improve AI discoverability**: Use frequent MCP search queries to identify gaps in your documentation that Mintie bots struggle to find answers for. ## Feedback