Skip to main content
AI Discovery StandardsTest ID: dns-aidVerified Specification

DNS for AI Discovery (DNS-AID) Specification

Declaring AI agent endpoints, capabilities, and verification hashes directly in your domain DNS TXT records for instant, trust-anchored AI discovery.

Why this matters for your SEO & AI Visibility:

DNS-AID provides cryptographic and protocol-level discovery of AI services at the DNS resolver level, before HTTP connections are even established.

Step-by-Step Remediation Guide

3 Actionable Steps
  1. 1Create a DNS TXT record on your domain: _ai-discovery.yourdomain.com.
  2. 2Declare version and discovery manifest locations: v=aid1; uri=https://yourdomain.com/.well-known/mcp.json.
  3. 3Ensure DNS propagation across global recursive resolvers.

Production Implementation Code

plaintext

Copy and deploy this production snippet into your application to satisfy the audit test.

dns-aid configuration snippet
_ai-discovery.webcarespro.com. IN TXT "v=aid1; uri=https://webcarespro.com/.well-known/mcp.json; agent=https://webcarespro.com/.well-known/agent.json"

Technical Architecture & In-Depth Details

DNS-Level Agent Protocol Routing

By anchoring discovery in domain DNS, autonomous AI orchestrators can verify ownership and discover API endpoints with zero risk of HTTP proxy tampering.

Need expert engineering assistance?

Resolve this with Operations Hub & AI Architecture

WebCare Pro provides direct senior-level engineering to remediate and pass every test in your audit report.

Explore Solution
Official Technical Standard Reference:DNS-AID Open Specification