Agents
Coming SoonSpawn remote cloud agents with isolated sandboxes, each with its own shell and filesystem
+
Spawn a new agent
Each agent gets an isolated sandbox with its own filesystem, network, and PTY shell
code-review — bash
~/project $ ls -la
total 48
drwxr-xr-x 8 agent agent 4096 Jul 12 09:14 .
-rw-r--r-- 1 agent agent 847 Jul 12 09:14 package.json
drwxr-xr-x 12 agent agent 4096 Jul 12 09:14 node_modules
drwxr-xr-x 4 agent agent 4096 Jul 12 09:12 src
~/project $ npm test
✓ 14 tests passed (1.2s)
~/project $ █
code-review
- ID
- agent-01
- Region
- us-east-1
- Image
- ubuntu-24.04
- Uptime
- 2h 14m
CPU
12%
RAM
256MB
APIREST
POST /api/agents Create a new sandbox agent
GET /api/agents List all agents
GET /api/agents/:id Get agent details
WS /api/agents/:id/terminal PTY websocket session
DEL /api/agents/:id Terminate agent