Cadence
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
Cadence earns Band B in the Workflow & Automation category of The Headless Index, with a thesis-fit score of 65/100. Its strongest dimension is headless operation (17/20); its weakest scored dimension is MCP and agent posture (5/20). No public OpenAPI specification was found when Cadence was scored, which limits how far an agent can go without human integration work.
Scorecard detail
Cadence has no REST API and does not want one. Its contract is a versioned gRPC and Thrift IDL kept in a public repository (github.com/cadence-workflow/cadence-idl), where service_workflow.proto and service_visibility.proto define the operations. Official clients exist for Go, Java and Python (cadence-go-client, cadence-java-client). Code generation from proto is the intended path, and it genuinely works.
signals (5)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPI specNot found across 17 probe paths
- ·GraphQL endpointDiscovered at https://cadenceworkflow.io/graphql, introspection disabled or scoped
- +SDKs maintained4 (go, java, python); top by stars: cadence-workflow/cadence-go-client (382 stars)
- +SDK recency3 of 4 SDK repos pushed within 30 days (most recent SDK commit: 2026-08-19)
cite (1)
- github.sdks@2026-08-19
Everything runs from code. The cadence CLI handles domain registration, workflow start, signal, query and history inspection; Helm charts deploy the server (github.com/cadence-workflow/cadence-charts); cadence-web is optional decoration. Because the whole system is Apache-licensed and self-hosted, no vendor console can hold state hostage. Workflow logic is Go or Java, which raises the authoring floor for agents.
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
There is no MCP server under the org, no registry entry, and no agent-facing documentation on cadenceworkflow.io. For an orchestration engine agents would plausibly want to drive, starting and querying long-running executions, that absence carries weight. The gRPC surface is clean enough that a wrapper would be straightforward, yet nobody official has built one (github.com/cadence-workflow).
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)
- github.sdks@2026-08-19
Protobuf definitions under proto/uber/cadence/api/v1 are fetchable without authentication and cover domains, workflows, tasklists, schedules and visibility. An agent can generate a client cold from the IDL with no prose reading whatsoever (github.com/cadence-workflow/cadence-idl). The cost is that protobuf is less directly usable to a model than JSON Schema, and no OpenAPI rendering is published.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPINot discovered across 17 standard probe paths
- ·GraphQL introspectionGraphQL endpoint at https://cadenceworkflow.io/graphql but introspection is disabled, scoped, or behind authentication
cite (1)
- ai_review_browser.schema@2026-08-19
Cadence emits no webhooks, deliberately. What it holds instead is a durable per-execution event history with typed entries such as WorkflowExecutionStarted, ActivityTaskScheduled and TimerFired, readable through GetWorkflowExecutionHistory (proto/uber/cadence/api/v1/history.proto). That is a richer audit trail than most webhook catalogues, but it is pull-only. Agents must poll, or run a worker to react.
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)
- github.sdks@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:B band: JAIRF=N/A HeadlessIndex=65
Show Cadence'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.
Cadence and agent readiness
- Is Cadence agent-ready?
- Cadence scores Band B on The Headless Index. Its JAIRF rating is not available because no machine-readable spec was scored. Its strongest area for agent use is headless operation; its weakest is MCP and agent posture.
- Does Cadence publish an OpenAPI spec?
- No published OpenAPI specification was found when Cadence was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
- What is Cadence's Headless Index score?
- Cadence scores 65/100 on the Headless Index thesis-fit rubric and sits in Band B in the Workflow & Automation category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.