The start command allows you to specify a command that will be already running when you spawn your custom sandbox. This way, you can for example have running servers or seeded databases inside the sandbox that are already fully ready when you spawn the sandbox using the SDK and with zero waiting time for your users during the runtime. The idea behind the start command feature is to lower the wait times for your users and have everything ready for your users when you spawn your sandbox. You can see how it works here.Documentation Index
Fetch the complete documentation index at: https://e2b-mintlify-docs-rewrite-anthropic-quickstart-22165.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
How to add start command
When you are building a sandbox template you can specify the start command by using the-c option:
Sandbox template config
You can specify the start command also inside thee2b.toml in the same directory where you run e2b template build.
Logs
You can retrieve the start command’s logs using the CLI:These logs include logs from the start command during the build phase.