{"service":"floci-sandbox","sdk":"@cloudflare/sandbox","usage":{"POST /env/:name/up":"mount the artifact bucket and start the platform boot; ?continue=1 runs every tier even after one fails","GET  /env/:name/health":"liveness plus the build stamp of the running image","GET  /env/:name/state":"boot phases and status","GET  /env/:name/boot-log":"stdout/stderr of the boot process itself","GET  /env/:name/diag":"containers, disk and memory inside the box","GET  /env/:name/logs":"service logs; ?service=<name>&lines=<n>","GET  /env/:name/endpoints":"the static endpoint map the services consume","POST /env/:name/tunnel":"open a Cloudflare tunnel to the gateway and return its URL","POST /env/:name/idle?after=30s":"shorten sleepAfter, to measure a real sleep -> wake cycle","POST /env/:name/backup?dir=...":"createBackup() over a directory; returns the handle","POST /env/:name/restore?id=...&dir=...":"restoreBackup() of that handle","POST /env/:name/exec?cmd=...":"run one command in the box","ALL  /env/:name/app/*":"proxy to the platform inside the box","DELETE /env/:name":"destroy the sandbox"}}