Free · Open source · MIT

Install the free Worker.

Drop our Cloudflare Worker in front of your site and all 7 Agent Ready standards turn green automatically. Your origin server stays unchanged.

Self-install · ~5 minutes

Eight commands. Done.

You'll need a Cloudflare account and your domain configured on Cloudflare. Everything below runs on your machine — we never touch your account.

1. Clone and install

git clone https://github.com/dman1313/agent-ready-2.git cd agent-ready-2 npm install

2. Authenticate with Cloudflare

npx wrangler login # A browser window opens — click "Allow" and return to your terminal.

3. Create the config KV namespace

npx wrangler kv:namespace create AGENT_READY_CONFIG # Copy the returned id into wrangler.toml under [[kv_namespaces]].

4. Edit wrangler.toml

Uncomment the routes block and set your domain:

routes = [ { pattern = "yourdomain.com/*", zone_name = "yourdomain.com" }, ]

5. Deploy

npx wrangler deploy

6. Verify

Run our scanner against your site — all 7 checks should turn green:

curl "https://agentready.humangood.ai/api/certify?url=https://yourdomain.com" | jq

Or just visit /certify and paste in your URL.

Inside the Worker

What it does, in one screen.

Discovery

Serves /llms.txt and /ai.txt

Origin-first — if your site already serves these, the Worker passes them through. Otherwise it serves sensible defaults you can override via KV.

Negotiation

HTML → Markdown on demand

When an agent requests Accept: text/markdown, the Worker fetches your HTML, strips chrome, and returns clean Markdown with the right canonical headers.

Injection

Adds tags to your <head>

Streams <link rel="alternate"> and JSON-LD into HTML responses if you don't already have them. Never duplicates existing tags.

Don't want to do it yourself?

Two managed paths.

If running wrangler deploy isn't your thing, we'll handle the install for you.

Enterprise Audit

$499+/year · we ship PRs to your repo

  • Manual site audit
  • Custom CDN/middleware setup
  • Up to 10 domains

Need help

Stuck on a step? We can run the install for you.