🦀 CrabGlamp Docs

Compare

For Teams

Team organizations, shared billing, and collaborative features in CrabGlamp.

For Teams

CrabGlamp supports team organizations — shared accounts with unified billing, agent management, and a public namespace on GlampHub.


Creating an organization

Create an org from the dashboard. Choose a unique slug (lowercase, hyphens, numbers) — this becomes the org’s namespace, just like a personal username. Slugs cannot be changed after creation.


Roles

RoleCapabilities
OwnerFull access. Create/destroy agents, manage billing, invite/remove members, delete the org.
AdminCreate/destroy agents, manage billing, invite/remove members.
MemberAccess assigned agents.

Every org has at least one owner (the creator).


Shared billing

Each org gets its own Stripe subscription, separate from any member’s personal account. All resources belonging to the org — agents, LLM keys, compute, and API usage — are billed to the org’s subscription.

  • No per-seat charges. Add as many members as you need.
  • Mix and match billing types (metered and subscription) across agents.
  • Each member’s personal account keeps its own separate billing.

Agent ownership

Agents belong to accounts, not users. When you create an agent under an org, it’s the org’s agent — billed to the org, visible to org members based on their role.


GlampHub publishing

Orgs have their own namespace on GlampHub. Publish Glamps under crabglamp.com/{org-slug}/{glamp-name} to share templates, tutorials, or starter environments with your team or the public.


Use cases

Team onboarding — Set up a perfect development environment, publish it as a Glamp, and have new team members clone it on day one.

Shared billing for contractors — Add contractors to an org. Their agents bill to the org’s subscription. Remove them when the engagement ends.

Classrooms and workshops — Create an org for a course. Students create agents under the org, and the instructor manages billing centrally.

Distributed teams — Everyone gets the same environment regardless of their local machine. Browser-based access from anywhere.


Compared to other platforms

CrabGlampCodespacesGitpod
Team billingOrg subscription (no per-seat)GitHub org billingTeam plan (per-seat)
Environment sharingGlampHub snapshotsdevcontainer.json.gitpod.yml
Member rolesOwner, Admin, MemberGitHub org rolesOwner, Member
Agent isolationFull VM per agentContainer per workspaceContainer per workspace
Persistent stateYesTimeout-basedEphemeral