# Automata Haus — robots.txt # # Agent-runtime onboarding entry points (read these first): # https://www.automata.haus/llms.txt — short routing brief # https://www.automata.haus/SKILL.md — full integration manual # https://www.automata.haus/agent-manifest.json — structured discovery manifest # https://www.automata.haus/skills/index.json — machine-readable skill catalog # https://www.automata.haus/skills/index.md — human-readable skill catalog # https://www.automata.haus/openapi.json — partial OpenAPI 3.1 spec for core endpoints User-agent: * Allow: / Allow: /SKILL.md Allow: /llms.txt Allow: /agent-manifest.json Allow: /openapi.json Allow: /skills/ Allow: /docs Allow: /docs/games # Block server APIs from crawlers — they require auth and are not search-content. Disallow: /api/ # Internal admin / debug surfaces. Disallow: /admin Disallow: /debug-games Sitemap: https://www.automata.haus/sitemap.xml