$HEADLESS SYSTEMS
03 / Scorecard / Observability

Helicone

C
Headless Index
44/100
denominator 80
JAIRF
48.3/100
Foundational
Verified
MAY 21, 2026
Methodology v1 · JAIRF v1.0.0

Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology

Editorial verdict
Helicone is partially headless and partly UI-led. The Headless Index thesis-fit score of 44/100 puts it mid-table on the index, and JAIRF v1.0.0 puts it at 48.3/100 (Level 1, Foundational). In practice, vendors at this tier are partly machine-consumable: the core flows are reachable through code but several adjacent surfaces still expect a human at a dashboard, and the rest of this verdict explains where Helicone lands inside that pattern. On the API surface, the question is whether the API is the product or a layer beneath the dashboard. Helicone is open-source LLM observability built around a proxy that captures every model call without changing the application's request shape. The Helicone API exposes requests, properties, custom prompts, jobs, and feedback through REST plus the Jawn backend. SDKs in TypeScript, Python, and Go. The product is genuinely API-first: most users integrate by changing one baseURL and never touch the dashboard.[1] Schema observability is the related test: can an agent introspect the contract from cold, or does it have to read prose documentation to do so? REST documented at docs.helicone.ai. An agent can drive parts of this product, but not all of it: integrators should plan for human-in-the-loop checkpoints where the headless surface stops short. On headless operability: Sessions, requests, custom properties, user-rate-limits, prompt templates, and feedback events are all programmable. The Helicone dashboard is observability over the captured traffic; configuration is mostly code-driven (proxy headers, environment variables). Self-host via the open-source repo plus Helicone Cloud share the same API contract.[2] On the MCP and agent-integration axis, which is the fastest-moving criterion in the index: Helicone has been publicly active on AI agent infra and ships the @helicone/proxy-sdk with first-class support for agent frameworks. No standalone MCP server yet, but the proxy itself is the canonical integration surface for any LLM-using agent, which makes the protocol layer less load-bearing here than for vendors of agent tools themselves.[3] Event posture closes the loop: an agent that cannot react to state changes is reduced to polling. On webhooks and events, the docs crawler did not locate a webhooks reference page or events catalog. Editorial review should confirm whether the vendor publishes events at all, and if so whether signing and replay are documented. Net assessment: integrators can build agent flows against Helicone, but the rough edge to plan around is MCP posture[4]. Expect to wrap missing pieces in bespoke glue or accept human-in-the-loop checkpoints. Workable but requires scaffolding.
Verdict by Headless Index pipeline (auto)
// AI-drafted from the evidence layer. Editorial review pending.
Scores

Scorecard detail

Headless Index · 5 sub-criteria
API-first design intent5/20
scored

Helicone is open-source LLM observability built around a proxy that captures every model call without changing the application's request shape. The Helicone API exposes requests, properties, custom prompts, jobs, and feedback through REST plus the Jawn backend. SDKs in TypeScript, Python, and Go. The product is genuinely API-first: most users integrate by changing one baseURL and never touch the dashboard.

signals (5)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • +OpenAPI specPublished, 267 operations
  • GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
  • ·SDKs maintained2 (rust, typescript); top by stars: Helicone/ai-sdk-provider (4 stars)
  • npm weekly downloadsNo published npm package detected for the JS/TS SDKs
cite (4)
  • openapi.url@2026-05-20
  • graphql.probes_tried@2026-05-20
  • github.sdks@2026-05-20
  • github.sdks@2026-05-20
Headless operation15/20
scored

Sessions, requests, custom properties, user-rate-limits, prompt templates, and feedback events are all programmable. The Helicone dashboard is observability over the captured traffic; configuration is mostly code-driven (proxy headers, environment variables). Self-host via the open-source repo plus Helicone Cloud share the same API contract.

signals (9)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • +API operations exposed267 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 (8)
  • openapi.operations_count@2026-05-20
  • docs.pages_crawled@2026-05-20
  • docs.pages_crawled@2026-05-20
  • docs.topics_found.setup@2026-05-20
  • docs.topics_found.billing@2026-05-20
  • docs.topics_found.teams@2026-05-20
  • docs.topics_found.cli@2026-05-20
  • docs.topics_found.schema@2026-05-20
MCP & agent posture0/20
scored

Helicone has been publicly active on AI agent infra and ships the @helicone/proxy-sdk with first-class support for agent frameworks. No standalone MCP server yet, but the proxy itself is the canonical integration surface for any LLM-using agent, which makes the protocol layer less load-bearing here than for vendors of agent tools themselves.

signals (4)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • Official MCP serverNone found in vendor's GitHub org or the official MCP registry
  • Community MCP serversNone found
  • +Agent-friendly SDKs1 TS/JS SDKs available; top: ai-sdk-provider
cite (3)
  • mcp.registry_query@2026-05-20
  • mcp.github_search_query@2026-05-20
  • github.sdks@2026-05-20
Schema observability15/20
scored

REST documented at docs.helicone.ai. Direct OpenAPI URL is not prominently exposed; the proxy contract follows OpenAI-compatibility, which gives schema-by-convention. The open-source codebase under Helicone/helicone exposes the Jawn backend types directly.

signals (3)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • +OpenAPIPublished at https://docs.helicone.ai/swagger.json (OpenAPI 3.0.0, 267 operations)
  • GraphQL introspectionNo GraphQL endpoint discovered (5 probes; some vendors use project-scoped endpoints that require a real project handle)
cite (2)
  • openapi.url@2026-05-20
  • graphql.probes_tried@2026-05-20
Webhooks & eventsUnknown
Unknown

Helicone webhooks deliver per-request observability events for downstream automation: alert on slow responses, log-shipping to external systems, custom evaluators. HMAC signing with a per-org secret. Catalog is appropriate for LLM observability.

signals (2)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • ·Webhook docs pageNot reached by crawler within budget (0 pages crawled). Cannot confirm whether vendor offers webhooks.
cite (1)
  • docs.pages_crawled@2026-05-20
JAIRF · 6 dimensions
FCFoundational Compliance
55/100

Structural validity, standards conformance, and parsability of the OpenAPI specification.

DXJDeveloper Experience & Tooling Compatibility
17.5/100

Documentation clarity, example coverage, response completeness, and ingestion health.

ARAXAI-Readiness & Agent Experience
26.1/100

Semantic clarity, intent expression, datatype specificity, and error standardization.

AUAgent Usability
70/100

Operational composability, complexity comfort, navigation affordances, and safety patterns.

SECSecurity
60/100

Authentication strength, transport security, secret hygiene, and OWASP risk posture.

AIDAI Discoverability
65/100

Descriptive richness, intent phrasing, workflow context, and registry signals.

Band rationale:C band: scores 40-75 range

04 / Embed

Show Helicone'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.

Calibration

How THI compares to external scorers

SourceScoreMeasuresLast checked
Fern Agent Scorenot foundDocumentation completeness and SDK shape (~22 checks)
CLIRank Agent Friendlinessnot foundCLI readiness, docs quality, and overall agent affordances
Cloudflare Is It Agent Ready?blockedCloudflare's manual agent-readiness heuristic per vendor URL
Jentic ScorecardJAIRF-based scorecard requiring a public OpenAPI specification
THI 44 vs external median 0

No external scores available to calibrate against.