Skip to content

Commit 30e8718

Browse files
committed
Add resource limits, disk size, and vCPU/memory to billing plans table
- Add max vCPUs, max memory, and disk size rows - Move disk size above max session length, add tooltip to max session length - Update sandbox operations rate limit to 60,000/60s - Add redirect for removed rate-limits page
1 parent 4ae7ea5 commit 30e8718

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/billing.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ E2B uses [usage-based pricing](#usage-based-pricing) - you pay only for what you
1414
|---------|-------|-----|------------|
1515
| **Base price** | $0/month | $150/month | Custom |
1616
| **Free credits** | $100 (one-time) | $100 (one-time) | Custom |
17-
| **Max session length** | 1 hour | 24 hours | Custom |
17+
| **Max vCPUs** | 8 | <Tooltip tip="Contact support@e2b.dev if you need more vCPUs.">8+</Tooltip> | Custom |
18+
| **Max memory** | 8 GB | <Tooltip tip="Contact support@e2b.dev if you need more memory.">8+ GB</Tooltip> | Custom |
19+
| **Disk size** | 10 GB | <Tooltip tip="Contact support@e2b.dev if you need more disk space.">20+ GB</Tooltip> | Custom |
20+
| **<Tooltip tip="Time a sandbox can run without being paused.">Max session length</Tooltip>** | 1 hour | 24 hours | Custom |
1821
| **<Tooltip tip="Number of sandboxes running at the same time.">Concurrent sandboxes</Tooltip>** | 20 | <Tooltip tip="Includes 100 concurrent sandboxes. Higher concurrency up to 1,100 is available as an add-on for $500/month.">100 - 1,100</Tooltip> | 1,100+ |
1922
| **<Tooltip tip="Number of template builds running at the same time.">Concurrent builds</Tooltip>** | 20 | 20 | Custom |
2023
| **<Tooltip tip="Applies to lifecycle and management operations such as sandbox create, kill, update, and list.">Sandbox API rate limit</Tooltip>** | 20,000 / 30s | 20,000 / 30s | Custom |
21-
| **<Tooltip tip="Applies to operations within running sandboxes such as running code, listing files, and running commands. Enforced per IP address.">Sandbox operations rate limit</Tooltip>** | 40,000 / 60s | 40,000 / 60s | Custom |
24+
| **<Tooltip tip="Applies to operations within running sandboxes such as running code, listing files, and running commands. Enforced per IP address.">Sandbox operations rate limit</Tooltip>** | 60,000 / 60s | 60,000 / 60s | Custom |
2225
| **<Tooltip tip="How quickly you can create new sandboxes.">Sandbox creation rate</Tooltip>** | 1 / sec | 5 / sec | Custom |
2326
| **<Tooltip tip="Maximum outbound network connections from a single sandbox.">Egress connections</Tooltip>** | 2,500 | 2,500 | Custom |
2427

0 commit comments

Comments
 (0)