Video wird geladen...
Video konnte nicht geladen werden
Your coding agent runs as you. It has your credentials, your filesystem, your network. Docker Sandboxes change that. The setup that works on one dev's machine should work on everyone's. Eric Jia and Kevin Wittek on how kits make that possible:
17,402 Aufrufe • vor 9 Tagen •via X (Twitter)
4 Kommentare

@Kiview This is the part of coding agents that demos politely skip: the agent is not a chatbot, it is a junior engineer with your SSH keys. Sandboxing turns "works on my machine" into "works without inheriting my machine". Much healthier default.

@Kiview The useful boundary is not the sandbox itself; it’s making credentials, filesystem access, and network egress explicit policy that can be reviewed per agent run.

@Kiview credentials on the host is the blast radius. sandboxes are the seatbelt

@Kiview A sandbox draws the line around the machine. The line I actually need is around the task. Inside the box every credential still reads as intended, because I got the environment without the history that put those keys there.






