> ## Documentation Index
> Fetch the complete documentation index at: https://docs-preview.webcompute.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Connect Webcompute to coding agents, REST clients, browser frameworks, and CLI operator workflows.

Use integrations when the same managed browser runtime needs to connect to a host, platform, browser framework, or operator workflow. If you are still choosing the right surface, start with [choose your path](/get-started/choose-your-path).

<Columns cols={2}>
  <Card title="MCP" icon="bot" href="/integrations/mcp">
    Add Webcompute as a self-hosted browser subagent for MCP-capable hosts.
  </Card>

  <Card title="Framework examples" icon="bot-message-square" href="/integrations/mcp-frameworks">
    Connect LangChain, OpenAI Agents, Claude Agent SDK, Gemini, Mastra, OpenClaw, and Hermes.
  </Card>

  <Card title="REST API" icon="server" href="/integrations/rest-api">
    Integrate from platforms or languages that use HTTP directly.
  </Card>

  <Card title="CDP and browser frameworks" icon="radio-tower" href="/integrations/cdp-and-browser-frameworks">
    Attach external browser clients when protocol control matters.
  </Card>
</Columns>

## Integration map

| Surface           | Best for                                                                               | First page                                                             |
| ----------------- | -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| MCP agent mode    | Parent agents that should delegate a full browser goal                                 | [MCP](/integrations/mcp)                                               |
| MCP runtime tools | Hosts that plan and execute focused browser-code snippets                              | [Runtime mode](/integrations/mcp-runtime-mode)                         |
| REST API          | Non-TypeScript apps, backend workers, or direct HTTP integrations                      | [REST API](/integrations/rest-api)                                     |
| CDP               | Existing Playwright, Puppeteer, Stagehand, Browser Use, or custom clients              | [CDP and browser frameworks](/integrations/cdp-and-browser-frameworks) |
| CLI operations    | Install, login, local MCP config, model profiles, browser inspection, and one-off runs | [CLI operations](/integrations/cli-operations)                         |

For direct agentic workflows, start with [quickstart](/quickstart). For applications, backend services, and recurring automations, start with [SDK quickstart](/agent-workflows/sdk-quickstart).
