Storage + Compute for AI Agents
E2B provides secure cloud sandboxes for agent code execution. Undisk provides undo-first versioned file storage. Together: the complete infrastructure stack for autonomous agents.
⟲ Undo any write
Every file mutation versioned. Restore any file to any prior state in <50ms.
🔒 Sandboxed execution
Agents run in isolated E2B sandboxes. File storage persists safely in Undisk.
📋 Full audit trail
SHA-256 hash-chained audit log. Tamper-evident. EU AI Act ready.
Try it live
Watch the guided walkthrough, then take control — type commands or plain English.
Try these examples
📁 List files
✏️ Create a file
📄 Read a file
🔍 Search files
📋 Version history
🔒 Audit trail
📝 Append log
🔄 Recent changes
📸 Checkpoints
⚙️ Policy
🔑 Secrets
# How it works
Agents execute code inside E2B sandboxes and persist files to Undisk over MCP. Every write is versioned. Any bad write can be surgically undone without rolling back other files.
Your Agent
→
E2B Sandbox
→
Undisk MCP
→
Versioned Files + Audit Trail
Every write versioned. Any file restored in milliseconds.
Ready to add undo-first storage to your AI agents?
Install SDKs
Use Undisk MCP from your preferred language:
npm install @undisk-mcp/core
pip install undisk-mcp
cargo add undisk-mcp
go get github.com/kiarashplusplus/undisk-mcp-go