$HEADLESS SYSTEMS
03 / Scorecard / Payments

Primer

C
Headless Index
42/100
JAIRF
N/A
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

Primer earns Band C in the Payments category of The Headless Index, with a thesis-fit score of 42/100. Its strongest dimension is API-first design intent (12/20); its weakest scored dimension is MCP and agent posture (4/20). No public OpenAPI specification was found when Primer was scored, which limits how far an agent can go without human integration work.

Editorial verdict
Primer is partially headless and partly UI-led. The Headless Index thesis-fit score of 42/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 Primer lands inside that pattern. On the API surface, the question is whether the API is the product or a layer beneath the dashboard. Primer sells orchestration, and the orchestration lives in a dashboard. The REST surface is respectable and version pinning is done properly through an explicit header (X-Api-Version against api.primer.io), but the public org ships only client-side checkout code (@primer-io/react-native, @primer-io/checkout-web). 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: Payments, client sessions and refunds are ordinary API calls. Workflows are not, and Workflows are the product: routing rules, processor fallback, 3DS decisioning and surcharge logic are authored in the Primer canvas with no export, no API and no config-as-code equivalent (nothing like a terraform primer_workflow). Agents can take a payment, not change how it routes.[1] On the MCP and agent-integration axis, which is the fastest-moving criterion in the index: Nothing under github.com/primer-io, nothing in the MCP registry, no agent documentation, and not even a community server has appeared (unlike Xendit and Zuora, which at least attracted outside builds). For a company whose entire pitch is a control plane above many processors, that control plane is exactly what an agent would want to query and cannot reach.[2] Event posture closes the loop: an agent that cannot react to state changes is reduced to polling. Primer emits payment status notifications and lets Workflows post arbitrary HTTP requests, which is flexible and also means the event catalogue is whatever a human drew rather than a fixed published list. Agents lose here: there is no stable enum to subscribe against (no equivalent of a listable /events resource), so payload shape becomes a per-tenant artifact instead of a contract. Net assessment: integrators can build agent flows against Primer, but the rough edge to plan around is MCP posture[3]. 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 intent12/20
scored

Primer sells orchestration, and the orchestration lives in a dashboard. The REST surface is respectable and version pinning is done properly through an explicit header (X-Api-Version against api.primer.io), but the public org ships only client-side checkout code (@primer-io/react-native, @primer-io/checkout-web). No server SDK exists in any language, so backend integration means hand-rolled HTTP.

signals (6)
  • +AI review appliedReviewer: Editorial review on 2026-08-19
  • OpenAPI specNot found across 17 probe paths
  • ·GraphQL endpointDiscovered at https://primer.io/graphql, introspection disabled or scoped
  • +SDKs maintained6 (kotlin, python, swift, typescript); top by stars: primer-io/primer-sdk-ios (17 stars)
  • +SDK recency4 of 6 SDK repos pushed within 30 days (most recent SDK commit: 2026-08-19)
  • ·npm weekly downloads3.5k across published packages; top: @primer-io/react-native @ 3.5k/week
cite (1)
  • github.sdks@2026-08-19
Headless operation8/20
scored

Payments, client sessions and refunds are ordinary API calls. Workflows are not, and Workflows are the product: routing rules, processor fallback, 3DS decisioning and surcharge logic are authored in the Primer canvas with no export, no API and no config-as-code equivalent (nothing like a terraform primer_workflow). Agents can take a payment, not change how it routes.

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
MCP & agent posture4/20
scored

Nothing under github.com/primer-io, nothing in the MCP registry, no agent documentation, and not even a community server has appeared (unlike Xendit and Zuora, which at least attracted outside builds). For a company whose entire pitch is a control plane above many processors, that control plane is exactly what an agent would want to query and cannot reach.

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 SDKs1 TS/JS SDKs available; top: @primer-io/react-native (3.5k/week downloads)
cite (1)
  • github.sdks@2026-08-19
Schema observability8/20
scored

No OpenAPI or GraphQL document resolves publicly, the reference is a rendered docs site, and the API rejects unauthenticated probes outright (api.primer.io returns SecurityPolicyBlock rather than a 401 with a schema hint). With no server SDK to read either, an agent has no route to a typed client except transcribing prose into models by hand.

signals (3)
  • +AI review appliedReviewer: Editorial review on 2026-08-19
  • OpenAPINot discovered across 17 standard probe paths
  • ·GraphQL introspectionGraphQL endpoint at https://primer.io/graphql but introspection is disabled, scoped, or behind authentication
cite (1)
  • ai_review_browser.schema@2026-08-19
Webhooks & events10/20
scored

Primer emits payment status notifications and lets Workflows post arbitrary HTTP requests, which is flexible and also means the event catalogue is whatever a human drew rather than a fixed published list. Agents lose here: there is no stable enum to subscribe against (no equivalent of a listable /events resource), so payload shape becomes a per-tenant artifact instead of a contract.

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
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 Primer'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.

FAQ

Primer and agent readiness

Is Primer agent-ready?
Primer scores Band C on The Headless Index. Its JAIRF rating is not available because no machine-readable spec was scored. Its strongest area for agent use is API-first design intent; its weakest is MCP and agent posture.
Does Primer publish an OpenAPI spec?
No published OpenAPI specification was found when Primer was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
What is Primer's Headless Index score?
Primer scores 42/100 on the Headless Index thesis-fit rubric and sits in Band C in the Payments category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.