Skip to main content
Codespace is a platform that provisions and manages development infrastructure for your team. Create organizations, invite members, and provision resources — dedicated Coder instances, Codewire relays, and more — all without Kubernetes expertise.

Key concepts

Organizations

Group your team and resources together. Each organization has its own members, roles (owner, admin, member), billing, and resource inventory.

Resources

Provisioned services within an organization. Coder deployments get their own database, namespace, TLS certificate, and domain at your-name.codespace.sh. Codewire Relays provide WireGuard connectivity for AI agents.

Workspaces

Development environments inside a Coder resource, created from templates. Each workspace is an isolated container with your tools and code.

How it works

  1. Sign up with an invite code and create your account
  2. Create an organization — name it and invite your team
  3. Add a resource — pick a type (Coder or Codewire Relay), choose a plan, and Codespace provisions everything automatically
  4. Open Coder — your Coder resource is live at your-name.codespace.sh with admin credentials ready
  5. Create workspaces — use templates to spin up dev environments in seconds

How is this different from self-hosting Coder?

CodespaceSelf-hosted Coder
SetupAdd a resource in 2 minutesConfigure infrastructure, databases, TLS, DNS yourself
MaintenanceAutomatic upgrades, monitoring, backupsYou manage everything
InfrastructureDedicated namespace and database per resourceYou provision and manage your own cluster
Team managementBuilt-in organizations with invitations and rolesConfigure your own identity provider
BillingPer-resource plans with usage trackingLicense cost + your infrastructure costs

Next steps