Adobe Analytics
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.
Scorecard detail
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
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
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
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
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
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
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.
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.