Snapshots are available on paid plans. If you need access to test them, book a call with us.
What snapshots include
Snapshots can preload the parts of your environment that usually slow down startup:- Repositories Tembo should clone before a session starts
- Project dependencies, so agents do not need to install them during the session
- Tembo managed skills, so agents have your workspace instructions available immediately
- The VM disk state needed to restore that environment for future sessions
Configure snapshots
Prerequisites:- You are on a paid plan.
- You have workspace admin access.
- The repositories and skills you want to preload are already connected to Tembo.
- Open Settings.
- Go to Snapshots.
- Select the repositories to include.
- Choose whether to preload dependencies and skills.
- Select one or more sandbox sizes to build.
- Choose a build schedule.
- Save your changes.
Setup script
Use the setup script to add project-specific tooling, dependencies, or other environment setup to your snapshot. Tembo runs the script while the snapshot is being built, after all selected repositories have been cloned to disk. The script has access to all environment variables configured in Settings > Sandbox, including secrets your setup commands need. Anything the script installs or writes to disk becomes part of the snapshot and is available to sessions that start from it.Sizes and schedules
You can build snapshots for any number of sandbox sizes. For example, you can keep a small snapshot ready for routine tasks and a larger snapshot ready for heavier builds or test suites. You can also build snapshots on a schedule. Scheduled builds keep repositories, dependencies, and skills up to date, so new sessions start from a recent environment instead of a stale one.When to use snapshots
Use snapshots when your sessions spend meaningful time on environment setup:- Large repositories or monorepos
- Slow package installs
- Build systems with expensive setup steps
- Teams that run frequent Tembo sessions against the same repositories
- Workspaces that rely on managed skills for agent behavior