# Limits

Wire has the following limits for containers and files.

## Subscription Tiers

All tiers include unlimited containers, unlimited team members, and full MCP access. Tiers differ only in monthly credit allocation and credit pack bonuses.

| Tier | Price | Monthly Credits | Credit Pack Bonus |
|------|-------|----------------|-------------------|
| **Free** | $0 | {STARTER_GRANT_CREDITS.toLocaleString()} one-time grant | None |
| **Starter** | ${SUBSCRIPTION_TIERS.starter.priceUsdCents / 100}/mo | {SUBSCRIPTION_TIERS.starter.monthlyCredits.toLocaleString()}/mo | None |
| **Pro** | ${SUBSCRIPTION_TIERS.pro.priceUsdCents / 100}/mo | {SUBSCRIPTION_TIERS.pro.monthlyCredits.toLocaleString()}/mo | {SUBSCRIPTION_TIERS.pro.creditPackBonusPercent}% bonus |
| **Team** | ${SUBSCRIPTION_TIERS.team.priceUsdCents / 100}/mo | {SUBSCRIPTION_TIERS.team.monthlyCredits.toLocaleString()}/mo | {SUBSCRIPTION_TIERS.team.creditPackBonusPercent}% bonus |
| **Enterprise** | Custom | Custom | Contact sales |

### Credit Expiration

- **Monthly subscription credits** expire {MONTHLY_CREDIT_GRACE_DAYS} days after the billing cycle ends (no rollover).
- **Purchased credit packs** are valid for {CREDIT_VALIDITY_MONTHS} months from purchase.
- **Starter grant credits** are valid for {CREDIT_VALIDITY_MONTHS} months.
- Credits are consumed in FIFO order — soonest-expiring credits are used first.

## File Limits

| Limit | Value |
|-------|-------|
| Maximum file size | 25 MB |

## Container Limits

| Limit | Value |
|-------|-------|
| Maximum storage per container | 5 GB |

## Organization Limits

| Limit | Value |
|-------|-------|
| Maximum containers per organization | 100 |

## Ephemeral Container Limits

Ephemeral containers are created via [instant onboarding](/guides/instant-onboarding/) without an account.

| Limit | Value |
|-------|-------|
| Container lifetime | 7 days |
| Starter credits | {STARTER_GRANT_CREDITS.toLocaleString()} |
| Containers per anonymous session | 1 |

Ephemeral containers receive the same {STARTER_GRANT_CREDITS.toLocaleString()} starter credits as any new organization. Once those credits are spent, analysis is blocked until the container is claimed and moved to an organization with a funded balance.

After 7 days, unclaimed ephemeral containers and their associated anonymous accounts are automatically deleted. Claim your container before then to keep it permanently.

:::note
These limits may change. Contact us if you need higher limits for your use case.
:::