Discover and explore top open-source AI tools and projects—updated daily.
tomascuprSecure AI agent execution in isolated cloud sandboxes
New!
Top 85.1% on SourcePulse
Summary
Sandstorm provides a secure, zero-infrastructure platform for running AI agents. It addresses the complexity and security concerns of deploying AI agents by offering isolated, ephemeral cloud sandboxes accessible via a single API call. This enables parallel execution of long-running tasks, tool use, and file manipulation, simplifying AI agent adoption for developers and businesses.
How It Works
Sandstorm integrates the Claude Agent SDK within isolated E2B cloud virtual machines. Each agent request provisions a fresh sandbox where it can install packages, access live data, generate files, and execute tools like Bash, WebSearch, and file operations. All agent activity streams back in real-time via Server-Sent Events (SSE). Upon completion, the sandbox is automatically destroyed, ensuring no state leakage or persistence.
Quick Start & Requirements
pip install duvo-sandstormds "your prompt" command.ANTHROPIC_API_KEY, E2B_API_KEY) or passed per-request.Highlighted Details
sandstorm.json.Maintenance & Community
The project is described as an open-source version of a runtime built and battle-tested in production at duvo.ai. No specific community links (Discord/Slack) or roadmap details are provided in the README.
Licensing & Compatibility
Limitations & Caveats
1 hour ago
Inactive
vercel-labs
e2b-dev