Managed sites
A generate call makes a file once. A managed site keeps it current automatically — that's the difference between a tool and a subscription that does your upkeep.
Register a site in Account → Managed sites and we:
- Generate its
llms.txt(andllms-full.txt) right away. - Re-check it on a schedule and regenerate when your content changes.
- Serve the freshest file from a stable URL and (optionally) push it to your webhook.
Managed sites are a paid feature. Seats by plan: Starter 1, Pro 10, Business 250.
The stable URLs
Every managed site exposes its current files at:
text
https://llms-txt.io/s/<siteId>/llms.txt
https://llms-txt.io/s/<siteId>/llms-full.txt
These always reflect the latest successful generation. You point your own domain's /llms.txt at them — see Connecting your file.
Always-fresh, by design
Unlike the one-shot generator (which respects an llms.txt your site already publishes), a managed site treats us as the source of truth and always builds a fresh file from your live content. You maintain it in one place; everything downstream stays in sync.
What you control per site
- Files —
llms.txt,llms-full.txt, or both. - Refresh — weekly (default) or daily. See Refresh & limits.
- Webhook — an optional URL we POST whenever the content changes.
- Instructions — an agent-instructions block embedded in the file.
Next steps
- Connect your file so your domain serves it.
- Understand refresh cadence and limits.
