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
| Role | Capabilities |
|---|---|
| Owner | Full access. Create/destroy agents, manage billing, invite/remove members, delete the org. |
| Admin | Create/destroy agents, manage billing, invite/remove members. |
| Member | Access 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
| CrabGlamp | Codespaces | Gitpod | |
|---|---|---|---|
| Team billing | Org subscription (no per-seat) | GitHub org billing | Team plan (per-seat) |
| Environment sharing | GlampHub snapshots | devcontainer.json | .gitpod.yml |
| Member roles | Owner, Admin, Member | GitHub org roles | Owner, Member |
| Agent isolation | Full VM per agent | Container per workspace | Container per workspace |
| Persistent state | Yes | Timeout-based | Ephemeral |