Skip to content

Commit 0991376

Browse files
authored
Enhance DNS section with SVCB and TXT record details
Updated DNS section to include SVCB records and fallback to TXT records, with examples and a reference to DNS-AID. related: #4
1 parent 4ef09d2 commit 0991376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/ard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Publishers advertise their capability manifests via the following mechanisms:
393393
* **Well-Known URI**: Hosting the manifest at https://{domain}/.well-known/ai-catalog.json.
394394
* **Agentmap Directive**: Adding an entry in robots.txt (e.g., Agentmap: https://example.com/catalog.json).
395395
* **HTML Link Tag**: Including \<link rel="ai-catalog" href="..."\> in the \<head\> of a document.
396-
* **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).
396+
* **DNS**: Publishing Service Binding (SVCB) records, with an optional fallback to Text (TXT) records, in the DNS that point directly to either a static capability manifest (e.g., `{agent-name}.example.com IN SVCB . well-known=/not-well-known/ai-catalog.json` or a dynamic Agent Registry search endpoint (e.g., `_index._agents.example.com 3600 IN SVCB 1 agent-search.example.com`). For more details, follow [DNS-AID](https://datatracker.ietf.org/doc/html/draft-mozleywilliams-dnsop-dnsaid)
397397

398398
### 6.2 Ingestion Pipelines
399399

0 commit comments

Comments
 (0)