Audit any website's discoverability to AI agents in seconds. Checks the five machine-readable surfaces agents use to find and buy from you:
/llms.txt— the agent-friendly catalog (LLM-friendly)/robots.txt— crawl rules/sitemap.xml— indexable URLs/.well-known/x402— machine-readable payment config/agents.txt— the "readme for agents"
For each surface it reports HTTP status, content-type, and payload size, then produces a clean Markdown report with an overall discoverability grade and concrete fixes. No dependencies, pure Node.js + built-ins.
node audit.mjs https://your-site.com > report.mdOr install as a global command (npm-publish pending; install straight from GitHub — no token needed for public repos):
npm install -g github:Autonomy-Labs-Tech/agent-readiness-audit
agent-readiness-audit https://your-site.com > report.md# Agent-Readiness Audit: https://example.com
Checked at: 2026-08-06T09:00:00.000Z
| Surface | Status | Content-Type | Bytes |
|---|---|---|---|
| /llms.txt | 200 | text/plain | 2794 |
| /robots.txt | 200 | text/plain | 185 |
| /sitemap.xml | 200 | application/xml | 1558 |
| /.well-known/x402 | 200 | application/json | 770 |
| /agents.txt | 200 | text/plain | 1837 |
Grade: B (4/5 agent surfaces present)
AI agents increasingly look for llms.txt and x402 before they buy. If your
storefront can't be read by a machine, agents can't buy from you. Run this audit
to find exactly what's missing.
This tool is free and MIT-licensed. If it saved you time, sponsor the work: https://github.com/sponsors/Autonomy-Labs-Tech
MIT
Run the free AI-agent discoverability audit on any public site: https://www.autonomylabsweb.tech/audit.html — checks robots.txt, sitemap, llms.txt, agents.txt, .well-known/x402 and more, with an instant letter grade. Paid deep reports available.