$HEADLESS SYSTEMS
03 / Scorecard / Observability

Elastic

C
Headless Index
86/100
JAIRF
52.8/100
Foundational
Verified
AUG 20, 2026
Methodology v1 · JAIRF v1.0.0

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

Elastic earns Band C in the Observability category of The Headless Index, with a thesis-fit score of 86/100 and a JAIRF rating of 52.8/100 (Foundational). Its strongest dimension is headless operation (20/20); its weakest scored dimension is MCP and agent posture (12/20). Elastic publishes a machine-readable OpenAPI specification, which is what lets an agent discover and operate it without human glue code.

Editorial verdict
Elastic is partially headless and partly UI-led. The Headless Index thesis-fit score of 86/100 puts it mid-table on the index, and JAIRF v1.0.0 puts it at 52.8/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 Elastic lands inside that pattern. On the API surface, the question is whether the API is the product or a layer beneath the dashboard. Elasticsearch and Kibana publish OpenAPI specifications in github.com/elastic/elasticsearch-specification, refreshed every release. Clients across every major language are auto-generated. The public API is the canonical control plane for both products and the documentation explicitly emphasises the API-first design.[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? Public OpenAPI URL on GitHub raw, regenerated per release. Schema is fully discoverable by any agent with internet access. The Elastic Spec is generated from the canonical engineering spec, not hand-maintained.[2] 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: Every Kibana UI action maps to a REST call. Cluster management, ingest pipelines, ILM, ML jobs, alerts, dashboards, saved objects, security policies, and ESQL queries are all programmable. ECK operator plus Terraform provider plus elasticsearch CLI complete the headless story for both self-hosted and Elastic Cloud deployments.[3] On the MCP and agent-integration axis, which is the fastest-moving criterion in the index: Elastic publishes elastic/mcp-server-elasticsearch and adjacent MCP servers under the elastic GitHub organisation. The company has been an early mover on MCP and the AI-enriched search positioning extends into the agent integration story.[4] Event posture closes the loop: an agent that cannot react to state changes is reduced to polling. Watcher webhooks plus Kibana Alerting integrations support outbound delivery with custom signing schemes. Event catalog is broad when assembled but less prescriptive than webhook-first platforms. Net assessment: integrators can build agent flows against Elastic, but the rough edge to plan around is MCP posture[5]. 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 intent18/20
scored

Elasticsearch and Kibana publish OpenAPI specifications in github.com/elastic/elasticsearch-specification, refreshed every release. Clients across every major language are auto-generated. The public API is the canonical control plane for both products and the documentation explicitly emphasises the API-first design.

signals (5)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • +OpenAPI specPublished, 830 operations
  • GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
  • ·SDKs maintained2 (dotnet, javascript); top by stars: elastic/elasticsearch-js (5301 stars)
  • +npm weekly downloads2.1M across published packages; top: @elastic/elasticsearch @ 2.1M/week
cite (2)
  • github.sdks@2026-05-20
  • openapi.url@2026-05-20
Headless operation20/20
scored

Every Kibana UI action maps to a REST call. Cluster management, ingest pipelines, ILM, ML jobs, alerts, dashboards, saved objects, security policies, and ESQL queries are all programmable. ECK operator plus Terraform provider plus elasticsearch CLI complete the headless story for both self-hosted and Elastic Cloud deployments.

signals (9)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • +API operations exposed830 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 (2)
  • github.sdks@2026-05-20
  • ai_review_browser.sdks@2026-05-20
MCP & agent posture12/20
scored

Elastic publishes elastic/mcp-server-elasticsearch and adjacent MCP servers under the elastic GitHub organisation. The company has been an early mover on MCP and the AI-enriched search positioning extends into the agent integration story.

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: @elastic/elasticsearch (2.1M/week downloads)
cite (2)
  • mcp.found@2026-05-20
  • ai_review_browser.mcp@2026-05-20
Schema observability20/20
scored

Public OpenAPI URL on GitHub raw, regenerated per release. Schema is fully discoverable by any agent with internet access. The Elastic Spec is generated from the canonical engineering spec, not hand-maintained.

signals (3)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • +OpenAPIPublished at https://raw.githubusercontent.com/elastic/elasticsearch-specification/main/output/openapi/elasticsearch-openapi.json (OpenAPI 3.0.3, 830 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
  • ai_review_browser.schema@2026-05-20
Webhooks & events16/20
scored

Watcher webhooks plus Kibana Alerting integrations support outbound delivery with custom signing schemes. Event catalog is broad when assembled but less prescriptive than webhook-first platforms.

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)
  • ai_review_browser.webhooks@2026-05-20
JAIRF · 6 dimensions
FCFoundational Compliance
45/100

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

DXJDeveloper Experience & Tooling Compatibility
73.5/100

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

ARAXAI-Readiness & Agent Experience
45.4/100

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

AUAgent Usability
75/100

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

SECSecurity
15/100

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

AIDAI Discoverability
64.9/100

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

Band rationale:C band: scores 40-75 range

04 / Embed

Show Elastic'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 86 vs external median 0

No external scores available to calibrate against.

FAQ

Elastic and agent readiness

Is Elastic agent-ready?
Elastic scores Band C on The Headless Index and rates Foundational on JAIRF (52.8/100). Its strongest area for agent use is headless operation; its weakest is MCP and agent posture.
Does Elastic publish an OpenAPI spec?
Yes. Elastic 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 Elastic's Headless Index score?
Elastic scores 86/100 on the Headless Index thesis-fit rubric and sits in Band C in the Observability category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.