Key concepts
| Concept | Description |
|---|---|
| Template | A blueprint that defines what software and tools are in a workspace |
| Owner | The organization member who created the workspace |
| Status | The current state: running, stopped, starting, etc. |
| Resources | Infrastructure backing the workspace (compute, storage) |
| Agents | Processes inside the workspace that provide access (SSH, web terminal) |
Workspace lifecycle
Creating workspaces
There are two ways to create workspaces:AI-powered launch (from Codewire)
Use the Launch feature in the Codewire sidebar to create a workspace from a repo URL. AI analyzes your repository and configures the workspace automatically. See Launch a workspace for the full guide.From the Coder dashboard
- Open your Coder dashboard via the Open Coder button
- Choose a template
- Name your workspace and configure parameters
- Click Create Workspace
From the CLI
Viewing workspaces from Codewire
The Codewire dashboard shows all workspaces in the sidebar (nested under each resource) and in the workspaces table on the resource detail page. From there you can:- See workspace names, owners, and statuses
- Click through to the workspace detail page
- Connect via IDE, terminal, VS Code, or web