🌐
AB-041

API Paths Reachable

📋 OpenAPI Moderate effort Est. cost: $10-50

What it means

All endpoints defined in your API spec actually work when agents call them.

Why it matters

A spec that lists endpoints that don't work is worse than no spec — it wastes agents' time and breaks trust.

What's wrong

API spec lists 10 endpoints, but 3 of them return errors.

What's right

Every endpoint in the spec works as described.

Check this rule on your site

Enter your URL to check just this one rule (AB-001).

Related rules in OpenAPI