Commerce Layer
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
Commerce Layer earns Band B in the Commerce category of The Headless Index, with a thesis-fit score of 80/100. Its strongest dimension is schema observability (19/20); its weakest scored dimension is MCP and agent posture (10/20). No public OpenAPI specification was found when Commerce Layer was scored, which limits how far an agent can go without human integration work.
Scorecard detail
Few commerce vendors are this literal about the API being the product. Everything runs over JSON:API at {org}.commercelayer.io/api with OAuth client credentials, and the official TypeScript client (@commercelayer/sdk, around 5,500 weekly npm installs) is generated from the same schema that drives the docs. A separate provisioning-sdk covers account setup. Ruby is maintained too.
signals (6)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPI specNot found across 0 probe paths
- −GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
- +SDKs maintained4 (typescript); top by stars: commercelayer/commercelayer-sdk (32 stars)
- +SDK recency2 of 4 SDK repos pushed within 30 days (most recent SDK commit: 2026-08-18)
- +npm weekly downloads16.8k across published packages; top: @commercelayer/sdk @ 5.5k/week
cite (1)
- github.sdks@2026-08-19
The dashboard is a client of the same API, built from public components (commercelayer/app-elements, commercelayer/dashboard-apps), which is the cleanest possible proof that nothing is UI-only. The CLI carries plugins for webhooks, imports, exports, triggers and resources (@commercelayer/cli 6.9.7). No Terraform provider exists, so organisation-level state is scripted rather than declared, and seeding relies on a CLI plugin.
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
One server exists and it is narrow. It wraps the Metrics API only, runs locally, and its last commit is January 2026 with no stars (github.com/commercelayer/mcp-server-metrics). Core resources, orders, SKUs, prices and markets are not exposed through it. For a vendor whose whole pitch is machine consumption, an MCP surface over the core API should have shipped first.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +Official MCP serverhttps://github.com/commercelayer/mcp-server-metrics (0 stars, last commit 228 days ago)
- −Community MCP serversNone found
- +Agent-friendly SDKs4 TS/JS SDKs available; top: @commercelayer/sdk (5.5k/week downloads)
cite (1)
- ai_review_browser.mcp@2026-08-19
A single unauthenticated GET returns the whole surface: OpenAPI 3.1, version 7.11.1, and 939 documented paths (data.commercelayer.app/schemas/openapi.json), with the org-slug host templated into the servers block. An agent can generate a complete typed client cold, with zero prose. This is reference behaviour for the category, and almost nobody else in commerce matches it.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPINot discovered across 0 standard probe paths
- −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
Callbacks are signed with HMAC-SHA256 over the raw body and delivered in X-CommerceLayer-Signature, with the shared secret returned when you create the webhook. Topics follow resource.action naming (orders.place, orders.create) and are declared in the same OpenAPI document, so the catalogue is discoverable rather than prose. Webhook creation and inspection run through a dedicated CLI plugin rather than the dashboard alone.
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
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:A band: JAIRF=N/A HeadlessIndex=80; JAIRF N/A ceiling applied: max band B when OpenAPI not available
Show Commerce Layer'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.
Commerce Layer and agent readiness
- Is Commerce Layer agent-ready?
- Commerce Layer 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 schema observability; its weakest is MCP and agent posture.
- Does Commerce Layer publish an OpenAPI spec?
- No published OpenAPI specification was found when Commerce Layer was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
- What is Commerce Layer's Headless Index score?
- Commerce Layer scores 80/100 on the Headless Index thesis-fit rubric and sits in Band B in the Commerce category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.