Open Source · Agent-Agnostic · Production-Grade

Developer infrastructure
for AI agents

The Runtime Company builds open-source tools that connect AI coding agents to the real world. Standard protocols, no vendor lock-in, full user control.

Our Products

Infrastructure that gives AI agents real-world capabilities. Starting with the browser.

Flagship Product

Browser Relay

Give your AI agent a real browser. Connect any coding agent to real Chrome and Firefox sessions through a standardized MCP protocol. Real cookies, real sessions, full DOM access.

48 MCP Tools
<20ms DOM Ops
9+ Agents Supported
5 Browser Engines
browser.page.snapshot
# Page snapshot for https://github.com/settings/profile
Logged in as @suyash · Chrome 126 · Default profile
 
[nav] Product · Solutions · Pricing · Search · Sign in
[main] Public profile
  Name [input#name] "Suyash Bhawsar"
  Bio [textarea#bio] "Building at The Runtime Company"
  [button] Update profile
8 regions · 42 targets · 6 forms

More products coming soon. We're building the complete toolkit for AI agent infrastructure.

How Browser Relay Works

Three layers, one clean protocol. Your agent talks MCP, Browser Relay handles the rest.

1

Agent sends MCP command

Your AI agent calls standardized tools like browser.page.click or browser.find through MCP stdio or HTTP.

2

Relay dispatches to browser

The hosted relay routes the command to the correct browser session, matching it by profile, install, or session group.

3

Extension executes in real browser

The thin extension executes the action in your actual browser, with full DOM access, real cookies, real sessions.

Built for production

Not another browser simulator. Real browser sessions, real user context, production-grade reliability.

Agent-Agnostic

Standard MCP protocol works with Claude Code, Cursor, Cline, Copilot, or any agent that speaks MCP. Zero vendor lock-in.

Real Browser Sessions

Works with your actual browser, your cookies, your logged-in sessions. No sandboxed simulation, no Playwright overhead.

User-Controlled Permissions

Every action is visible and revocable. Tab-scoped approval rules, ask mode for mutations, granular permission scopes.

Cross-Browser

Chrome, Edge, Brave, Arc, Firefox. One codebase, one protocol, works across Chromium and Gecko engines.

Fast Execution

DOM operations execute in under 20ms browser-side. Optimized relay dispatch keeps total round-trips responsive.

Session Isolation

Multiple agents can work on the same browser without conflict. Tab-group-backed session groups keep workflows separate.

Hosted Relay

Fully managed cloud relay. No local daemon to install or maintain. Connect your extension, point your agent, start building.

Deep Page Understanding

Full DOM snapshots with semantic regions, accessible targets, forms, and interactive elements. Your agent sees what users see.

48 MCP Tools

Compact tool schemas designed to minimize context usage. 48 tools in ~5,300 tokens total, keeping your agent's context window clear for actual work.

Context & Reading

  • browser.context.get
  • browser.page.snapshot
  • browser.page.text
  • browser.find
  • browser.page.evaluate
  • browser.regions.list
  • browser.target.describe
  • browser.page.state.inspect

Interaction

  • browser.page.click
  • browser.page.type
  • browser.page.fill
  • browser.form.input
  • browser.page.scroll
  • browser.page.select
  • browser.page.drag
  • browser.page.press
  • browser.page.hover
  • browser.upload.file
  • browser.dialog.handle

Navigation

  • browser.page.navigate
  • browser.tabs.list
  • browser.tabs.create
  • browser.tabs.close
  • browser.page.reload
  • browser.page.history.navigate
  • browser.window.resize

Diagnostics

  • browser.page.screenshot
  • browser.console.read
  • browser.network.read

Permissions

  • browser.permissions.set
  • browser.permissions.get
  • browser.permissions.clear

Shortcuts

  • browser.shortcuts.list
  • browser.shortcuts.execute

Sessions

  • browser.sessions.list
  • browser.sessions.resolve
  • browser.control-sessions.list
  • browser.control-sessions.open

Multi-Agent Isolation

  • browser.session-groups.list
  • browser.session-groups.claim-tab
  • browser.session-groups.claim-active-tab
  • browser.session-groups.release-tab
  • browser.session-groups.transfer-tab
  • browser.session-groups.close

Browser State

  • browser.cookies.list
  • browser.cookies.remove
  • browser.cache.clear
  • browser.containers.list

Drop-in MCP integration

Add Browser Relay to your agent config. One JSON block, instant browser access. Works with any MCP-compatible agent.

  • Streamable HTTP for all agents
  • Connector token auth for secure pairing
  • OAuth 2.1 for hosted auth
.mcp.json
{
  "mcpServers": {
    "browser-relay": {
      "type": "http",
      "url": "https://browser-relay.suyashbhawsar.workers.dev/mcp",
      "headers": {
        "Authorization": "Bearer $BROWSER_RELAY_CONNECTOR_TOKEN"
      }
    }
  }
}

Browser Relay Pricing

Free while in beta. Paid tiers coming soon.

Free
$0/month

For personal projects and experimentation.

  • 300 tool calls / month
  • 100 calls / day
  • 1 connected browser
  • 1 control session
  • 100 MB artifact storage
  • Community support
Get Started
Team
$49/month

For teams building browser-driven workflows.

  • 50,000 tool calls / month
  • No daily cap
  • Unlimited browsers
  • Unlimited sessions
  • 50 GB artifact storage
  • $0.001 / call overage
  • RBAC & workspace management
  • Dedicated support
Get Started
Enterprise
Custom

For organizations with compliance and scale needs.

  • Unlimited tool calls
  • No overage charges
  • Unlimited everything
  • 999 GB artifact storage
  • SSO & audit logs
  • Custom SLA
  • Dedicated infrastructure
  • White-glove onboarding
Contact Us

Ready to give your agent a browser?

Create an account, install the extension, connect your agent.