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

# Subscription plans

> Plans, pricing, and resource allocations

CodeWire uses per-resource billing. Each resource in your organization has its own subscription.

## Coder Plans

| Feature                  | Starter |    Pro   |   Team   | Enterprise |
| ------------------------ | :-----: | :------: | :------: | :--------: |
| **Price**                | \$49/mo | \$199/mo | \$499/mo |   Custom   |
| Dedicated Coder instance |   Yes   |    Yes   |    Yes   |     Yes    |
| Dedicated database       |   Yes   |    Yes   |    Yes   |     Yes    |
| TLS + custom domain      |   Yes   |    Yes   |    Yes   |     Yes    |
| Automatic upgrades       |   Yes   |    Yes   |    Yes   |     Yes    |
| **Free trial**           | 14 days |  14 days |  14 days | Contact us |

## Codewire Relay Plan

| Feature         |  Relay |
| --------------- | :----: |
| **Price**       | \$5/mo |
| Message routing |   Yes  |
| Auth token      |   Yes  |
| WireGuard relay |   Yes  |

## Seat Pricing

All plans include seat-based pricing at **\$18 per developer per month** for workspace usage. AI agents don't count as seats — only human developers.

## Resource Overages

If your resource exceeds plan allocations, overage charges apply:

| Resource   | Rate                 |
| ---------- | -------------------- |
| **CPU**    | \$0.03 per core-hour |
| **Memory** | \$0.01 per GB-hour   |
| **Disk**   | \$0.05 per GB-hour   |

Overages are calculated based on actual usage, tracked in 5-minute intervals and aggregated monthly.

## Free Trial

Your first Coder resource includes a **14-day free trial** with full access to all features. No credit card required to start.

<Warning>
  When the trial expires, the resource is **suspended**. Add a payment method to resume.
</Warning>

## Changing Plans

You can upgrade or downgrade your plan at any time from the resource's billing settings. Changes take effect immediately, with prorated charges for the billing period.

## Related

<CardGroup cols={2}>
  <Card title="Billing" icon="credit-card" href="/organizations/billing">
    Manage organization billing and payments.
  </Card>

  <Card title="Resource dashboard" icon="gauge" href="/resources/resource-dashboard">
    View resource usage and details.
  </Card>
</CardGroup>
