$HEADLESS SYSTEMS
03 / Scorecard / Content Management

Sanity

C
Headless Index
58/100
JAIRF
N/A
Verified
MAY 21, 2026
Methodology v1 · JAIRF v1.0.0

Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology

Editorial verdict
Sanity is partially headless and partly UI-led. The Headless Index thesis-fit score of 58/100 puts it mid-table on the index, and JAIRF is recorded as N/A for this vendor because no public OpenAPI specification was reachable for the open-source scorer. In practice, vendors at this tier are partly machine-consumable: the core flows are reachable through code but several adjacent surfaces still expect a human at a dashboard, and the rest of this verdict explains where Sanity lands inside that pattern. On the API surface, the question is whether the API is the product or a layer beneath the dashboard. Sanity is one of the original API-first headless CMSes. The Content Lake exposes content via the GROQ query language and a GraphQL surface. SDKs in JavaScript, Python, PHP, and others; sanity/client is the canonical client. The Studio is a thin React app on top of the same content API. Reference-class for headless CMS.[1] Schema observability is the related test: can an agent introspect the contract from cold, or does it have to read prose documentation to do so? GROQ schemas are TypeScript-typed; GraphQL introspection is supported. Sanity publishes detailed contract documentation. Schema discoverability is reference-class for headless CMS.[2] An agent can drive parts of this product, but not all of it: integrators should plan for human-in-the-loop checkpoints where the headless surface stops short. On headless operability: Schemas are TypeScript or JavaScript code, content authoring happens in the Studio (which is itself customisable code), and deployment is sanity CLI plus Vercel/Netlify integrations. Every workflow is reachable via API or CLI. The Asset Library, Mutation API, and Image API extend the headless story.[3] On the MCP and agent-integration axis, which is the fastest-moving criterion in the index: Sanity has been publicly thoughtful about agent integration through their Live Content API and recent AI features. A first-party MCP server is not yet published as a core product but the developer-friendly architecture would make one straightforward.[4] Event posture closes the loop: an agent that cannot react to state changes is reduced to polling. Sanity webhooks deliver document lifecycle events (create, update, delete) with HMAC-SHA256 signing. The catalog is well-shaped for content-driven downstream automation including the GROQ-powered filter and projection features. Net assessment: integrators can build agent flows against Sanity, but the rough edge to plan around is schema observability[5]. Expect to wrap missing pieces in bespoke glue or accept human-in-the-loop checkpoints. Workable but requires scaffolding.
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 intent15/20
scored

Sanity is one of the original API-first headless CMSes. The Content Lake exposes content via the GROQ query language and a GraphQL surface. SDKs in JavaScript, Python, PHP, and others; sanity/client is the canonical client. The Studio is a thin React app on top of the same content API. Reference-class for headless CMS.

signals (6)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • OpenAPI specNot found across 17 probe paths
  • GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
  • +SDKs maintained3 (go, typescript); top by stars: sanity-io/client (114 stars)
  • +SDK recency3 of 3 SDK repos pushed within 30 days (most recent SDK commit: 2026-05-18)
  • +npm weekly downloads2.5M across published packages; top: @sanity/client @ 1.7M/week
cite (5)
  • openapi.probes_tried@2026-05-19
  • graphql.probes_tried@2026-05-19
  • github.sdks@2026-05-19
  • freshness.most_recent_sdk_commit@2026-05-19
  • github.sdks@2026-05-19
Headless operation8/20
scored

Schemas are TypeScript or JavaScript code, content authoring happens in the Studio (which is itself customisable code), and deployment is sanity CLI plus Vercel/Netlify integrations. Every workflow is reachable via API or CLI. The Asset Library, Mutation API, and Image API extend the headless story.

signals (9)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • API operations exposedNo OpenAPI spec; operations count unknown
  • ·Docs pages crawled56 pages (crawler: cheerio)
  • ·Auth schemes documentedAuth documentation page not reached by crawler
  • +Setup / quickstart docsFound: https://www.sanity.io/docs/getting-started/the-sanity-content-operating-system-an-introduction, https://www.sanity.io/docs/getting-started/what-is-content-operations
  • +Billing docsFound: https://www.sanity.io/pricing, https://www.sanity.io/pricing?ref=navbar
  • ·Teams / org docsNot reached by crawler
  • ·CLI docsNot reached by crawler
  • ·Schema / data model docsNot reached by crawler
cite (8)
  • openapi.operations_count@2026-05-19
  • docs.pages_crawled@2026-05-19
  • docs.pages_crawled@2026-05-19
  • docs.topics_found.setup@2026-05-19
  • docs.topics_found.billing@2026-05-19
  • docs.topics_found.teams@2026-05-19
  • docs.topics_found.cli@2026-05-19
  • docs.topics_found.schema@2026-05-19
MCP & agent posture20/20
scored

Sanity has been publicly thoughtful about agent integration through their Live Content API and recent AI features. A first-party MCP server is not yet published as a core product but the developer-friendly architecture would make one straightforward.

signals (4)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • +Official MCP serverhttps://github.com/sanity-io/agent-toolkit (138 stars, last commit 5 days ago)
  • Community MCP serversNone found
  • +Agent-friendly SDKs2 TS/JS SDKs available; top: @sanity/bifur-client (886.2k/week downloads)
cite (2)
  • github://sanity-io/agent-toolkit@2026-05-19
  • ai_review.answers.mcp_check.evidence_url@2026-05-19
Schema observability5/20
scored

GROQ schemas are TypeScript-typed; GraphQL introspection is supported. Sanity publishes detailed contract documentation. Schema discoverability is reference-class for headless CMS.

signals (3)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • OpenAPINot discovered across 17 standard probe paths
  • GraphQL introspectionNo GraphQL endpoint discovered (5 probes; some vendors use project-scoped endpoints that require a real project handle)
cite (2)
  • openapi.probes_tried@2026-05-19
  • graphql.probes_tried@2026-05-19
Webhooks & events10/20
scored

Sanity webhooks deliver document lifecycle events (create, update, delete) with HMAC-SHA256 signing. The catalog is well-shaped for content-driven downstream automation including the GROQ-powered filter and projection features.

signals (5)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • ·Webhook docs URLhttps://www.sanity.io/docs/http-reference/webhooks
  • ·Signing schemeNot detected by parser (does not necessarily mean unsigned; may be a parsing gap)
  • Declared eventsNone extracted by parser
  • ·Retry policy signalsNone detected in webhook page text
cite (4)
  • docs.webhook_evidence.docs_url@2026-05-19
  • docs.webhook_evidence.signing_scheme@2026-05-19
  • docs.webhook_evidence.declared_events@2026-05-19
  • docs.webhook_evidence.retry_policy_keywords@2026-05-19
JAIRF · 6 dimensions
JAIRF · N/A

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

04 / Embed

Show Sanity'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 Score81 · BDocumentation completeness and SDK shape (~22 checks)April 8, 2026
CLIRank Agent Friendliness86 · GoodCLI readiness, docs quality, and overall agent affordances
Cloudflare Is It Agent Ready?blockedCloudflare's manual agent-readiness heuristic per vendor URL
Jentic Scorecardn aJAIRF-based scorecard requiring a public OpenAPI specification
THI 58 vs external median 84, delta -26Methodology delta noted — see verdict

THI display 58 vs external median 84 (delta -26). Deviation > 25 points: editor should review whether THI methodology is over-strict or external scorers are over-generous for this vendor.