← methodology

Developer resource discoverability

discovery.dev-search · Discovery · 3 pts · recommended

Goal

Can an agent integrate with you?

Whether the artifacts an agent needs to build on you — docs, API specs, SDKs, MCP servers — exist and are findable.

How we test

Searched for your brand with developer-keyword suffixes and checked which official resources are cited.

How to pass

Create a crawlable /docs or developers.{domain} hub and link it from your homepage so agents searching for your API find it.

Verify a fix

curl -X POST /api/scan/checks \
  -H 'content-type: application/json' \
  -d '{"url": "yourdomain.com", "checkIds": ["discovery.dev-search"]}'