🛤️
AB-076
OpenAPI Paths Reachable
What it means
At least half the paths declared in your OpenAPI spec return valid responses when probed.
Why it matters
An OpenAPI spec with unreachable paths misleads agents. Reachable paths mean agents can actually use your API.
✗
What's wrong
OpenAPI declares 10 paths but only 2 respond. Agents waste calls on dead endpoints.
✓
What's right
Most declared paths respond correctly. Agents can rely on your spec to navigate your API.
Check this rule on your site
Enter your URL to check just this one rule (AB-001).