dotCMS
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
dotCMS earns Band C in the Content Management category of The Headless Index, with a thesis-fit score of 74/100 and a JAIRF rating of 53.5/100 (Foundational). Its strongest dimension is headless operation (18/20); its weakest scored dimension is webhooks and events (8/20). dotCMS publishes a machine-readable OpenAPI specification, which is what lets an agent discover and operate it without human glue code.
Scorecard detail
dotCMS publishes more API than most vendors document at all: 573 paths across 75 tags in its own spec, spanning content, workflow, publishing, permissions and job queue. Official clients cover the frontend well (@dotcms/client, @dotcms/react, @dotcms/angular, @dotcms/vue, @dotcms/types) plus a PHP SDK. The cost is version sprawl, with v1, v2 and v3 prefixes coexisting.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +OpenAPI specPublished, 728 operations
- ·GraphQL endpointDiscovered at https://www.dotcms.com/api/graphql, introspection disabled or scoped
- ·SDKs maintained1 (php); top by stars: dotCMS/dotcms-php-sdk (1 stars)
cite (1)
- github.sdks@2026-08-19
This is the strongest part of the product. The CLI (@dotcms/dotcli) pulls and pushes content types, sites, languages and files as artifacts you can commit; Push Publishing moves bundles between environments; the Rules Engine and Workflow APIs are addressable over HTTP. Docker self-host is first-class. Very little in the admin lacks an HTTP counterpart, which is unusual for a Java platform of this age.
signals (9)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +API operations exposed728 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
dotCMS ships an MCP server out of its own monorepo (github.com/dotCMS/core), published as @dotcms/mcp-server by the devdotcms npm account, alongside @dotcms/ai, an agentic runtime that executes model-written code against an instance under one auth and policy boundary. The ambition is real; the maturity is not. The package sits at 0.0.13 and no MCP registry entry names dotCMS.
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.pages_fetched@2026-08-19
Any dotCMS instance serves its own spec (demo.dotcms.com/api/openapi.json), OpenAPI 3.0.1 with 573 documented paths, which means an agent can generate a client against the exact build it is talking to. A GraphQL endpoint exists at /api/v1/graphql, but introspection is restricted on the demo, so the REST spec, not the graph, is the discovery path.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +OpenAPIPublished at https://demo.dotcms.com/api/openapi.json (OpenAPI 3.0.1, 728 operations)
- ·GraphQL introspectionGraphQL endpoint at https://www.dotcms.com/api/graphql but introspection is disabled, scoped, or behind authentication
cite (1)
- ai_review_browser.schema@2026-08-19
For all that surface, dotCMS has no subscribable webhook catalogue. Nothing matching /webhook appears among the 573 spec paths; observation goes through a WebSocket feed (/api/ws/v1/system/events), a Notifications API and the Rules Engine, none of which give you signed payloads, typed event names or replay. Push Publishing covers environment sync, not third-party listeners.
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 Compliance55/100
Structural validity, standards conformance, and parsability of the OpenAPI specification.
DXJDeveloper Experience & Tooling Compatibility55.8/100
Documentation clarity, example coverage, response completeness, and ingestion health.
ARAXAI-Readiness & Agent Experience47.2/100
Semantic clarity, intent expression, datatype specificity, and error standardization.
AUAgent Usability68.7/100
Operational composability, complexity comfort, navigation affordances, and safety patterns.
SECSecurity20/100
Authentication strength, transport security, secret hygiene, and OWASP risk posture.
AIDAI Discoverability79.3/100
Descriptive richness, intent phrasing, workflow context, and registry signals.
Band rationale:C band: scores 40-75 range
Show dotCMS'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.
dotCMS and agent readiness
- Is dotCMS agent-ready?
- dotCMS scores Band C on The Headless Index and rates Foundational on JAIRF (53.5/100). Its strongest area for agent use is headless operation; its weakest is webhooks and events.
- Does dotCMS publish an OpenAPI spec?
- Yes. dotCMS 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 dotCMS's Headless Index score?
- dotCMS scores 74/100 on the Headless Index thesis-fit rubric and sits in Band C in the Content Management category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.