Skip to content

Commit 92cc4f8

Browse files
committed
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
1 parent 0d490f3 commit 92cc4f8

3 files changed

Lines changed: 6 additions & 151 deletions

File tree

docs.json

Lines changed: 0 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"

docs/billing.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ E2B uses [usage-based pricing](#usage-based-pricing) - you pay only for what you
1515
| **Base price** | $0/month | $150/month | Custom |
1616
| **Free credits** | $100 (one-time) | $100 (one-time) | Custom |
1717
| **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 an [add-on](https://e2b.dev/dashboard?tab=billing) for $500/month.
22-
</Note>
23-
24-
Plans have different [API rate limits](/docs/sandbox/rate-limits).
18+
| **<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+ |
19+
| **<Tooltip tip="Number of template builds running at the same time.">Concurrent builds</Tooltip>** | 20 | 20 | Custom |
20+
| **<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 |
22+
| **<Tooltip tip="How quickly you can create new sandboxes.">Sandbox creation rate</Tooltip>** | 1 / sec | 5 / sec | Custom |
23+
| **<Tooltip tip="Maximum outbound network connections from a single sandbox.">Egress connections</Tooltip>** | 2,500 | 2,500 | 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)