{
  "ok": true,
  "service": "agent-code",
  "purpose": "Cloudflare Containers SSH and Codex connectivity POC",
  "containerName": "agent-code-ssh-poc",
  "endpoints": {
    "GET /": "Worker health and route list",
    "POST /start": "Wake the singleton container and return tool versions",
    "GET /status": "Proxy to the container status endpoint",
    "GET /container-state": "Return Cloudflare container state from the Durable Object"
  }
}