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