CrabGlamp

Glossary

Every CrabGlamp-specific term defined once with a stable anchor for cross-page links. This page is the single source of truth for vocabulary — Agent, glamp, vault, virtual key, region, billing item, billing type, slot, lifecycle event, tier, OpenClaw, manifest, glampignore, ClawdTalk, Cloudflare Tunnel, cell — used everywhere in the docs.

Last updated:

Each term below has a stable HTML anchor. Cross-page first-use linking writes the term as [term](/docs/glossary#term) so a reader unfamiliar with the vocabulary lands here.

Slot

A Subscribe & Save seat for a size and region pair on your account. Any VM — an agent, a plain VM, or an App VM — can occupy a slot matching its size and region. Destroying a VM, switching it to pay-as-you-go, or transferring it to another account frees its slot for reuse by any product; removing a slot is an explicit action on the billing page.

Agent

A persistent isolated Linux VM running code-server in the browser. One Hetzner server (or Fly app for legacy) per Agent. See Get started with Agents.

Plain VM

A bare Linux server you SSH into directly. No Docker image, no managed IDE. One Hetzner server per Plain VM, customer-editable firewall. See Get started with Plain VMs.

Glamp

An environment snapshot published from an Agent — tarball plus manifest — that anyone can adopt to spin up an Agent in the same state. Stored in S3, addressable at crabglamp.dev/{slug}/{name}. See Publish your first glamp.

Vault

Per-account store of customer-owned SSH public keys, attached to Plain VMs at provisioning time. v1 stores public keys only — no other secret types.

Virtual key

Platform-issued LLM/voice credential prefixed cg-pk-. Authenticates against the central proxy; the proxy forwards to OpenAI, Anthropic, or ElevenLabs using CrabGlamp's pool credentials. One spend cap covers the key across all providers.

Region

The data center hosting the resource. US (Hetzner Hillsboro, OR) or EU (Helsinki) at v1. Fixed for the resource's lifetime.

Billing item

A billable line on your account's subscription — compute for an Agent, Plain VM, or App VM; an LLM spend line for a virtual key; or a voice spend line for a virtual key. Subscribe & Save slots are billing items too. (LLM and voice are separate billing items that share one key and one spend cap.)

Billing type

For Agents, Plain VMs, and App VMs, the choice of pay-as-you-go (metered) versus subscribe-and-save (flat-rate). For LLM/voice, always metered.

Lifecycle event

An immutable audit record of an ownership transition — transfer or destroy — for an Agent, Plain VM, or App VM. Persists even after the resource is destroyed, so usage history stays attributable.

Tier

Size class for Agents, Plain VMs, and App VMs — small, medium, large. Determines vCPU, RAM, and disk. See Limits and quotas.

Cell

The pair (tier, region). Each cell has its own per-second price.

Cloudflare Tunnel

The data-plane edge for Agents on Hetzner. The Agent's host opens an outbound connection to Cloudflare; the public URL is served by Cloudflare's anycast network. Agents have zero inbound ports — Cloudflare handles TLS, routing, and DDoS.

Manifest

The JSON descriptor of a glamp at ~/glamp.json — name, displayName, description, tags, and the platform-assigned glampId after the first publish. Authored on the Agent, published with the tarball. There is no license or version field at v1.

Glampignore

A ~/.glampignore file in the Agent's home directory that excludes paths from the published tarball. Same format as .gitignore.

Related

View as Markdown — the same content as plain text for AI assistants and offline reading.

Was this helpful?