← methodology
PyPI SDK
usability.sdk-pypi · Usability · 2 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 PyPI for an official, domain-verified SDK package.
How to pass
Publish an official Python SDK with your domain in the project URLs so agents can verify it's official.
Verify a fix
curl -X POST /api/scan/checks \
-H 'content-type: application/json' \
-d '{"url": "yourdomain.com", "checkIds": ["usability.sdk-pypi"]}'