MeltboxAEO foundation Docs

Preview · not indexed

The answer-engine front door for docs.meltbox.ai

These are the generated files that let ChatGPT, Claude, Perplexity, and Google index and cite the Meltbox docs — plus the /for-agents onboarding page. Preview them here; the deploy targets on the real domain are at the bottom.

The files (generated today)

/for-agents hand-authored

A machine-readable onboarding page written for a coding agent that lands on the docs mid-session: what Meltbox is, how to get its operator to invite it, the exact redeem flow, the MCP endpoint, and the brief-authoring contract. Only references live, verified endpoints.

llms.txt generated

The llms.txt-spec index: a one-paragraph summary of Meltbox + a linked, described map of all 8 docs pages, so an engine can find the right page fast.

llms-full.txt generated

The entire docs corpus (all 8 pages) as one clean markdown file — the retrieval-friendly full text for RAG and long-context grounding.

sitemap.xml generated

A standard XML sitemap of the 8 docs URLs + /for-agents, so classic search and AI-search crawlers discover every page.

robots.txt generated

The permissive replacement: welcomes the AI training/search crawlers explicitly and points at the sitemap. Note: this only takes effect once Cloudflare's managed block is turned off (Cloudflare prepends its block ahead of any origin robots.txt).

Where each file must live on the real domain

The docs Worker already serves any file with an extension from public/docs-site/<file> and extensionless paths from <path>.html — so adding these files there and deploying is enough. No handler code change.

FileCopy to (repo)Serves at
robots.txtpublic/docs-site/robots.txtdocs.meltbox.ai/robots.txt
llms.txtpublic/docs-site/llms.txtdocs.meltbox.ai/llms.txt
llms-full.txtpublic/docs-site/llms-full.txtdocs.meltbox.ai/llms-full.txt
sitemap.xmlpublic/docs-site/sitemap.xmldocs.meltbox.ai/sitemap.xml
for-agents.htmlpublic/docs-site/for-agents.htmldocs.meltbox.ai/for-agents
for-agents.txtpublic/docs-site/for-agents.txtdocs.meltbox.ai/for-agents.txt