> ## 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.

# Billing & Tiers

> Manage your Corridor subscription, pricing tiers, and payment methods.

Corridor offers different plans (tiers) to accommodate individual developers up to large enterprises. Each tier comes with a set of features and usage limits.

## Pricing 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                |

### Free trial

Corridor provides a free trial period for new users, allowing you to test core features at no cost:

* Real-time security reviews of pull requests
* Secure code generation through Corridor's MCP
* Auto-generated guardrails
* Up to 5 projects and 100 pull request reviews per month

After the trial, you can decide to subscribe to a paid plan.

### Pro (Individual Developer)

For individual developers:

* Real-time security reviews of GitHub pull requests
* Secure code generation via Corridor's MCP server in your IDE
* Auto-generated security guardrails
* Up to 5 projects
* 100 PR reviews per month
* No team collaboration features on this tier

### Team

For teams that need more control:

* Everything in Pro
* Deploy Corridor across your team—invite multiple users to a shared workspace
* Custom guardrails and context documents—tailor security rules to your organization
* Full visibility into AI coding activity across your team
* Up to 20 projects
* 100 PR reviews per developer per month
* Admin/member roles, team dashboard, shared findings

### Enterprise

For organizations with advanced requirements:

* Everything in Team
* **Chat with your codebase**: Interactive AI security assistant for investigating findings and discovering vulnerabilities
* **Enterprise security**: Zero data retention mode (Corridor doesn't store code), single-tenant deployment options for on-prem or private cloud
* **Unlimited scale**: Unlimited projects, repositories, and PR reviews
* SSO integration
* Dedicated support and help with onboarding (including custom guardrail development assistance)

Contact [sales@corridor.dev](mailto:sales@corridor.dev) for Enterprise pricing.

## Billing model

Corridor uses seat-based billing on Team and Enterprise plans:

```
Monthly cost = Number of developers × Seat price
```

### How developers are counted

Your developer count is based on unique developers interacting with Corridor in a given month:

* IDE extension users
* Corridor dashboard users
* Submitters of pull requests reviewed by Corridor

## Annual billing

Save 20% with annual billing:

* Pro: \$16/month (billed annually)
* Team: \$32/dev/month (billed annually)

Contact sales for annual Enterprise agreements.

## Viewing your subscription

1. Go to **Team Settings → Billing**
2. View your current tier and developer count
3. See upcoming billing date and amount

## Changing your plan

### Upgrading

1. Go to **Team Settings → Billing**
2. Click **Change Plan**
3. Select the new tier
4. Confirm the upgrade

Upgrades take effect immediately. You're charged a prorated amount for the remainder of the billing period.

### Downgrading

1. Go to **Team Settings → Billing**
2. Click **Change Plan**
3. Select the new tier
4. Confirm the downgrade

Downgrades take effect at the end of your current billing period.

<Warning>
  Downgrading may disable features. Ensure you're within the new tier's limits (projects, team members) before downgrading.
</Warning>

## Managing payment

### Adding a payment method

1. Go to **Team Settings → Billing**
2. Click **Payment Methods**
3. Click **Add Payment Method**
4. Enter your card details
5. Click **Save**

### Invoices

1. Go to **Team Settings → Billing**
2. Click **Invoices**
3. View or download past invoices

## Vercel Marketplace

Corridor is available on the [Vercel Marketplace](https://vercel.com/integrations/corridor) for easy installation and unified billing.

### Installing from Vercel

1. Visit the Vercel Integrations page and search for "Corridor"
2. Click **Install** and select your Vercel team
3. Accept terms and select your plan
4. Connect your GitHub account and select repositories

### Vercel billing

When installed through Vercel:

* All charges appear on your Vercel invoice
* No separate payment methods needed
* Vercel credits may apply to Corridor charges

## Cancellation

### Canceling your subscription

1. Go to **Team Settings → Billing**
2. Click **Cancel Subscription**
3. Select a cancellation reason
4. Confirm cancellation

### What happens on cancellation

* Access continues until end of billing period
* Data is retained for 30 days after expiration
* You can reactivate anytime within 30 days
* After 30 days, data is permanently deleted

<Warning>
  Export any data you need before your subscription ends.
</Warning>

## Tier feature summary

| Feature                      | Pro            | Team          | Enterprise    |
| ---------------------------- | -------------- | ------------- | ------------- |
| **Team members**             | 1              | Up to 20      | Custom        |
| **Projects**                 | 5              | 20            | Unlimited     |
| **PR reviews**               | 100/month      | 100/dev/month | Unlimited     |
| **Guardrails**               | Auto-generated | Custom + Auto | Custom + Auto |
| **Custom context**           | -              | ✓             | ✓             |
| **MCP compliance**           | ✓              | ✓             | ✓             |
| **Team visibility**          | -              | ✓             | ✓             |
| **Chats**                    | -              | -             | ✓             |
| **SSO**                      | -              | -             | ✓             |
| **Zero data retention**      | -              | -             | ✓             |
| **Single-tenant deployment** | -              | -             | ✓             |

## FAQ

### When am I charged?

You're charged at the beginning of each billing period (monthly or annually).

### What payment methods do you accept?

We accept all major credit cards via Stripe. Enterprise customers can pay by invoice.

### Can I get a refund?

We offer refunds within 7 days of initial purchase. Contact [support@corridor.dev](mailto:support@corridor.dev).

### Is there a free trial?

Yes, all plans include a free trial period. Start with any tier risk-free.

## Need help?

* **Billing questions**: [billing@corridor.dev](mailto:billing@corridor.dev)
* **Enterprise sales**: [sales@corridor.dev](mailto:sales@corridor.dev)
* **General support**: [support@corridor.dev](mailto:support@corridor.dev)

## Next steps

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

  <Card title="Guardrails" icon="shield-check" href="/features/guardrails">
    Configure security guardrails
  </Card>
</CardGroup>
