Run Claude Code in Any Sandbox with One API: AgentBox SDK
Dev.to AI
•
Generative AI
Swap coding agents and sandbox providers without changing code. Preserves full interactive capabilities (approval flows, streaming). Key Takeaways Swap coding agents and sandbox providers without changing code. What Changed AgentBox is a new SDK that abstracts the runtime for coding agents. Instead of wrapping claude --print (non-interactive mode), it launches each agent as a server process inside a sandbox and communicates over WebSocket or HTTP. This preserves approval flows, tool-use control, and streaming events. Key abstraction: One API for any agent + any sandbox provider.