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.
$ 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.
Three steps to get started
Sign Up
Create an account with your email or GitHub. Takes 30 seconds.
Get Approved
We review your request and activate your API key with a $10/month budget.
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