🔑
AB-008
Authentication Declared
What it means
Your site declares its authentication method in a machine-readable way.
Why it matters
Agents need to know how to authenticate before they can use your API. Without this, they're locked out.
✗
What's wrong
No machine-readable auth info. Agents don't know if they need API keys, OAuth, or something else.
✓
What's right
Authentication method is clearly declared, so agents know exactly how to get access.
Check this rule on your site
Enter your URL to check just this one rule (AB-001).