Configure one Cloud Agent, point it at a repo, paste your .env, hit Save. A minute later it shows "Active" with a fresh snapshot — and every brief on that repo can deliver in parallel without touching anyone's laptop.
A Cloud Agent is a reusable cloud sandbox — one per repo (or set of repos) — that Hamster boots to deliver briefs. You configure it once from a single page in settings, and from then on any teammate can deliver a brief into that Agent without spinning anything up locally.
Before Cloud Agents, every engineer wired up Hamster on their own laptop: cloning, env vars, build commands, then babysitting a sandbox terminal to "Save & Stop" before a snapshot was usable. Cloud Agents replaces that with one modal. Save auto-builds, auto-snapshots, and lands on Active. Reset rebuilds in place. Multiple Agents per team mean you can run parallel deliveries against different repos.
The list page shows every Agent for the workspace, its status, and which repos are attached. Status updates in real time as the sandbox builds, so you see exactly when an Agent flips to Active and is ready to take work.
.env — Drop a .env file into the env vars section. Hamster parses it, dedupes keys, strips quotes and comments, and stages the variables. You can paste a full monorepo .env (up to 500 keys) in one shot.Each Cloud Agent shows a status pill that mirrors the sandbox lifecycle:
The list updates live, so you can save a config and watch the pill change without refreshing.
Env vars are encrypted at rest and never exposed in the UI after they're saved. You can paste:
.env blob — comments, blank lines, and export prefixes are tolerated..env overrides the prior value cleanly.Vars are scoped to the Cloud Agent and made available to the sandbox at delivery time.
You can run as many Cloud Agents as your team needs. A common pattern:
Two briefs targeting different Agents deliver in parallel without contention. Two briefs targeting the same Agent each get their own sandbox, also in parallel, booted from the shared snapshot.
If a Cloud Agent stops booting cleanly — bad commit, broken dependency, stale snapshot — open the Agent's overflow menu and click Reset. Hamster clears the live sandbox handles, flips the Agent back to Pending, and re-runs the build. When it lands on Active again, it has a fresh snapshot.
Reset is the right move when:
Workspace Admins and Creators can configure Cloud Agents — create, edit, reset, and delete. Other roles can deliver briefs into any Active Agent but cannot change the configuration.
.env source of truth somewhere stable (1Password, a secrets manager). Re-paste into the Cloud Agent any time the source changes; the parser handles re-paste cleanly.