docs: update examples page — code sandbox uses E2B instead of Daytona

This commit is contained in:
Dhravya 2026-04-28 07:31:59 +00:00
parent 0106128ff1
commit 20f897e694

View file

@ -30,15 +30,15 @@ complete project with its own README, dependencies, and a working UI.
icon="terminal"
href="https://github.com/supermemoryai/examples/tree/main/code-sandbox"
>
Write and run code in a Daytona sandbox with persistent AI memory.
Next.js + Daytona SDK + SMFS mount.
Write and run code in an E2B sandbox with persistent AI memory.
Next.js + E2B SDK + SMFS mount.
</Card>
</CardGroup>
The Research Assistant and Knowledge Base examples use the
[Bash Tool](/smfs/bash-tool) — the serverless-friendly way to give an agent a
Supermemory-backed filesystem. The Code Sandbox example uses a
[Daytona](/smfs/providers/daytona) sandbox with a real SMFS mount.
Supermemory-backed filesystem. The Code Sandbox example uses an
[E2B](/smfs/providers/e2b) sandbox with a real SMFS mount.
## Running an example