| Service | URL | What it is | Who calls it |
|---|---|---|---|
| Dashboard | app.yambr.com | Web app for sign-in, approvals, API keys, live spend tracking | You (in the browser) |
| MCP endpoint | api.yambr.com | Public MCP tool server at /mcp/computer_use. No chat/completions — tool traffic only. | Your agent host, any MCP client |
| Hosted chat | chat.yambr.com | Open WebUI with Computer Use pre-installed and models pre-configured | You (in the browser) |
| Artifact host | cu.yambr.com | Public file/preview URLs for artifacts created in the sandbox | Any browser (URL is the token) |
How they talk to each other
cu.yambr.com is not an MCP endpoint. It hosts sandboxes and serves artifact URLs. The public MCP endpoint is https://api.yambr.com/mcp/computer_use — call that with your Yambr key. See cu.yambr.com.When to use what
API keys
Sign in with GitHub/Google, get approved, manage up to five keys with live spend.
LiteLLM gateway
The MCP endpoint —
https://api.yambr.com/mcp/computer_use. Three ways to wire it in.Hosted chat
chat.yambr.com — no-setup Open WebUI with Computer Use, models ready to go.cu.yambr.com
Sandbox containers and public artifact URLs.
Access model
Why MCP-only, and how bring-your-own-model actually works.
Dashboard tour
Walk-through of every screen at app.yambr.com.
Managed vs self-hosted
| Managed (Yambr) | Self-hosted | |
|---|---|---|
| Where it runs | *.yambr.com | Your Docker host |
| How you get access | Key from app.yambr.com after OAuth + approval | Clone repo, docker compose up |
| Cost | $10 / 30-day default budget; per-key max_budget | Infra cost only |
| Model provider | Bring your own (OpenAI, Anthropic, LiteLLM-self-hosted, …) | Bring your own OPENAI_API_KEY in .env |
| Public surface | MCP only (api.yambr.com/mcp/computer_use) + chat.yambr.com + artifacts | Full HTTP API on localhost:8081 — you control auth |
| File URLs | https://cu.yambr.com/files/... | http://localhost:8081/files/... |
| Updates | Automatic | git pull && docker compose build |
| Good for | Fastest start, most teams | Air-gapped, custom skills, full control |
