$HEADLESS SYSTEMS
03 / Scorecard / Analytics & Events

Adobe Analytics

C
Headless Index
46/100
JAIRF
N/A
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

Adobe Analytics earns Band C in the Analytics & Events category of The Headless Index, with a thesis-fit score of 46/100. Its strongest dimension is schema observability (14/20); its weakest scored dimension is MCP and agent posture (4/20). No public OpenAPI specification was found when Adobe Analytics was scored, which limits how far an agent can go without human integration work.

Editorial verdict
Adobe Analytics is partially headless and partly UI-led. The Headless Index thesis-fit score of 46/100 puts it mid-table on the index, and JAIRF is recorded as N/A for this vendor because no public OpenAPI specification was reachable for the open-source scorer. 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 Adobe Analytics lands inside that pattern. On the API surface, the question is whether the API is the product or a layer beneath the dashboard. The 2.0 API is real and broad: 35 documented paths on analytics.adobe.io/api covering reports, calculatedmetrics, segments, annotations and componentmetadata, with OAuth server-to-server tokens from ims-na1.adobelogin.com plus an x-api-key header. What Adobe never shipped is a server client. 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: Report suite configuration, classifications, data feeds and data repair all have endpoints, so the plumbing is automatable. The analysis layer is not. Workspace projects, visualisations and alert definitions are built by clicking, user and product profile assignment lives in Admin Console, and there is no Terraform provider or Analytics-specific CLI (only the generic @adobe/aio-cli for console auth).[1] On the MCP and agent-integration axis, which is the fastest-moving criterion in the index: Nothing exists. Neither of Adobe's public orgs (github.com/adobe, github.com/AdobeDocs) carries an MCP server for Analytics, there is no registry entry, and the 2.0 API guides contain no agent-facing documentation. Adobe talks about agents elsewhere in Experience Platform, but an engineer wiring Claude to Adobe Analytics today writes the tool layer and maintains the OAuth dance themselves.[2] Event posture closes the loop: an agent that cannot react to state changes is reduced to polling. Adobe Analytics gives a consumer no signed event stream. Livestream pushes raw hit data continuously and Data Feeds drop batch files to S3 or FTP on an hourly or daily cadence (see static/data-feeds.json, fourteen paths), which is export, not eventing. There is no event type catalogue, no HMAC signature to verify, and no documented retry or replay contract. Net assessment: integrators can build agent flows against Adobe Analytics, but the rough edge to plan around is MCP posture[3]. 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 intent12/20
scored

The 2.0 API is real and broad: 35 documented paths on analytics.adobe.io/api covering reports, calculatedmetrics, segments, annotations and componentmetadata, with OAuth server-to-server tokens from ims-na1.adobelogin.com plus an x-api-key header. What Adobe never shipped is a server client. No official SDK exists in any language, and the mobile packages (github.com/adobe/aepsdk-analytics-ios) only collect data, so every integrator writes raw HTTP.

signals (6)
  • +AI review appliedReviewer: Editorial review on 2026-08-19
  • OpenAPI specNot found across 0 probe paths
  • GraphQL endpointNot discovered (0 probes; project-scoped endpoints require a real project ID)
  • +SDKs maintained7 (javascript); top by stars: AdobeDocs/pdfservices-api-documentation (20 stars)
  • +SDK recency1 of 7 SDK repos pushed within 30 days (most recent SDK commit: 2026-08-12)
  • ·npm weekly downloads87 across published packages; top: helloworld @ 85/week
cite (1)
  • ai_review_browser.auth@2026-08-19
Headless operation10/20
scored

Report suite configuration, classifications, data feeds and data repair all have endpoints, so the plumbing is automatable. The analysis layer is not. Workspace projects, visualisations and alert definitions are built by clicking, user and product profile assignment lives in Admin Console, and there is no Terraform provider or Analytics-specific CLI (only the generic @adobe/aio-cli for console auth).

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
MCP & agent posture4/20
scored

Nothing exists. Neither of Adobe's public orgs (github.com/adobe, github.com/AdobeDocs) carries an MCP server for Analytics, there is no registry entry, and the 2.0 API guides contain no agent-facing documentation. Adobe talks about agents elsewhere in Experience Platform, but an engineer wiring Claude to Adobe Analytics today writes the tool layer and maintains the OAuth dance themselves.

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 SDKs7 TS/JS SDKs available; top: cloudmanager-api-tutorial
cite (1)
  • github.sdks@2026-08-19
Schema observability14/20
scored

Better than the crawler could see. The docs repo carries a fetchable spec set (raw.githubusercontent.com/AdobeDocs/analytics-2.0-apis/main/static/swagger.json), Swagger 2.0 with 35 paths, alongside OpenAPI 3.0 files for data-feeds, report-suites, data-repair and livestream. An agent can generate a client cold. The friction is that nothing is served from analytics.adobe.io and swagger.json omits securityDefinitions entirely. Discovery depends on knowing the repo exists.

signals (2)
  • +AI review appliedReviewer: Editorial review on 2026-08-19
  • ·Collector statusOpenAPI and GraphQL probes did not record any attempts
cite (1)
  • ai_review_browser.pages_fetched@2026-08-19
Webhooks & events6/20
scored

Adobe Analytics gives a consumer no signed event stream. Livestream pushes raw hit data continuously and Data Feeds drop batch files to S3 or FTP on an hourly or daily cadence (see static/data-feeds.json, fourteen paths), which is export, not eventing. There is no event type catalogue, no HMAC signature to verify, and no documented retry or replay contract.

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
JAIRF · 6 dimensions
JAIRF · N/A

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:C band: scores 40-75 range

04 / Embed

Show Adobe Analytics'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.

FAQ

Adobe Analytics and agent readiness

Is Adobe Analytics agent-ready?
Adobe Analytics scores Band C on The Headless Index. Its JAIRF rating is not available because no machine-readable spec was scored. Its strongest area for agent use is schema observability; its weakest is MCP and agent posture.
Does Adobe Analytics publish an OpenAPI spec?
No published OpenAPI specification was found when Adobe Analytics was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
What is Adobe Analytics's Headless Index score?
Adobe Analytics scores 46/100 on the Headless Index thesis-fit rubric and sits in Band C in the Analytics & Events category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.