$HEADLESS SYSTEMS
03 / Scorecard / Content Management

Contentstack

A
Headless Index
78/100
JAIRF
78/100
AI-Ready
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

Contentstack earns Band A in the Content Management category of The Headless Index, with a thesis-fit score of 78/100 and a JAIRF rating of 78/100 (AI-Ready). Its strongest dimension is API-first design intent (18/20); its weakest scored dimension is MCP and agent posture (14/20). Contentstack publishes a machine-readable OpenAPI specification, which is what lets an agent discover and operate it without human glue code.

Editorial verdict
Contentstack is reference-class for machine consumption. The Headless Index thesis-fit score of 78/100 places it in the top tier of the index, and JAIRF v1.0.0 puts it at 78/100 (Level 3, AI-Ready). In practice, vendors at this tier publish enough machine-readable surface that agents can discover, authenticate, operate, and react to events without bespoke scaffolding, and the rest of this verdict explains where Contentstack lands inside that pattern. On the API surface, the question is whether the API is the product or a layer beneath the dashboard. Contentstack ships the API as the product: a delivery host (cdn.contentstack.io/v3) kept separate from the management host (api.contentstack.io/v3), a GraphQL delivery layer, and maintained clients spanning JavaScript, Python, Java, .NET, PHP and mobile runtimes. The npm surface alone carries @contentstack/delivery-sdk and @contentstack/management. Versioning has held at v3 without breaking callers, which agents benefit from more than humans do. An agent can drive this product end to end, and the published evidence supports that without unusual scaffolding. On headless operability: Stack administration runs through the Management API and a large CLI estate (@contentstack/cli 1.68 with cm-export, cm-import, cm-branches and migration plugins), so content types, environments, releases and workflows are all scriptable. Launch deployments have their own CLI. What is missing is declarative infrastructure: no Terraform provider, no self-host option, so drift between stacks stays a scripting problem.[1] On the MCP and agent-integration axis, which is the fastest-moving criterion in the index: An MCP server exists and is published by the vendor (@contentstack/mcp 0.9.0, binary contentstack-mcp-server), covering content management, delivery, Launch, Automations and Personalize. The catch is provenance: its declared source repo does not resolve publicly and it carries no entry in the MCP registry. Agents get real tools; auditors get a binary they cannot read.[2] Event posture closes the loop: an agent that cannot react to state changes is reduced to polling. Delivery semantics are documented properly: a 30 second timeout, four retries on any non-2XX, and exponential backoff (5, 25, 125 then 625 seconds), with per-request logs an operator can inspect and replay. Events fire on entry publish, unpublish and asset changes, scoped by branch and environment. Authentication leans on custom headers or basic auth rather than a signed payload digest. Net assessment: Contentstack is among the cleanest agent-targets in its category. The lightest of the criteria in this run is MCP posture[3], and even there the surface area is workable for automated integration. Treat this scorecard as a green light for unattended use. Strong fit for agent-driven use cases.
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

Contentstack ships the API as the product: a delivery host (cdn.contentstack.io/v3) kept separate from the management host (api.contentstack.io/v3), a GraphQL delivery layer, and maintained clients spanning JavaScript, Python, Java, .NET, PHP and mobile runtimes. The npm surface alone carries @contentstack/delivery-sdk and @contentstack/management. Versioning has held at v3 without breaking callers, which agents benefit from more than humans do.

signals (4)
  • +AI review appliedReviewer: Editorial review on 2026-08-19
  • +OpenAPI specPublished, 17 operations
  • GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
  • SDKs maintainedNone detected in vendor org
cite (1)
  • github.sdks@2026-08-19
Headless operation16/20
scored

Stack administration runs through the Management API and a large CLI estate (@contentstack/cli 1.68 with cm-export, cm-import, cm-branches and migration plugins), so content types, environments, releases and workflows are all scriptable. Launch deployments have their own CLI. What is missing is declarative infrastructure: no Terraform provider, no self-host option, so drift between stacks stays a scripting problem.

signals (9)
  • +AI review appliedReviewer: Editorial review on 2026-08-19
  • ·API operations exposed17 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 (1)
  • ai_review_browser.topics_found@2026-08-19
MCP & agent posture14/20
scored

An MCP server exists and is published by the vendor (@contentstack/mcp 0.9.0, binary contentstack-mcp-server), covering content management, delivery, Launch, Automations and Personalize. The catch is provenance: its declared source repo does not resolve publicly and it carries no entry in the MCP registry. Agents get real tools; auditors get a binary they cannot read.

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 SDKsNo TypeScript/JavaScript SDK published (agents commonly run in TS/JS)
cite (1)
  • ai_review_browser.mcp@2026-08-19
Schema observability16/20
scored

A machine can build a Contentstack client without reading prose. The delivery API ships an OpenAPI 3 document at a stable asset URL (assets.contentstack.io/v3/assets/.../cda-openapi-3.json) and the vendor keeps a public spec repository (github.com/contentstack/contentstack-openapi). GraphQL introspection is per stack and delivery-token gated, so the REST spec remains the better cold start for an agent.

signals (3)
  • +AI review appliedReviewer: Editorial review on 2026-08-19
  • +OpenAPIPublished at https://assets.contentstack.io/v3/assets/blt02f7b45378b008ee/bltcca6e1e737dabee0/cda-openapi-3.json (OpenAPI 3.0.0, 17 operations)
  • GraphQL introspectionNo GraphQL endpoint discovered (5 probes; some vendors use project-scoped endpoints that require a real project handle)
cite (1)
  • ai_review_browser.schema@2026-08-19
Webhooks & events14/20
scored

Delivery semantics are documented properly: a 30 second timeout, four retries on any non-2XX, and exponential backoff (5, 25, 125 then 625 seconds), with per-request logs an operator can inspect and replay. Events fire on entry publish, unpublish and asset changes, scoped by branch and environment. Authentication leans on custom headers or basic auth rather than a signed payload digest.

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
FCFoundational Compliance
100/100

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

DXJDeveloper Experience & Tooling Compatibility
70/100

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

ARAXAI-Readiness & Agent Experience
35/100

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

AUAgent Usability
100/100

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

SECSecurity
80/100

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

AIDAI Discoverability
85/100

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

Band rationale:A band: JAIRF=78 HeadlessIndex=78

04 / Embed

Show Contentstack'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 78 vs external median 0

No external scores available to calibrate against.

FAQ

Contentstack and agent readiness

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