OpenRouter
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
OpenRouter earns Band B in the AI Platforms category of The Headless Index, with a thesis-fit score of 74/100 and a JAIRF rating of 92.7/100 (Agent-Optimized). Its strongest dimension is schema observability (20/20); its weakest scored dimension is webhooks and events (8/20). OpenRouter publishes a machine-readable OpenAPI specification, which is what lets an agent discover and operate it without human glue code.
Scorecard detail
The spec at openrouter.ai/openapi.json describes 73 paths against one production host, and it reaches well past inference: /keys, /workspaces/{id}/budgets, /guardrails, /byok and /scim/groups make the entire account a programmable object. First-party clients cover TypeScript, Python and Go, plus the heavily used Vercel provider (github.com/OpenRouterTeam/ai-sdk-provider). Management keys are separated from inference keys.
signals (6)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +OpenAPI specPublished, 97 operations
- −GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
- +SDKs maintained5 (go, python, typescript); top by stars: OpenRouterTeam/ai-sdk-provider (674 stars)
- +SDK recency5 of 5 SDK repos pushed within 30 days (most recent SDK commit: 2026-08-19)
- ·npm weekly downloads26 across published packages; top: typescript-sdk @ 26/week
cite (1)
- github.sdks@2026-08-19
No operation in the OpenRouter dashboard lacks an endpoint behind it. Provisioning keys, setting per-workspace budgets by interval, attaching guardrails to keys or members, configuring log destinations and adding BYOK provider credentials are all HTTP calls (/workspaces/{id}/budgets/{interval}). Neither a CLI nor a Terraform provider ships, which is the single gap worth naming here.
signals (9)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +API operations exposed97 operations in OpenAPI spec
- ·Docs pages crawled0 pages (crawler: none)
- ·Auth schemes documentedAuth documentation page not reached by crawler
- ·Setup / quickstart docsNot reached by crawler
- ·Billing docsNot reached by crawler
- ·Teams / org docsNot reached by crawler
- ·CLI docsNot reached by crawler
- ·Schema / data model docsNot reached by crawler
cite (1)
- ai_review_browser.topics_found@2026-08-19
OpenRouter publishes no MCP server under its own org (github.com/OpenRouterTeam) and holds no registry entry. Its documentation covers MCP as something you feed into a request, converting MCP tool definitions into the tools array on /chat/completions, so the platform reads as an MCP consumer rather than a provider. Given how programmable the control plane already is, a management server would be a short step.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −Official MCP serverNone found in vendor's GitHub org or the official MCP registry
- −Community MCP serversNone found
- +Agent-friendly SDKs3 TS/JS SDKs available; top: ai-sdk-provider
cite (1)
- ai_review_browser.mcp@2026-08-19
This is the reference case in the category. One unauthenticated URL (openrouter.ai/openapi.json) returns a complete OpenAPI 3 document with security schemes, pagination parameters and per-operation descriptions, and it is evidently the source the generated SDKs are built from. An agent can produce a working client for inference and account management without opening a single prose page.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +OpenAPIPublished at https://openrouter.ai/openapi.json (OpenAPI 3.1.0, 97 operations)
- −GraphQL introspectionNo GraphQL endpoint discovered (5 probes; some vendors use project-scoped endpoints that require a real project handle)
cite (1)
- ai_review_browser.schema@2026-08-19
There are no outbound webhooks and no event catalogue at all. The nearest thing is a log destinations endpoint (/observability/destinations), which streams request logs to an external sink and is itself managed through the API. For usage and spend, agents poll /activity, /credits and /generation instead of being told. For a gateway enforcing budget thresholds, push notification is the obvious missing piece.
signals (2)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- ·Webhook docs pageNot reached by crawler within budget (0 pages crawled). Cannot confirm whether vendor offers webhooks.
cite (1)
- ai_review_browser.pages_fetched@2026-08-19
FCFoundational Compliance100/100
Structural validity, standards conformance, and parsability of the OpenAPI specification.
DXJDeveloper Experience & Tooling Compatibility96.4/100
Documentation clarity, example coverage, response completeness, and ingestion health.
ARAXAI-Readiness & Agent Experience86.2/100
Semantic clarity, intent expression, datatype specificity, and error standardization.
AUAgent Usability100/100
Operational composability, complexity comfort, navigation affordances, and safety patterns.
SECSecurity80/100
Authentication strength, transport security, secret hygiene, and OWASP risk posture.
AIDAI Discoverability89.8/100
Descriptive richness, intent phrasing, workflow context, and registry signals.
Band rationale:B band: JAIRF=92.7 HeadlessIndex=74
Show OpenRouter's score on your site.
Drop a live badge into your README, footer, or marketing page. It updates automatically when we re-score, and every embed is a dofollow link back here.
How THI compares to external scorers
| Source | Score | Measures | Last checked |
|---|---|---|---|
| Fern Agent Score | 95 · A | Documentation completeness and SDK shape (~22 checks) | May 12, 2026 |
| CLIRank Agent Friendliness | not found | CLI readiness, docs quality, and overall agent affordances | — |
| Cloudflare Is It Agent Ready? | blocked | Cloudflare's manual agent-readiness heuristic per vendor URL | — |
| Jentic Scorecard | — | JAIRF-based scorecard requiring a public OpenAPI specification | — |
THI display 74 vs external median 95 (delta -21). Within calibration band.
OpenRouter and agent readiness
- Is OpenRouter agent-ready?
- OpenRouter scores Band B on The Headless Index and rates Agent-Optimized on JAIRF (92.7/100). Its strongest area for agent use is schema observability; its weakest is webhooks and events.
- Does OpenRouter publish an OpenAPI spec?
- Yes. OpenRouter publishes an OpenAPI specification, scored under JAIRF v1.0.0. A published spec is what makes an API discoverable and callable by agents rather than only by developers reading docs.
- What is OpenRouter's Headless Index score?
- OpenRouter scores 74/100 on the Headless Index thesis-fit rubric and sits in Band B in the AI Platforms category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.