Skip to main content

Documentation Index

Fetch the complete documentation index at: https://e2b-mintlify-exclude-sandbox-template-from-search-79913.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

You can customize the CPU and RAM of your sandbox template via E2B CLI. You’ll need to create a sandbox template first. During the build step, you can specify the CPU and RAM of your sandbox template. The following command will create a sandbox template with 2 CPUs and 2GB of RAM.
e2b template build -c "/root/.jupyter/start-up.sh" --cpu-count 2 --memory-mb 2048