Public llms.txt on authenticated sites with mixed public/private docs
#5197
grant
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ask
For deployments with authentication enabled (e.g. JWT), allow
/llms.txtto be fetched without login when we use"public": trueon most nav. The file should only list URLs (and metadata) for pages that are already public—same as an anonymous visitor— and must not expose private / user-group content.Why
Today support confirmed
llms.txtis gated for any authenticated site, so tools and crawlers hit a login redirect even though most of our docs are intentionally public. We want public pages to be discoverable viallms.txtwithout duplicating a file off Mintlify.Nice-to-have
Same rules for
llms-full.txtor a dedicated public full export if the full file would otherwise leak private sections.Beta Was this translation helpful? Give feedback.
All reactions