> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Team workspaces

> Understand the difference between personal and team workspaces, create a team workspace, and invite members to build together.

## Personal vs. team workspaces

A **workspace** is the structure that holds your apps, members, settings, and billing. Replit has two types:

* Personal workspace
* Team workspace

Below is the difference between Personal and Team workspaces:

|                       | Personal workspace                       | Team workspace                                      |
| --------------------- | ---------------------------------------- | --------------------------------------------------- |
| **Roles**             | Admin, Project-level guests              | Admin, Members, Project-level guests                |
| **Access model**      | You invite guests to individual projects | Members get access to all projects in the workspace |
| **Billing**           | Your account                             | Pooled credits from the admin's account             |
| **Member management** | Per-project (Join Links)                 | Centralized from workspace Settings                 |

**Personal workspace** is best when you're working solo or sharing individual projects with others. You're the sole admin, and other people can only access specific projects you invite them to as project-level guests.

**Team workspace** is best when you're building with a regular group — a startup team, a class, or a client project with multiple contributors. Members get access to all projects in the workspace, so you don't have to invite them one by one to each project. Members are managed centrally from **Settings**.

### When to invite to your workspace vs. to a project

| Scenario                                            | What to do                                      |
| --------------------------------------------------- | ----------------------------------------------- |
| Ongoing collaborator who needs access to everything | Invite to workspace                             |
| Contractor or guest who only needs one project      | [Invite to project](/replitai/invite-teammates) |
| New team member joining your company                | Invite to workspace                             |
| Friend helping you debug a specific app             | [Invite to project](/replitai/invite-teammates) |

## Create a team workspace

<Frame>
  <video autoPlay muted loop playsInline>
    <source src="https://cdn.replit.com/sanity/create_new_team_workspace.mp4" type="video/mp4" />
  </video>
</Frame>

<Steps>
  <Step title="Open workspace switcher">
    In the home page, click your workspace name in the top-left corner.
  </Step>

  <Step title="Create a new workspace">
    Select **Create workspace** and choose a name for your team workspace.
  </Step>

  <Step title="Invite members">
    Enter one or more email addresses (comma-separated) in the invite field. Invitees receive an invitation and gain access to all projects in the workspace once they accept.
  </Step>
</Steps>

## Managing members

If you didn't invite members during setup, or need to add more later, go to **Settings** in your team workspace and invite members by email or Replit username.

<Frame>
  <video autoPlay muted loop playsInline>
    <source src="https://cdn.replit.com/sanity/add_team_to_workspace_compressed.mp4" type="video/mp4" />
  </video>
</Frame>

From the **Settings** page you can also:

* **Remove members** to revoke their access to all workspace projects
* **Transfer apps** from personal workspaces into the team workspace — see [Transfer app to teams](/teams/identity-and-access-management/transfer-app-to-teams)

For advanced identity management, role-based access, and group permissions, see [Teams](/category/teams).

## Availability

| Capability          | Starter | Core | Pro |
| ------------------- | ------- | ---- | --- |
| Team workspaces     | —       | ✅    | ✅   |
| Collaboration seats | —       | 5    | 15  |
| Pooled credits      | —       | —    | ✅   |

## Next steps

<CardGroup cols={2}>
  <Card title="Invite teammates" icon="user-plus" href="/replitai/invite-teammates">
    Invite people to a specific project and build together with Agent.
  </Card>

  <Card title="Teams" icon="building" href="/category/teams">
    Enterprise features: SSO/SAML, groups, permissions, and audit logs.
  </Card>
</CardGroup>
