Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/agentfinder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \<link rel="ai-catalog" href="..."\> in the \<head\> 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

Expand Down