From 96963b9e7c32bfd783dfe7f667a956044789f7cb Mon Sep 17 00:00:00 2001 From: Jeffrey Damick Date: Tue, 2 Jun 2026 09:54:25 -0400 Subject: [PATCH] dns-aid style svcb records --- spec/agentfinder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/agentfinder.md b/spec/agentfinder.md index 015d054..78165be 100644 --- a/spec/agentfinder.md +++ b/spec/agentfinder.md @@ -393,7 +393,7 @@ Publishers advertise their capability manifests via the following mechanisms: * **Well-Known URI**: Hosting the manifest at https://{domain}/.well-known/ai-catalog.json. * **Agentmap Directive**: Adding an entry in robots.txt (e.g., Agentmap: https://example.com/catalog.json). * **HTML Link Tag**: Including \ in the \ of a document. -* **DNS**: Publishing Service Binding records in the DNS that point directly to either a static capability manifest (e.g., \_catalog.\_agents.example.com) or a dynamic Agent Registry search endpoint (e.g., \_search.\_agents.example.com). +* **DNS**: Publishing Service Binding (SVCB) records in the DNS that point directly to either a static capability manifest. Recommended to follow [DNS-AID](https://datatracker.ietf.org/doc/html/draft-mozleywilliams-dnsop-dnsaid) (e.g. \{agent-name}.example.com) or a dynamic Agent Registry search endpoint (e.g., \_index.\_agents.example.com). ### 6.2 Ingestion Pipelines