Skip to content
Open
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
6 changes: 5 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
"docs/sandbox/pty",
"docs/sandbox/ssh-access",
"docs/sandbox/connect-bucket",
"docs/sandbox/rate-limits",
"docs/sandbox/secured-access",
"docs/sandbox/ip-tunneling",
"docs/sandbox/custom-domain"
Expand Down Expand Up @@ -3712,6 +3711,11 @@
}
},
"redirects": [
{
"source": "/docs/sandbox/rate-limits",
"destination": "/docs/billing",
"permanent": true
},
{
"source": "/docs/template/aliases",
"destination": "/docs/template/names",
Expand Down
20 changes: 10 additions & 10 deletions docs/billing.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Billing & pricing"
sidebarTitle: "Billing"
title: "Billing & limits"
sidebarTitle: "Billing & limits"
icon: "credit-card"
---

Expand All @@ -14,14 +14,14 @@
|---------|-------|-----|------------|
| **Base price** | $0/month | $150/month | Custom |
| **Free credits** | $100 (one-time) | $100 (one-time) | Custom |
| **Max session length** | 1 hour | 24 hours | Custom |
| **Concurrent sandboxes** | 20 | 100 - 1,100 | 1,100+ |

<Note>
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).
</Note>

Plans have different [API rate limits](/docs/sandbox/rate-limits).
| **Max vCPUs** | 8 | <Tooltip tip="Contact support@e2b.dev if you need more vCPUs.">8+</Tooltip> | Custom |

Check warning on line 17 in docs/billing.mdx

View check run for this annotation

Mintlify / Mintlify Validation (e2b) - vale-spellcheck

docs/billing.mdx#L17

Did you really mean 'vCPUs'?
| **Max memory** | 8 GB | <Tooltip tip="Contact support@e2b.dev if you need more memory.">8+ GB</Tooltip> | Custom |
| **Disk size** | 10 GB | <Tooltip tip="Contact support@e2b.dev if you need more disk space.">20+ GB</Tooltip> | Custom |
| **<Tooltip tip="Time a sandbox can run without being paused.">Max session length</Tooltip>** | 1 hour | 24 hours | Custom |
| **<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+ |
| **<Tooltip tip="Number of template builds running at the same time.">Concurrent builds</Tooltip>** | 20 | 20 | Custom |
| **<Tooltip tip="How quickly you can create new sandboxes.">Sandbox creation rate</Tooltip>** | 1 / sec | 5 / sec | Custom |
| **<Tooltip tip="Maximum outbound network connections from a single sandbox.">Egress connections</Tooltip>** | 2,500 | 2,500 | Custom |

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).

Expand Down
143 changes: 0 additions & 143 deletions docs/sandbox/rate-limits.mdx

This file was deleted.

Loading