Contentstack
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.
Scorecard detail
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
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
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
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
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
FCFoundational Compliance100/100
Structural validity, standards conformance, and parsability of the OpenAPI specification.
DXJDeveloper Experience & Tooling Compatibility70/100
Documentation clarity, example coverage, response completeness, and ingestion health.
ARAXAI-Readiness & Agent Experience35/100
Semantic clarity, intent expression, datatype specificity, and error standardization.
AUAgent Usability100/100
Operational composability, complexity comfort, navigation affordances, and safety patterns.
SECSecurity80/100
Authentication strength, transport security, secret hygiene, and OWASP risk posture.
AIDAI Discoverability85/100
Descriptive richness, intent phrasing, workflow context, and registry signals.
Band rationale:A band: JAIRF=78 HeadlessIndex=78
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.
How THI compares to external scorers
| Source | Score | Measures | Last checked |
|---|---|---|---|
| Fern Agent Score | not found | Documentation completeness and SDK shape (~22 checks) | — |
| CLIRank Agent Friendliness | not found | CLI readiness, docs quality, and overall agent affordances | — |
| Cloudflare Is It Agent Ready? | blocked | Cloudflare's manual agent-readiness heuristic per vendor URL | — |
| Jentic Scorecard | — | JAIRF-based scorecard requiring a public OpenAPI specification | — |
No external scores available to calibrate against.
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.