DNS-AID: DNS Discovery for AI Agents

DNS-AID is an emerging shorthand for using DNS records as a discovery signal for AI agents, usually through TXT records and metadata endpoints.

2026-07-04
·
1 min read

DNS-AID

DNS-AID is an emerging shorthand for DNS-based AI discovery. It describes the idea of using DNS records, usually TXT records, to point AI agents toward machine-readable metadata such as policy files, API catalogs, llms.txt, or agent capability documents.

This is not yet a widely adopted web standard. Treat it as an agent-readiness pattern, not as a guaranteed ranking factor.

How It Could Work

A site might publish a DNS TXT record that advertises a discovery endpoint:

_ai.example.com TXT "aid=https://example.com/.well-known/ai-discovery.json"

An agent could query DNS before crawling the site, then fetch the declared endpoint to learn what the site supports.

SEO Guidance

Use DNS-AID only as a supporting signal. If you adopt it, keep the linked discovery document consistent with:

Avoid putting sensitive URLs or secrets in DNS. DNS is public infrastructure.

Official Resources

There is no broadly accepted official DNS-AID specification yet. The stable foundations are:

Privacy & Cookies

We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.