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

# Yambr Open Computer Use

> Give any LLM its own computer — live browser, terminal, code execution, and 13+ document skills, self-hosted or fully managed on Yambr.

<img src="https://mintcdn.com/yambr/b_GH1xc1e1O0xxjD/images/openwebui-hero.png?fit=max&auto=format&n=b_GH1xc1e1O0xxjD&q=85&s=09f1c73e580abbdb5341320a4b0be4e0" alt="Open Computer Use running inside chat.yambr.com — the model drafting a .docx cover letter with live file preview" className="rounded-2xl" width="1440" height="900" data-path="images/openwebui-hero.png" />

## What is Open Computer Use?

An MCP server that gives any LLM a fully-equipped Ubuntu sandbox in its own Docker container. Think of it as your AI's computer — it can do everything a developer can do:

* **Execute code** — bash, Python, Node.js, Java, Bun
* **Create documents** — Word, Excel, PowerPoint, PDF with professional styling via skills
* **Browse the web** — Playwright + live CDP browser streaming (you see what the AI sees, in real time)
* **Run Claude Code** — autonomous sub-agent with an interactive terminal; MCP servers auto-configured
* **Use 13+ skills** — battle-tested workflows for document creation, web testing, design, and more

Each chat session runs in its own isolated Docker container. Works with **any MCP-compatible client**: Open WebUI, Claude Desktop, LiteLLM, n8n, or your own integration.

## Two ways to use it

<CardGroup cols={2}>
  <Card title="Managed on Yambr" icon="cloud" href="/quickstart">
    Open [chat.yambr.com](https://chat.yambr.com/) to try it in the browser, or get a key at [app.yambr.com](https://app.yambr.com/) and plug Yambr into your agent stack as an MCP tool server at `https://api.yambr.com/mcp/computer_use`. Bring your own model provider. No servers to run.
  </Card>

  <Card title="Self-hosted" icon="server" href="/install/quickstart">
    Clone [the repo](https://github.com/Yambr/open-computer-use), `docker compose up`. BSL 1.1 / Apache 2.0 / MIT. Tested in production with 1,000+ MAU.
  </Card>
</CardGroup>

## Try it in 60 seconds

<Steps>
  <Step title="Open chat.yambr.com">
    Sign in to [chat.yambr.com](https://chat.yambr.com/) — a hosted Open WebUI with Computer Use already wired up.
  </Step>

  <Step title="Ask for something real">
    > *"Create a professional cover letter in .docx for a Senior Software Engineer applying to a startup."*

    The model picks the right skill, writes the file inside its sandbox, and a preview appears inline. Download, share, iterate.
  </Step>

  <Step title="Grab an API key (optional)">
    Want to drive it from code? Get a key at [app.yambr.com](https://app.yambr.com/) and register `https://api.yambr.com/mcp/computer_use` as an MCP tool server in Claude Desktop, the OpenAI Agents SDK, Cursor, n8n, or any MCP-capable client. LLM calls stay on *your* provider. See [LiteLLM gateway](/platform/litellm).
  </Step>
</Steps>

## Learn more

<CardGroup cols={2}>
  <Card title="Yambr Platform" icon="building" href="/platform/overview">
    The four services — `api`, `app`, `chat`, `cu` — and how they fit together.
  </Card>

  <Card title="Architecture" icon="diagram-project" href="/architecture">
    What's inside the sandbox, how chats get isolated, how MCP is wired.
  </Card>

  <Card title="Skills reference" icon="wand-magic-sparkles" href="/skills/reference">
    13 built-in skills (docx, xlsx, pptx, pdf, playwright, sub-agent, ...) plus 14 examples.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/open-webui">
    Open WebUI, Claude Desktop, LiteLLM, n8n, or any MCP-over-HTTP client.
  </Card>
</CardGroup>
