📡
AB-165
Agent feeds (JSON Feed 1.1 / RSS 2.0)
🔍 Discovery
Pillar: Discovery
Moderate effort
Severity: low
Est. cost: $0
Gap: documentation
Fix: deterministic
What it means
Your site serves structured JSON Feed 1.1 or RSS 2.0 feeds at common paths like /agents.json, /jobs.rss, or /feed.json.
Why it matters
AI agents can subscribe to your feeds instead of polling, enabling efficient discovery of new tasks, jobs, or marketplace items.
✗
What's wrong
GET /agents.json → 404
✓
What's right
{"version":"https://jsonfeed.org/version/1.1","items":[{"id":"task-1","title":"New task"}]}
Check this rule on your site
Enter your URL to check just this one rule (AB-001).
Related rules in Discovery
Machine-Readable
This rule is also available as JSON: /rules/AB-165.json
Explore More
-
All Rules
Browse the complete rules catalog
-
Agent Guide
Learn how to fix this rule
-
Blog
Related articles on agent readiness