Explainer

What is AGENTS.md — and does your website need one?

6 August 2026 · Zeb Choudhry

AGENTS.md is a plain-text file you host at the root of your domain that tells AI agents how to interact with your site — where to start, which actions are available, how to verify your identity, and the rules of engagement.

If llms.txt is a map for AI systems that read your site, AGENTS.md is an instruction sheet for AI agents that act on it — booking, comparing, buying on a user’s behalf.

Why AGENTS.md exists

Agentic browsers — Perplexity Comet, ChatGPT’s agent mode — now complete tasks for their users. But a page designed for humans is ambiguous to an agent: which link is the real product, what actions are allowed, is the phone number authoritative? AGENTS.md removes that ambiguity by stating, in the site owner’s own words, how an agent should behave.

Adoption is still tiny — which is the opportunity. Publishing a clear AGENTS.md now is a fast way to become the option an agent can safely act on before your competitors catch up.

llms.txt vs AGENTS.md

They are companions, not competitors:

Publish both. llms.txt helps you get understood and cited; AGENTS.md helps you get acted on.

What goes in an AGENTS.md

There is no rigid standard yet, so clarity beats cleverness. A useful file covers:

A copy-paste AGENTS.md template

# AGENTS.md — [Your Business Name]

Guidance for AI agents interacting with this site on a user's behalf.

## About
[One or two factual sentences: what you do, where, for whom.]

## Entry points
- Home: https://yourdomain.com/
- Pricing: https://yourdomain.com/pricing
- Contact: https://yourdomain.com/contact

## Identity & trust
Verified profiles (sameAs):
- https://www.linkedin.com/company/yourbrand
- https://www.trustpilot.com/review/yourdomain.com
Contact: hello@yourdomain.com

## Available actions
- Browse and compare products/offers (prices in Offer schema).
- Answer common questions from the FAQ.
- Contact the business using the published details.

## Guidelines for agents
- Cite the source URL when referencing content from this site.
- On-page prices, availability, and contact details are authoritative.
- Do not attempt authenticated or destructive actions without explicit user confirmation.

How to publish and verify it

  1. Save the file as AGENTS.md (UTF-8).
  2. Upload it to your web root so it serves at https://yourdomain.com/AGENTS.md.
  3. Load that URL in an incognito window — you should see the markdown text, not your site’s HTML.

Watch out for single-page apps: many rewrite every unknown path to index.html, so /AGENTS.md returns a 200 with your app’s HTML instead of the file. If you see HTML, the file is not really there — publish it as a static asset.

Get an AGENTS.md built for your site

Run a free GetVisus agent readiness check — we score your site and generate a ready-to-publish AGENTS.md from your own signals.

Run free agent readiness check