Skip to content

Workspaces

You need to know where your projects live and who else can see them. A workspace is the platform record that owns projects, and every console address begins with one:

console.extension.dev/<workspace>/<project>

The workspace slug is its own name, chosen on the platform. It is decoupled from any GitHub owner, so renaming a GitHub organization does not move your projects and one workspace can hold projects from more than one GitHub owner.

What the workspace decides

How many projects fit. The workspace carries the plan. Free holds 1 project, pro holds 10. Pricing and the full limits table live at Plans and limits.

Who is in. Members belong to the workspace, not to individual projects.

Who is billed. Metered usage is attributed to the workspace that owns the project, not to the person who triggered the work.

Members and roles

RoleWhat it adds
ownerEverything, including ownership transfer and the plan
adminManages members, invites, and workspace settings
memberWorks in the workspace's projects

Invites bring people in, and an invite carries the role it grants. Ownership transfers to another member when the current owner hands it over, a workspace always has exactly one owner.

Workspaces and visibility

Workspace membership decides who sees a project by default. Making a project public is a project setting, not a workspace one, see Projects. A private project can also mint scoped share tokens for people outside the workspace.

When it fails

  • Creating a project is refused on the free plan. Free holds 1 project. Delete the one you have, or upgrade, see Plans and limits.
  • A teammate accepted an invite but cannot change settings. Their role is member. An admin or the owner raises it from the workspace members page.
  • The workspace slug does not match your GitHub organization. It never has to. The slug is a platform name; the GitHub connection lives per project in Project settings, GitHub.
  • The owner left the company. Ownership transfers between members, and only the owner can start it. Recover the owner account first, there is no side door.

Next