πŸ¦€ CrabGlamp Docs

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.

  1. Name β€” lowercase letters, numbers, hyphens. Shows up in your agent’s URL.
  2. Size β€” Hermit Crab, King Crab, or Coconut Crab. Specs β†’
  3. Billing β€” pay-as-you-go (hourly) or flat rate (monthly). You can change this later.
  4. Account β€” your personal account or a team org.

Takes about 30 seconds.


Lifecycle

provisioning β†’ running ↔ stopped β†’ destroying β†’ deleted

StateWhat’s happeningBilling
RunningVM is on. Terminal, editor, hosted sites all work.Running rate (metered) or included (flat)
StoppedVM is off. All files preserved.Paused rate (metered) or included (flat)
DestroyingBeing deleted. Can’t cancel.Stops
DeletedGone 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.