Playground

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

0

No droplets

Local Docker

0

No containers

Telegram Bot

@playground1_bot

/run <task> — dispatch

/status — runs

/health — check

Vercel

0

No 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.73

Health check

curl http://138.197.107.73:8080/health

Deploy server

./scripts/agent/deploy.sh