# robots.txt for OpenClip # https://openclip.app User-agent: * Allow: / # Content signals for automated systems (https://contentsignals.org/) Content-Signal: search=yes, ai-input=yes, ai-train=yes # AI usage preferences (IETF draft-ietf-aipref-attach) Content-Usage: train-ai=y, search=y # Disallow admin and authenticated areas Disallow: /nova Disallow: /api/ # The public API docs + OpenAPI spec are advertised in # /.well-known/api-catalog; the longer Allow wins over Disallow: /api/ Allow: /api/docs Disallow: /broadcasting/ Disallow: /sanctum/ # Disallow user-specific pages Disallow: /dashboard Disallow: /settings Disallow: /teams Disallow: /videos Disallow: /clips Disallow: /billing Disallow: /usage Disallow: /tasks Disallow: /uploads Disallow: /onboarding # Allow search engine crawlers to access public assets Allow: /build/ Allow: /images/ Allow: /favicon/ # LLM discovery LLMs: https://openclip.app/llms.txt LLMs-Full: https://openclip.app/llms-full.txt # AI content locations # Public pages have Markdown twins: append .md to the URL (marketing pages also honor Accept: text/markdown). # Product docs: https://openclip.app/docs (agent index: https://openclip.app/docs/llms.txt, full corpus: https://openclip.app/docs/llms-full.txt, skill: https://openclip.app/docs/skill.md) # MCP server and skills: https://openclip.app/.well-known/mcp.json and https://openclip.app/.well-known/agent-skills/index.json # Sitemaps Sitemap: https://openclip.app/sitemap.xml Sitemap: https://openclip.app/sitemap-ai.xml Sitemap: https://openclip.app/docs/sitemap.xml