Skip to content

Commit 3b5a1ff

Browse files
authored
Add concurrency add-on pricing to billing page (#190)
* Add concurrency add-on pricing to billing page * Merge rate limits into billing page and add concurrent builds limit - Move rate limit rows into the Plans table with tooltip explanations - Move concurrency add-on pricing ($500/month) into a tooltip - Add concurrent builds limit (20 for Hobby/Pro, Custom for Enterprise) - Remove standalone rate-limits page and its nav entry * Add redirect from rate-limits page to billing page * 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 * Rename billing page to Billing & limits * Remove API and operations rate limit rows from billing table * Remove egress connections row from billing table
1 parent 387eea7 commit 3b5a1ff

File tree

3 files changed

+14
-154
lines changed

3 files changed

+14
-154
lines changed

docs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
"docs/sandbox/pty",
120120
"docs/sandbox/ssh-access",
121121
"docs/sandbox/connect-bucket",
122-
"docs/sandbox/rate-limits",
123122
"docs/sandbox/secured-access",
124123
"docs/sandbox/ip-tunneling",
125124
"docs/sandbox/custom-domain"
@@ -3712,6 +3711,11 @@
37123711
}
37133712
},
37143713
"redirects": [
3714+
{
3715+
"source": "/docs/sandbox/rate-limits",
3716+
"destination": "/docs/billing",
3717+
"permanent": true
3718+
},
37153719
{
37163720
"source": "/docs/template/aliases",
37173721
"destination": "/docs/template/names",

docs/billing.mdx

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Billing & pricing"
3-
sidebarTitle: "Billing"
2+
title: "Billing & limits"
3+
sidebarTitle: "Billing & limits"
44
icon: "credit-card"
55
---
66

@@ -14,14 +14,13 @@ 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 |
18-
| **Concurrent sandboxes** | 20 | 100 - 1,100 | 1,100+ |
19-
20-
<Note>
21-
Pro plan includes 100 concurrent sandboxes. Higher concurrency up to 1,100 is available as a purchasable [add-on](https://e2b.dev/dashboard?tab=billing).
22-
</Note>
23-
24-
Plans have different [API rate limits](/docs/sandbox/rate-limits).
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 |
21+
| **<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+ |
22+
| **<Tooltip tip="Number of template builds running at the same time.">Concurrent builds</Tooltip>** | 20 | 20 | Custom |
23+
| **<Tooltip tip="How quickly you can create new sandboxes.">Sandbox creation rate</Tooltip>** | 1 / sec | 5 / sec | Custom |
2524

2625
To upgrade your plan or purchase add-ons, visit the [dashboard billing tab](https://e2b.dev/dashboard?tab=billing). For Enterprise plans, [contact sales](mailto:enterprise@e2b.dev).
2726

docs/sandbox/rate-limits.mdx

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)