From 010d6f79843e0a843c9956e271fc2e2c960f5cc1 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Tue, 10 Mar 2026 02:11:25 +0000
Subject: [PATCH 1/2] Document .well-known paths for llms.txt files
Generated-By: mintlify-agent
---
ai/llmstxt.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ai/llmstxt.mdx b/ai/llmstxt.mdx
index b79487948..527f551cf 100644
--- a/ai/llmstxt.mdx
+++ b/ai/llmstxt.mdx
@@ -14,7 +14,7 @@ Mintlify automatically hosts an `llms.txt` file at the root of your project that
If your site requires authentication, `llms.txt` and `llms-full.txt` also require authentication to view. LLMs and AI tools that cannot authenticate into your site cannot access these files. The files exclude pages that belong to [user groups](/deploy/authentication-setup#control-access-with-groups).
-View your `llms.txt` by appending `/llms.txt` to your documentation site's URL.
+View your `llms.txt` by appending `/llms.txt` to your documentation site's URL. Mintlify also hosts the file at `/.well-known/llms.txt` for compatibility with tools that follow the `.well-known` convention.
Open the llms.txt for this site.
@@ -51,7 +51,7 @@ This structured approach allows LLMs to efficiently process your documentation a
The `llms-full.txt` file combines your entire documentation site into a single file as context for AI tools and LLM indexing.
-Mintlify automatically hosts an `llms-full.txt` file at the root of your project. View your `llms-full.txt` by appending `/llms-full.txt` to your documentation site's URL.
+Mintlify automatically hosts an `llms-full.txt` file at the root of your project. View your `llms-full.txt` by appending `/llms-full.txt` to your documentation site's URL. Mintlify also hosts the file at `/.well-known/llms-full.txt` for compatibility with tools that follow the `.well-known` convention.
Open the llms-full.txt for this site.
From 399eaab536c60a5728f93375ad2086c3e31d587f Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Tue, 10 Mar 2026 09:22:17 -0700
Subject: [PATCH 2/2] Apply suggestion from @ethanpalm
---
ai/llmstxt.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ai/llmstxt.mdx b/ai/llmstxt.mdx
index 527f551cf..d3d64e10a 100644
--- a/ai/llmstxt.mdx
+++ b/ai/llmstxt.mdx
@@ -14,7 +14,7 @@ Mintlify automatically hosts an `llms.txt` file at the root of your project that
If your site requires authentication, `llms.txt` and `llms-full.txt` also require authentication to view. LLMs and AI tools that cannot authenticate into your site cannot access these files. The files exclude pages that belong to [user groups](/deploy/authentication-setup#control-access-with-groups).
-View your `llms.txt` by appending `/llms.txt` to your documentation site's URL. Mintlify also hosts the file at `/.well-known/llms.txt` for compatibility with tools that follow the `.well-known` convention.
+View your `llms.txt` by appending `/llms.txt` to your documentation site's URL.
Open the llms.txt for this site.