# GET

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web/src/app/.well-known/llms.txt/route.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/.well-known/llms.txt/route.ts#L14)

Tenant-level agent discovery: /.well-known/llms.txt — a short "About Atloria" section (so agents
reading Atloria's own llms.txt learn what Atloria IS), followed by an INDEX (not one site's
content) of every published docs site's per-site llms.txt. On a multi-tenant single origin (many
sites under /p/<slug>) a root content file can't represent all sites, so this is the honest,
discoverable entrypoint: one fetch → the list of per-site llms.txt / llms-full.txt URLs. Each
site also carries its own <link rel="alternate"> hints (see p/[slugId]/layout.tsx).
