Is your API ready
for AI agents?
Score your OpenAPI spec in seconds. Find what LLMs struggle with before your users do.
What AgenticScore evaluates
Examples
Do operations and schemas include request/response examples? LLMs learn from examples more reliably than descriptions alone.
Semantic Clarity
Are descriptions meaningful — not just "Gets a thing"? Agents need context to select the correct endpoint for a task.
Error Handling
Are 4xx and 5xx responses documented? Agents must handle failures gracefully. Bonus for RFC 9457 Problem Detail.
Intent Signals
Are operationIds descriptive? Are endpoints tagged? Agents rely on these signals to understand what an operation does.
Parameter Documentation
Are query parameters described? "limit" is obvious — "q" is not. Agents need to know valid values and formats.
Pagination
Can agents paginate through list endpoints? Missing pagination support means truncated data or infinite loops.
CLI or API — your choice
CLI — free, local
npx agenticscore score ./openapi.yaml
API — authenticated
-H "x-api-key: ar_live_your_key" \
-H "Content-Type: application/yaml" \
--data-binary @openapi.yaml
Start free. Scale when you need to.
- 1,000 API calls / month
- JSON, text & markdown output
- Score badge for README
- 10,000 API calls / month
- CI/CD integration
- Webhook notifications
- Score on every PR
Enterprise plan with multi-spec dashboards, historical trend tracking, and team access coming soon.