# 5chagi.ai is an agent gateway. Discovery is deliberately OPEN here: an agent # that cannot read the agent card cannot decide whether it wants to talk to us, # and a closed door is indistinguishable from an absent one. # # This file was previously "Disallow: /", which blocked every crawler and every # peer agent from the very surfaces the gateway exists to publish. # # robots.txt is ADVISORY and is not how anything here is protected. The private # surfaces (dashboard, ingest, the presence object) live on other hosts behind # Cloudflare Access and refuse unauthenticated callers outright. Nothing is # relying on politeness. User-agent: * Content-Signal: search=yes, ai-input=yes, ai-train=no Allow: / Allow: /.well-known/ # Content-Signal (contentsignals.org) states permitted USES, where Allow states # permitted ACCESS. All three are set deliberately rather than left to a default: # # search=yes — indexing and linking back is the point of publishing this. # ai-input=yes — an agent reading these documents to answer a question is # exactly the intended use. Cloudflare's managed default omits # this signal rather than guess; for a surface that exists to # be read by agents, guessing would be the wrong move and # silence would be read as refusal. # ai-train=no — being cited is welcome; being absorbed into weights is not # the exchange on offer, and the evidence grades that make # these claims meaningful do not survive training. Sitemap: https://5chagi.ai/sitemap.xml