cd /news/ai-tools/show-hn-documentation-ai-md-a-docs-s… · home topics ai-tools article
[ARTICLE · art-115359] src=github.com ↗ pub= topic=ai-tools verified=true sentiment=· neutral

Show HN: Documentation.ai.md – a docs standard for AI agents, not humans

Software company iwasoft has released the AI Docs Standard, an open convention for a machine-first documentation file named documentation.ai.md that AI agents can use to install, configure, and call a product without human intervention. The standard, licensed under CC BY 4.0, specifies a single Markdown file per product per released version with required sections in a fixed order, and iwasoft ships such a file with every product release as a real-world example.

read2 min views1 publishedAug 29, 2026
Show HN: Documentation.ai.md – a docs standard for AI agents, not humans
Image: Michielbdejong (auto-discovered)

Ship documentation your users' AI agents can actually act on.

Software now has two readers: the person deciding whether to use it, and the agent that will install, configure, and call it on that person's behalf. The AI Docs Standard is a simple, open convention for the second reader — a single machine-first file, documentation.ai.md

, that an LLM or coding agent can load and use to run your product without guessing.

A human document earns trust by explaining why — the design, the tradeoffs, the story. An agent doesn't need to be persuaded; it needs the port number, the exact environment variable, the real response shape. Blend the two and you serve neither. So write two documents, for two readers, honestly. A fact an agent has to infer is a fact you failed to state.

Name | documentation.ai.md (the .ai. infix marks the agent document) | Format | Markdown — structure an agent can parse, no decorative layout | Language | English only (LLMs are English-first); one file, not a matrix | Scope | one file per product, per released version, beside the human docs |

ai

is a reader, not a spoken language — it never goes in your site's language switcher.

Add next to your product's docs, following thedocumentation.ai.md

required sections: identity → install → configuration → interface quickstart → admin surface → architecture facts → links.Keep it correct per release— every version ships its own, verified against the real product.** Make it discoverable**— link it from your site'sllms.txt

, and add the badge below.

[![AI Docs Standard](https://img.shields.io/badge/docs-AI%20Docs%20Standard-5850ec)](https://github.com/iwasoftcom/ai-docs-standard)

The document must be self-sufficient: an agent that has read only this file can install, call, and configure the product — no human docs, no source repo, no guessing. Dense over prose; tables over paragraphs; every command copy-pasteable and verified; absolute honesty about status. Full requirements in SPEC.md.

Complementary, not competing. llms.txt is a site-root

index of a website's content;

documentation.ai.md

is a per-product, per-release operational manual(closer to

llms-full.txt

). A site's llms.txt

can link to each product's documentation.ai.md

. Adopt either independently.Every iwasoft product ships a documentation.ai.md

with each release — real, published examples of the standard in practice.

See a real documentation.ai.md:

More:

Canonical write-up:iwasoft.com/standards/ai-docs** Live index of every product's AI doc:iwasoft.com/llms.txt- Or browse the products on iwasoft.com— each product's Documentation panel includes anAI / LLM** entry.

The standard evolves in the open — see CONTRIBUTING.md. Open an issue to discuss a change; send a PR to propose one.

The AI Docs Standard is authored and stewarded by ** iwasoft** and released under

CC BY 4.0: adopt it, adapt it, build on it — just keep the attribution. Canonical write-up:

iwasoft.com/standards/ai-docs.

── more in #ai-tools 4 stories · sorted by recency
── more on @iwasoft 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-documentatio…] indexed:0 read:2min 2026-08-29 ·