Getting Started
Agents
Create, manage, clone, and destroy CrabGlamp cloud development agents.
Agents
An agent is a persistent Linux VM with AI coding tools built in. Each agent runs OpenClaw with managed LLM access β it can read your codebase, run commands, and write code autonomously. You access everything through your browser: terminal, code editor, and hosted sites.
Creating an agent
Click New Agent in the dashboard.
- Name β lowercase letters, numbers, hyphens. Shows up in your agentβs URL.
- Size β Hermit Crab, King Crab, or Coconut Crab. Specs β
- Billing β pay-as-you-go (hourly) or flat rate (monthly). You can change this later.
- Account β your personal account or a team org.
Takes about 30 seconds.
Lifecycle
provisioning β running β stopped β destroying β deleted
| State | Whatβs happening | Billing |
|---|---|---|
| Running | VM is on. Terminal, editor, hosted sites all work. | Running rate (metered) or included (flat) |
| Stopped | VM is off. All files preserved. | Paused rate (metered) or included (flat) |
| Destroying | Being deleted. Canβt cancel. | Stops |
| Deleted | Gone forever. | β |
Start and stop from the dashboard. Everything persists across stop/start: files, packages, shell configs. Only /tmp and in-memory state are lost.
Switching billing
Change any agent between pay-as-you-go and flat rate from the dashboard. Takes effect immediately. No cloning needed.
Cloning
Clone creates an exact copy β files, packages, configs, everything.
- Same or larger size only. Canβt downsize.
- Pick any billing type for the clone.
- Source agent is briefly stopped during the copy, then restarted.
Good for upgrading, branching an experiment, or creating a template. Cloning guide β
Teams
Agents belong to an account β personal or team org. Billing, LLM keys, and GlampHub publishing are all scoped to the account. Teams β
Destroying
Permanently deletes the VM, storage, and all data. Billing stops immediately. Cannot be undone. Published Glamps are independent and stay live.