💲
AB-150
Pricing discoverability
What it means
Pricing information is discoverable in agent-guide or llms.txt.
Why it matters
Agents need to know what a call costs before making it — pricing must be in sources agents check.
✗
What's wrong
// pricing only on /pricing.html (not in guide or llms.txt)
✓
What's right
agent-guide.json: { "pricing": { "model": "per_transaction", "note": "2.9% + 30¢" } }
Check this rule on your site
Enter your URL to check just this one rule (AB-001).