From 51cfebddbe225a211e0cc453575a96b879568ac1 Mon Sep 17 00:00:00 2001 From: Tomas Beran Date: Tue, 17 Mar 2026 18:39:09 +0100 Subject: [PATCH 1/2] Add disk space to billing plans table --- docs/billing.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/billing.mdx b/docs/billing.mdx index 752646e5..c8b5f059 100644 --- a/docs/billing.mdx +++ b/docs/billing.mdx @@ -16,6 +16,7 @@ E2B uses [usage-based pricing](#usage-based-pricing) - you pay only for what you | **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+ | +| **Disk space** | 10 GB | 20 GB | Custom | 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). From 566ec97aef61a0cad5f37028af2b2a8a36d1552e Mon Sep 17 00:00:00 2001 From: Tomas Beran Date: Wed, 18 Mar 2026 14:08:05 +0100 Subject: [PATCH 2/2] Add note about Pro disk space increase via support --- docs/billing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/billing.mdx b/docs/billing.mdx index c8b5f059..73e49fa1 100644 --- a/docs/billing.mdx +++ b/docs/billing.mdx @@ -19,7 +19,7 @@ E2B uses [usage-based pricing](#usage-based-pricing) - you pay only for what you | **Disk space** | 10 GB | 20 GB | Custom | -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). +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). Higher disk space on Pro is available by contacting [support@e2b.dev](mailto:support@e2b.dev). Plans have different [API rate limits](/docs/sandbox/rate-limits).