Prometheus
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
Prometheus earns Band B in the Observability category of The Headless Index, with a thesis-fit score of 64/100. Its strongest dimension is API-first design intent (16/20); its weakest scored dimension is webhooks and events (8/20). No public OpenAPI specification was found when Prometheus was scored, which limits how far an agent can go without human integration work.
Scorecard detail
Query is the product here. Everything the built-in expression browser shows comes from the same read path agents get (/api/v1/query_range, /api/v1/series, /api/v1/rules, /api/v1/targets), and the project publishes an explicit API stability policy. The official libraries are instrumentation clients (prometheus/client_golang, prometheus/client_python), not API clients, so agents hand-roll HTTP calls. Configuration stays out of the API entirely.
signals (5)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPI specNot found across 17 probe paths
- −GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
- ·SDKs maintained1 (rust); top by stars: prometheus/client_rust (605 stars)
- +SDK recency1 of 1 SDK repos pushed within 30 days (most recent SDK commit: 2026-08-17)
cite (1)
- github.sdks@2026-08-19
There is no dashboard to be locked out of, which is the point. promtool covers rule linting, unit tests and TSDB inspection, scrape config is YAML under version control, and reload is an endpoint (POST /-/reload). Runtime configuration changes still have no write API; agents must edit files, and CRD-driven management lives in a separate org (prometheus-operator).
signals (9)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −API operations exposedNo OpenAPI spec; operations count unknown
- ·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
An MCP server now sits under the project's own org (github.com/prometheus/prometheus-mcp), adopted from tjhop/prometheus-mcp-server, exposing PromQL execution and metric analysis to models. It is young at 84 stars and prometheus.io does not link it from the docs tree, so discovery still depends on GitHub. Real, official, and quietly placed rather than promoted.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +Official MCP serverhttps://github.com/prometheus/prometheus-mcp (84 stars, last commit 1 days ago)
- −Community MCP serversNone found
- −Agent-friendly SDKsNo TypeScript/JavaScript SDK published (agents commonly run in TS/JS)
cite (1)
- ai_review_browser.mcp@2026-08-19
The server API has no machine-readable spec; an agent learns /api/v1 shapes by reading the querying docs. The gap is odd because Alertmanager ships one (prometheus/alertmanager api/v2/openapi.yaml, Swagger 2.0) and the exposition format itself is specified by OpenMetrics. Prometheus describes metrics rigorously and describes its own HTTP contract in prose. That asymmetry costs agents time.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPINot discovered across 17 standard probe paths
- −GraphQL introspectionNo GraphQL endpoint discovered (5 probes; some vendors use project-scoped endpoints that require a real project handle)
cite (1)
- ai_review_browser.pages_fetched@2026-08-19
Outbound events exist only through Alertmanager, and only as alert notifications. The webhook receiver posts a stable envelope (version 4, groupKey, truncatedAlerts, status, alerts[]) to any URL, which is more contract than most alerting tools give. There is no signing scheme, no delivery retry guarantee, no replay, and no event type catalogue beyond firing and resolved.
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
This vendor does not publish a public OpenAPI specification. JAIRF cannot be computed. The Headless Index score and editorial verdict carry the readiness assessment.
No public OpenAPI specification discovered during collection
Powered by JAIRF v1.0.0 by Jentic
Band rationale:B band: JAIRF=N/A HeadlessIndex=64
Show Prometheus'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.
Prometheus and agent readiness
- Is Prometheus agent-ready?
- Prometheus scores Band B on The Headless Index. Its JAIRF rating is not available because no machine-readable spec was scored. Its strongest area for agent use is API-first design intent; its weakest is webhooks and events.
- Does Prometheus publish an OpenAPI spec?
- No published OpenAPI specification was found when Prometheus was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
- What is Prometheus's Headless Index score?
- Prometheus scores 64/100 on the Headless Index thesis-fit rubric and sits in Band B in the Observability category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.