Sandboxgateway

Give your agent a disposable code sandbox

Disposable code sandboxes. Run, checkpoint, fork, throw away.

sandboxcheckpoint · fork
$ vetta sandbox fork main --at ckpt_3
checkpointckpt_3filesystem + process state · 240 ms to fork
2 forks
mainfork afork b
boxes3
  • main · ckpt_3keptlive
  • fork a · try migration2 minpassed
  • fork b · try rewrite1 mindiscarded
1 checkpointthrow away when done

Paste and ship

Drop this into Claude Code, Codex, or Cursor. It reads the docs and wires up Sandbox for you.

Agent prompt
Read https://vetta.sh/docs/computer/sandbox and use the naïve Sandbox primitive in my project. It is part of the gateway layer; wire it through naive.config.ts rather than calling a vendor directly.

Related primitives

Apps

gateway

Ship a Next.js app to a real URL with Postgres, auth, and storage included.

Database

gateway

Managed Postgres. SQL, CRUD, and migrations on the app it shipped.

Storage

gateway

File buckets on the app the agent deployed.