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

# Inviting Teammates

> Invite team members and manage roles in Corridor.

If you're using Corridor with a team (Team or Enterprise plan), you can invite colleagues so they can add the IDE extension and view Corridor's security insights.

## Invite a member

<Steps>
  <Step title="Open Team Settings">
    In the Corridor web app, go to the **Teams** page.
  </Step>

  <Step title="Send an invite">
    1. Click **Invite Member**
    2. Enter the work email of the person you want to invite
    3. Select a role (see below for role details)
    4. Click **Send Invite**
  </Step>
</Steps>

They'll receive an email invitation with a link to join your Corridor team.

## Team roles

| Role              | Permissions                                                                                                         |
| ----------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Owner**         | Full access—manage members, billing, integrations, and all team settings                                            |
| **Admin**         | Manage projects, guardrails, and findings, use IDE extension, respond to findings. Cannot manage members or billing |
| **Standard User** | Use IDE extension and MCP guardrail checks only—no dashboard access                                                 |

<Note>
  The **Standard User** role is useful for larger teams where not every developer needs to manage Corridor, only to use it.
</Note>

## Onboarding new members

When the invited user clicks the link in their email:

1. They will automatically be added to your team upon accepting the invite
2. The GitHub App is typically installed at the team level, so individual devs may not need to do separate OAuth

## Domain verification

Enterprises can complete domain verification so that anyone with their company's email domain can automatically sign into Corridor. Under **Team Details** on the **Teams** page, follow the steps under **Domain Verification**. Anyone who logs in without being invited will automatically become a Standard User.

## Post-invite instructions

Once a teammate joins, guide them on how to start:

* **IDE Setup**: Instruct them to install the Corridor integration in their IDE (Cursor, VS Code, etc.) so they get guardrails while coding. They can follow the docs under [IDE Setup](/ide-setup/vscode)
* **Viewing the Dashboard**: Owners and Admins will have access to the Corridor dashboard for the team's projects
* **Handling Findings**: Developers can start by looking at open findings for their projects and addressing them

## Managing members

Team members can be modified and removed by clicking the three dots next to their role on the **Teams** page.

## Team limits

| Tier       | Team Members |
| ---------- | ------------ |
| Pro        | 1            |
| Team       | Up to 20     |
| Enterprise | Custom       |

## Next steps

<CardGroup cols={2}>
  <Card title="Configuring Guardrails" icon="shield-check" href="/onboarding/configuring-guardrails">
    Set up security guardrails for your team
  </Card>

  <Card title="Dashboard" icon="chart-line" href="/features/dashboard">
    Track security metrics
  </Card>
</CardGroup>
