Now available for early access

AI Computer Usevia Simple API

Execute shell commands, manage files, browse the web, and run sub-agents — all through an OpenAI-compatible API and MCP protocol.

terminal

$ curl https://api.mcp.yambr.com/v1/chat/completions \

-H "Authorization: Bearer sk-yambr-..." \

-d '{"model": "claude-sonnet", "messages": [...]}'

{ "choices": [{ "message": { "content": "Done! I executed the script..." } }] }

Everything an AI agent needs

Full computer access through MCP tools, running in isolated containers.

Shell Execution

Run any bash command in an isolated Docker container. Install packages, run scripts, process data.

File Management

Create, edit, and view files. Build full projects, modify configs, generate code.

Web Browsing

Navigate websites, extract data, fill forms. Automate browser-based workflows.

Sub-Agents

Spawn nested AI agents for complex multi-step tasks. Orchestrate autonomous workflows.

Three steps to get started

01

Sign Up

Create an account with your email or GitHub. Takes 30 seconds.

02

Get Approved

We review your request and activate your API key with a $10/month budget.

03

Start Building

Use your key with Claude Desktop, Cursor, OpenAI SDK, or any HTTP client.

Works everywhere

OpenAI-compatible API + MCP protocol. Plug into your existing tools.

Claude Desktop

MCP

Claude Code

MCP

Cursor

OpenAI API

Continue.dev

OpenAI API

OpenAI SDK

REST API

n8n

OpenAI API

Make.com

OpenAI API

Any HTTP Client

REST API