Skip to content

Template names

A name groups builds of the same template. Pass it to Template.build, then use it in Sandbox.create.

AgentBox trims surrounding whitespace and converts the name to lowercase. The result may contain letters a-z, digits, hyphens, and underscores. Spaces, dots, and slashes inside a name are rejected.

Choose a name for the environment's purpose, such as python-tools, browser_desktop, or nextjs-app. Keep versions in tags instead of the name.

Template.exists("python-tools") checks whether the name exists in your project.