Ask a question to get started
Enter to send•Shift+Enter new line
Sandboxes provide isolated execution environments for deep agents that need to run shell commands, execute code, or interact with external systems safely.
Learn more: For patterns and deployment considerations, see the Backends documentation.
Base sandbox implementation with execute() as the core abstract method.
execute()
Extension of BackendProtocol that adds shell command execution.
BackendProtocol
Interface for creating and deleting sandbox backends.