E2B_ACCESS_TOKEN). Migrate to V2 before then to keep building.
What changed
Thee2b template build command that drove V1 builds is now a deprecation stub and exits immediately. The current build command is e2b template create, which authenticates with your E2B_API_KEY instead of the access token. Migrating to V2 is therefore also what keeps your builds working past the access token cutoff.
How to migrate
Follow the V2 migration guide to move an existing template to the V2 build system. It covers three paths:e2b template migrateto convert an existinge2b.tomlande2b.Dockerfiledefinition (recommended).fromDockerfile()to keep using a Dockerfile, parsed into a V2 template.fromImage()to reference a Docker image you build and push yourself.