From 20f897e694226322ca691bd179e2eed108623157 Mon Sep 17 00:00:00 2001 From: Dhravya <63950637+Dhravya@users.noreply.github.com> Date: Tue, 28 Apr 2026 07:31:59 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20update=20examples=20page=20=E2=80=94=20?= =?UTF-8?q?code=20sandbox=20uses=20E2B=20instead=20of=20Daytona?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/docs/smfs/examples.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/docs/smfs/examples.mdx b/apps/docs/smfs/examples.mdx index 09ec6aa6..59cf60ff 100644 --- a/apps/docs/smfs/examples.mdx +++ b/apps/docs/smfs/examples.mdx @@ -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. 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