iwasoftAn AI agent that lands on your site shouldn't have to guess. The AI Manifest is a single, discoverable file at /.well-known/ai-manifest.json that answers, in one fetch: what is this site, where's the machine-readable content, how can I act, and what am I permitted to do?
The manifest points to the standards you already use and adds the two things none of them cover alone: a unified discovery entry and an explicit AI-use policy.
It is the site-level sibling of the AI Docs Standard: that describes a product to an agent; this describes a site.
GET /.well-known/ai-manifest.json (RFC 8615)
<link rel="ai-manifest" href="/.well-known/ai-manifest.json">This site ships a live manifest at /.well-known/ai-manifest.json — pointing agents to our llms.txt, the AI Docs Standard, and our AI-use policy.
The AI Manifest Standard is authored and stewarded by iwasoft and released under CC BY 4.0.