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 forksmainfork 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.