Agent Sandbox
Autonomous code agent — text a task, get a PR
Setup Status
Agent Droplet
Persistent DO droplet running task server
Docker Image
Pre-baked agent-sandbox image on droplet
Telegram Bot
Webhook registered and responding
GitHub Token
Push + PR permissions
Anthropic Key
Claude Code API access
Execution Flow
Telegram / WebVercel relayDO Droplet :8080Docker containerClaude Codegit push + PRReply
Droplets
0No droplets
Local Docker
0No containers
Telegram Bot
@playground1_bot
/run <task> — dispatch
/status — runs
/health — check
Vercel
0No deploys
Agent Run History
No runs yet. Use the Agent Chat in the sidebar or text @playground1_bot.
Quick Commands
Build image
docker build -t agent-sandbox -f scripts/agent/Dockerfile .Run locally
python3 scripts/agent/run_task.py docker "Add a /api/health endpoint"SSH droplet
ssh root@138.197.107.73Health check
curl http://138.197.107.73:8080/healthDeploy server
./scripts/agent/deploy.sh