Branch an experiment with a box
Want to try two approaches from the same starting point? Box an existing box and you get a full copy of its filesystem in seconds — cheap, because it’s a copy-on-write snapshot:Snapshot a good state
Capture a box you can return to later, or turn it into a reusable starting point for new boxes:Keep the agent signed in
Coding agents need their own credentials inside the box. Set up a developer profile once and Zomg syncs Claude Code and Codex logins into every box in the project — no copying tokens around each time. See Coding agent auth.See what the agent did
Boxes export OpenTelemetry traces for Claude Code and Codex, so you can review an agent’s run after the fact:Keep going
Snapshots and bases
Capture box state and turn it into a reusable base.
Coding agent auth
Keep Claude Code and Codex authenticated inside boxes.
Boxes
The box lifecycle, including boxes.
Development
Run agents over SSH and review their traces.