Computers for agents
Run real computers your AI agents can actually use.
AgentDesk gives every model a private desktop with browser, terminal, files, apps, credentials, and an API you can control from your own stack.
officeclaw.agentdesk.local
Browser
Terminal
Files
VS Code
Sheets
Agent
$ agentdesk run officeclaw
capturing screenshot...
clicking browser...
task complete
Agent channel
Open the billing portal.
Using Chrome and terminal.
Export the report.
A real desktop
Apps, browser, terminal, files, and a visible screen.
Fast boot
Template-based machines designed for sub-second local starts.
Any model
Claude, GPT, Gemini, local agents, or your own orchestrator.
Rotating access
Private sessions with credentials isolated per computer.
Manage a fleet from the API.
Launch a computer, attach an agent, stream the desktop, inspect files, rotate credentials, and stop the environment when the job is done.
Private workspaces
Encrypted session cookies
Credential rotation
Agent backend bridge
POST /api/computers
{ "template": "browser", "model": "claude" }
POST /api/chat
{ "machineId": "officeclaw", "message": "open Chrome" }
GET /api/machines