$HEADLESS SYSTEMS
03 / Scorecard / AI Platforms

Browserbase

B
Headless Index
67/100
denominator 60
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
Browserbase is solidly built for programmatic consumption. The Headless Index thesis-fit score of 67/100 lands it in the upper-middle of 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 ship most of the primitives agents need, with one or two surfaces still leaning on documentation rather than discovery, and the rest of this verdict explains where Browserbase lands inside that pattern. On the API surface, the question is whether the API is the product or a layer beneath the dashboard. Browserbase is browser infrastructure for AI agents. The REST API covers sessions, contexts, projects, and recordings, with TypeScript and Python SDKs that integrate cleanly with Playwright, Puppeteer, and the Stagehand agent framework. The product is API-first by design: the browser session is the unit of value, not a UI to click around.[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? REST documented at docs.browserbase.com. A canonical OpenAPI URL is not prominently exposed; the SDK code generation pattern implies a maintained internal spec. An agent can drive this product across most practical workflows, with a handful of edges where documentation reading still beats schema discovery. On headless operability: On headless operability, the docs crawl did not produce topic coverage sufficient to score programmatic setup, billing, teams, schema, or CLI workflows. A targeted AI review pass should visit the vendor's docs index and confirm what programmatic surfaces actually exist.[2] On the MCP and agent-integration axis, which is the fastest-moving criterion in the index: Browserbase has been one of the more public companies on agent-readiness, with a published Browserbase MCP server (github.com/browserbase/mcp-server-browserbase) and a hand-curated Stagehand framework that targets the agent-driven-browser use case directly. Among the most forward agent-tooling postures in the AI-platform category.[3] Event posture closes the loop: an agent that cannot react to state changes is reduced to polling. On webhooks and events, the docs crawler did not locate a webhooks reference page or events catalog. Editorial review should confirm whether the vendor publishes events at all, and if so whether signing and replay are documented. Net assessment: Browserbase can be operated by agents for the majority of practical workflows. The closest thing to a gap is schema observability[4], which integrators should sanity-check against their own use case before committing. Strong fit for agent-driven use cases.
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

Browserbase is browser infrastructure for AI agents. The REST API covers sessions, contexts, projects, and recordings, with TypeScript and Python SDKs that integrate cleanly with Playwright, Puppeteer, and the Stagehand agent framework. The product is API-first by design: the browser session is the unit of value, not a UI to click around.

signals (6)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • OpenAPI specNot found across 34 probe paths
  • GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
  • +SDKs maintained11 (dotnet, java, javascript, kotlin, php, python, ruby, rust, typescript); top by stars: browserbase/stagehand (22736 stars)
  • +SDK recency9 of 11 SDK repos pushed within 30 days (most recent SDK commit: 2026-05-20)
  • +npm weekly downloads1.2M across published packages; top: @browserbasehq/sdk @ 1.0M/week
cite (5)
  • openapi.probes_tried@2026-05-20
  • graphql.probes_tried@2026-05-20
  • github.sdks@2026-05-20
  • freshness.most_recent_sdk_commit@2026-05-20
  • github.sdks@2026-05-20
Headless operationUnknown
Unknown

Sessions, contexts, persistent profiles, extensions, recordings, and proxy configuration are all programmable. The browserbase CLI is in beta; the SDKs are the canonical interface. Self-host is not on offer, the platform's value is the managed Chromium fleet.

signals (9)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • 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 (8)
  • openapi.operations_count@2026-05-20
  • docs.pages_crawled@2026-05-20
  • docs.pages_crawled@2026-05-20
  • docs.topics_found.setup@2026-05-20
  • docs.topics_found.billing@2026-05-20
  • docs.topics_found.teams@2026-05-20
  • docs.topics_found.cli@2026-05-20
  • docs.topics_found.schema@2026-05-20
MCP & agent posture20/20
scored

Browserbase has been one of the more public companies on agent-readiness, with a published Browserbase MCP server (github.com/browserbase/mcp-server-browserbase) and a hand-curated Stagehand framework that targets the agent-driven-browser use case directly. Among the most forward agent-tooling postures in the AI-platform category.

signals (4)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • +Official MCP serverhttps://github.com/browserbase/mcp-server-browserbase (3347 stars, last commit 13 days ago)
  • Community MCP serversNone found
  • +Agent-friendly SDKs3 TS/JS SDKs available; top: stagehand (181.2k/week downloads)
cite (3)
  • mcp.official_server.url@2026-05-20
  • mcp.github_search_query@2026-05-20
  • github.sdks@2026-05-20
Schema observability5/20
scored

REST documented at docs.browserbase.com. A canonical OpenAPI URL is not prominently exposed; the SDK code generation pattern implies a maintained internal spec. Schema discoverability is medium pending publication of the spec at a stable URL.

signals (3)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • OpenAPINot discovered across 34 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-20
  • graphql.probes_tried@2026-05-20
Webhooks & eventsUnknown
Unknown

Session lifecycle events (started, completed, failed) are delivered via webhook with HMAC signing. The catalog is purpose-built for the agent-browser use case and pairs naturally with the synchronous SDK surface.

signals (2)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • ·Webhook docs pageNot reached by crawler within budget (0 pages crawled). Cannot confirm whether vendor offers webhooks.
cite (1)
  • docs.pages_crawled@2026-05-20
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:B band: JAIRF=N/A HeadlessIndex=67

04 / Embed

Show Browserbase'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.