A Team in Corridor represents an organization or group of users collaborating on projects. Teams are the core organizational unit—each team has its own projects, security policies, guardrails, and billing. Users can belong to multiple teams.
Creating a team
- Go to app.corridor.dev
- Click your avatar → Create Team
- Enter a team name
- Click Create
You become the owner of the new team.
Team roles
| Role | Permissions |
|---|
| Admin | Full access, manage members, projects, billing, and settings |
| Member | View projects, use IDE extension, respond to issues |
| IDE-Only User | Use IDE extension only—benefits from guardrails in their editor and sees their own PR feedback, but can’t alter configurations or view sensitive team data |
Role capabilities
| Action | Admin | Member | IDE-Only |
|---|
| View projects and findings | ✓ | ✓ | |
| Use IDE extension | ✓ | ✓ | ✓ |
| Create projects | ✓ | | |
| Manage members | ✓ | | |
| Configure guardrails | ✓ | | |
| Set MCP compliance policies | ✓ | | |
| Manage billing | ✓ | | |
| Delete team | ✓ | | |
Managing members
Inviting members
- Go to Team Settings → Members
- Click Invite Member
- Enter their email address
- Select a role (Admin, Member, or IDE-Only)
- Click Send Invite
They’ll receive an email invitation to join your team. See Inviting Teammates for the full onboarding process.
Changing roles
- Go to Team Settings → Members
- Find the member
- Click the role dropdown
- Select the new role
Removing members
- Go to Team Settings → Members
- Find the member
- Click Remove
- Confirm the action
Removing a member doesn’t delete their Corridor account—they just lose access to your team.
Shared guardrails and context
Teams can centrally manage security rules:
- Guardrails (including custom guardrails) can be applied across all team projects
- This ensures consistency—all developers on the team are held to the same security standards
- An admin can set a custom guardrail once (e.g., “disallow eval usage”) and it will apply to all projects and be enforced for all team members
Team visibility
Team plans provide full visibility into AI coding activity across the team. The dashboard shows aggregated data:
- How many suggestions were blocked
- How many PR issues each project has
- Patterns to identify (e.g., “Project X has a lot of API key exposure attempts”)
Security engineers can use this to address trends via training or new guardrails.
Collaboration
Within Corridor, team members can collaborate on addressing findings:
- If Corridor flags a vulnerability, a security engineer can use the Corridor UI or Chat feature to discuss it
- A developer can mark it as resolved once fixed
- The team context ensures everyone stays on the same page regarding security status
Team settings
General
- Team name: Display name for your team
- Team URL: Custom URL slug
Guardrails
Configure which guardrails are active for your team:
- Enable/disable standard guardrails
- Create custom guardrails (Team and Enterprise)
- Upload documents for guardrail generation (Team and Enterprise)
MCP Compliance
Set policies for which AI tools and MCP servers are allowed:
- Allowlist: Only permit specified MCP servers
- Blocklist: Block specific MCP servers
- Disabled: No restrictions
See MCP Compliance for details.
Integrations
Connect external services:
- GitHub: Enable PR reviews and repository sync
Subscription tiers
| Tier | Price | Projects | PR Reviews | Key Features |
|---|
| Pro | $20/month | 5 | 100/month | PR reviews, MCP guardrails, IDE extension |
| Team | $40/dev/month | 20 | 100/dev/month | Custom guardrails, team visibility |
| Enterprise | Contact Sales | Unlimited | Unlimited | Chats, zero retention, SSO |
Managing subscription
- Go to Team Settings → Billing
- View current plan and usage
- Click Change Plan to upgrade or downgrade
See Billing for details.
Team analytics
View aggregate metrics across your team:
- PR reviews: How many PRs reviewed, findings discovered
- Guardrail invocations: Usage of real-time security analysis
- Finding trends: Open vs. closed findings over time
- Remediation metrics: Mean time to resolve issues
Access from Team Settings → Analytics or the Analytics tab.
Transferring ownership
Transfer team ownership to another member:
- Ensure the new owner has an admin role
- Go to Team Settings → General
- Click Transfer Ownership
- Select the new owner
- Confirm the transfer
This action cannot be undone. The new owner gains full control of the team.
Deleting a team
Deleting a team permanently removes all projects, findings, and data.
- Go to Team Settings → General
- Scroll to Danger Zone
- Click Delete Team
- Type the team name to confirm
- Click Delete
Only Team and Enterprise tiers support multiple users. If you are on an Individual plan, you won’t see team management features.
Next steps