llms.txt Studio
What it does
Generates the site's llms.txt file — a manifest designed for LLM crawlers that summarises in plain text the main pages, key products and the facts the brand wants to be cited on. The builder pulls this content from the actual site, not from a generic template.
When to use it
- When the brand wants to control which content LLMs see first.
- On very large sites, to anchor a set of priority pages.
- For e-commerce sites with a long catalogue: the file summarises flagship categories without forcing the crawler to go deep.
Required inputs
store_id(required): per-store metering, 3 runs/month.url(required in the body): the site root.
Example output
{
"store_id": "store-1",
"llms_txt": "# Acme\n\n> Italian e-commerce of artisanal X...\n\n## Categories\n- ...",
"truncated": false
}