Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions features/sandbox/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,20 @@ Model providers handle prompt data according to their own retention policies —

## Sandbox sizes

Tembo offers five sandbox sizes. Each session runs in a dedicated Linux VM, and no two sessions share the same VM.
Tembo offers six sandbox sizes. Each session runs in a dedicated Linux VM, and no two sessions share the same VM.

| Size | vCPU | Memory | Disk |
|------|------|--------|------|
| Nano | 2 | 2 GB | 30 GB |
| Micro | 2 | 4 GB | 50 GB |
| Medium | 4 | 8 GB | 50 GB |
| Large | 8 | 32 GB | 100 GB |
| XL | 16 | 64 GB | 200 GB |
| Ultra | 32 | 128 GB | 200 GB |
| Large | 8 | 16 GB | 100 GB |
| XL | 16 | 32 GB | 200 GB |
| XXL | 16 | 64 GB | 200 GB |

Micro and Medium are best for routine code analysis, fixes, features, and reviews. Large, XL, and Ultra are best for heavier builds, integration tests, Docker workloads, large repositories, or multi-container setups.
Micro and Medium are best for routine code analysis, fixes, features, and reviews. Large, XL, and XXL are best for heavier builds, integration tests, Docker workloads, large repositories, or multi-container setups.

Need more than 64 GB of RAM? Contact [support@tembo.io](mailto:support@tembo.io) to request access.

VM sandboxes include full nested virtualization for Docker-in-Docker and provide a stronger isolation boundary.

Expand Down
9 changes: 6 additions & 3 deletions resources/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ Tembo uses subscription plans with credits so you can match usage to your team's

## Plans

- **Free**: $10 one time, up to 3 users
- **Pro ($60/month)**: 60 credits per month, up to 5 users, with overage billing
- **Max ($200/month)**: 200 credits per month, up to 10 users, with overage billing
- **Free**: $10 one time, up to 3 users, sandbox size up to `micro`
- **Pro ($60/month)**: 60 credits per month, up to 5 users, sandbox size up to `medium`, with overage billing
- **Max ($200/month)**: 200 credits per month, up to 10 users, sandbox size up to `xxl`, with overage billing

Need more than 64 GB of RAM? Contact [support@tembo.io](mailto:support@tembo.io) to request access.

Paid plans include overage billing so your work can continue after you use your monthly plan credits. You can set a maximum overage limit to control spend. On Free, sessions pause when credits are exhausted until an upgrade or an additional credit purchase.

Expand Down Expand Up @@ -101,6 +103,7 @@ Need help? Contact [hi@tembo.io](mailto:hi@tembo.io).
If you need custom pricing, reach out to [support@tembo.io](mailto:support@tembo.io) for:

- Custom credit allocations
- Custom or unlimited sandbox sizing
- Volume pricing
- BYOK (Bring Your Own Key)
- Dedicated support
Expand Down