The agent door
Programmatic onboarding
Whether an agent can get working access without a human.
How it is scored
0 to 20
no self-serve API access, or a human must approve or verify before any credential is issued.
40 to 60
self-serve signup exists but an API key requires manual steps such as email confirmation or a dashboard click path.
80 to 100
an API key can be obtained programmatically, with a documented quickstart and a published OpenAPI spec.
What the scanner checks
- Whether an OpenAPI spec is published at a standard path
- Whether the developer documentation describes credential issuance
- How many steps and required fields stand between landing and a signup form
- Whether verification is demanded before anything works