# Renderful.ai Robots.txt # https://renderful.ai User-agent: * Allow: / Allow: /models/ Allow: /docs Allow: /.well-known/ Allow: /.well-known/agents.json Allow: /.well-known/ai-plugin.json Allow: /llms.txt Allow: /llms-full.txt Allow: /api/v1/openapi.json # Disallow protected/private pages Disallow: /dashboard/ Disallow: /api/ Disallow: /login Disallow: /signup Disallow: /predictions/ # Disallow locale-prefixed protected pages Disallow: /*/dashboard/ Disallow: /*/api/ Disallow: /*/login Disallow: /*/signup Disallow: /*/predictions/ # AI search & answer engines — explicitly welcomed (we want llms.txt, docs & models cited). # Same allow/disallow as the wildcard above so private pages stay protected. User-agent: GPTBot User-agent: OAI-SearchBot User-agent: ChatGPT-User User-agent: PerplexityBot User-agent: Perplexity-User User-agent: ClaudeBot User-agent: Claude-Web User-agent: Claude-SearchBot User-agent: anthropic-ai User-agent: Google-Extended User-agent: Applebot User-agent: Applebot-Extended User-agent: Bytespider User-agent: CCBot User-agent: cohere-ai User-agent: Meta-ExternalAgent Allow: / Disallow: /dashboard/ Disallow: /api/ Disallow: /login Disallow: /signup Disallow: /predictions/ Disallow: /*/dashboard/ Disallow: /*/api/ Disallow: /*/login Disallow: /*/signup Disallow: /*/predictions/ # Sitemap location Sitemap: https://renderful.ai/sitemap.xml # Crawl-delay for politeness (optional) Crawl-delay: 1 # AI Agent Discovery # LLM-readable API description LLMs-Txt: https://renderful.ai/llms.txt # Full API documentation for AI agents LLMs-Full-Txt: https://renderful.ai/llms-full.txt