🔄
AB-007
Guide and API Consistency
What it means
Your agent guide and your API specification describe the same endpoints.
Why it matters
If your guide says one thing but your API does another, agents will fail and avoid your service.
✗
What's wrong
Guide mentions endpoints that don't exist in the API spec, or vice versa.
✓
What's right
Guide and API spec are perfectly aligned — what agents read is what they get.
Check this rule on your site
Enter your URL to check just this one rule (AB-001).