Create an E2B account
Sign up or sign in at e2b.dev.
Create an E2B API key
In your E2B dashboard, create an API key and store it in your secret manager.You will use this as
E2B_API_KEY in your sidecar environment.Authenticate template build commands
Export your API key for the current shell:Alternatively, place it in a local
.env file in sandbox-sidecar.Build and publish prebuilt templates
Run:This builds and publishes templates defined in
sandbox-sidecar/templates/manifest.ts.Build and publish the barebones fallback template
Run:Use alias
opentaco-barebones as the fallback template ID (E2B_BAREBONES_TEMPLATE_ID) unless you intentionally choose a different alias.
