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

# Members & Roles

> Invite team members and control what they can do with role-based permissions

Every member of your organization is assigned a role that determines what they can do. Roles control access to apps, members management, and billing — so you can give your team the right level of access without overexposing sensitive settings.

***

## Role levels

Vybe has four role levels, from most to least permissive:

| Role       | Apps                         | Members & Billing | Description                                           |
| ---------- | ---------------------------- | ----------------- | ----------------------------------------------------- |
| **Owner**  | Create, edit, deploy, delete | Full access       | Full control; can delete the organization             |
| **Admin**  | Create, edit, deploy, delete | Full access       | Same as Owner, except cannot delete the organization  |
| **Editor** | Create, edit, deploy, delete | No access         | Can build apps, but cannot manage members or billing  |
| **Member** | View only                    | No access         | Can use deployed apps, but cannot create or edit them |

<Note>
  Every organization must have at least one Owner. The Owner role identifies the original creator and is the only role that can delete the organization.
</Note>

***

## Inviting members

<Steps>
  <Step title="Open the Members page">
    Navigate to **Settings** in the sidebar, then select **Members**.
  </Step>

  <Step title="Click Invite Member">
    Click the **Invite Member** button at the top of the members list.
  </Step>

  <Step title="Enter their email and role">
    Provide the person's email address and select the role you want to assign. You can invite multiple people at once.
  </Step>

  <Step title="Send the invitation">
    Click **Send Invite**. The invitee receives an email with a link to join your organization.
  </Step>
</Steps>

<Tip>
  Invitations expire after 14 days. If someone has not accepted their invitation, you can resend it from the Members page.
</Tip>

***

## Changing a member's role

Owners and Admins can change the role of any member in the organization.

1. Go to **Settings** > **Members**.
2. Find the member whose role you want to change.
3. Click the role dropdown next to their name.
4. Select the new role.

The change takes effect immediately. The member's permissions update the next time they load a page.

***

## Removing members

To remove someone from your organization:

1. Go to **Settings** > **Members**.
2. Find the member you want to remove.
3. Click the options menu and select **Remove**.

Removing a member revokes their access to all apps, integrations, and data in the organization. Apps they created remain in the organization and are still accessible to other members with the appropriate role.

<Warning>
  Removing a member does not delete their Vybe account — it only removes them from your organization. They can still access other organizations they belong to.
</Warning>

***

## Seat types on paid plans

Paid plans distinguish between two types of seats, based on the member's role:

| Seat Type   | Roles                | What they can do                                                         |
| ----------- | -------------------- | ------------------------------------------------------------------------ |
| **Builder** | Owner, Admin, Editor | Create and edit apps using the AI chat, manage integrations, deploy apps |
| **Viewer**  | Member               | Access deployed apps, view app details, use apps your team has built     |

Builder seats are typically more expensive than Viewer seats because they include access to the AI agent and app editing capabilities. Viewer seats are for team members who only need to use the finished apps.

<Note>
  Check your plan details on the **Billing** page to see how many Builder and Viewer seats are included and the cost of additional seats.
</Note>

***

## What is next

* Control who can access specific apps: [App Access Levels](/teams/app-access)
* Understand how authentication works in deployed apps: [App Authentication](/teams/app-authentication)
* Learn about organizations: [Organizations](/teams/organizations)
