@@ -11,6 +11,7 @@ This page describes API and sandbox rate limits of the E2B platform.
1111- [ Sandbox operations & requests to sandboxes] ( #sandbox-operations-%26-requests-to-sandboxes )
1212- [ Concurrent Sandboxes] ( #concurrent-sandboxes )
1313- [ Sandbox creation rate] ( #sandbox-creation-rate )
14+ - [ Egress connections] ( #egress-connections )
1415- [ Reaching limits] ( #reaching-limits )
1516- [ Increasing and avoiding rate limits] ( #increasing-and-avoiding-rate-limits )
1617
@@ -50,6 +51,12 @@ Here's a limits breakdown table based on the plan:
5051 <td style = { { textAlign: ' center' , padding: ' 8px' }} >5 / sec</td >
5152 <td style = { { textAlign: ' center' , padding: ' 8px' }} >Custom</td >
5253 </tr >
54+ <tr >
55+ <td style = { { fontWeight: ' bold' , padding: ' 8px' }} >Egress connections per sandbox</td >
56+ <td style = { { textAlign: ' center' , padding: ' 8px' }} >2,500</td >
57+ <td style = { { textAlign: ' center' , padding: ' 8px' }} >2,500</td >
58+ <td style = { { textAlign: ' center' , padding: ' 8px' }} >Custom</td >
59+ </tr >
5360 </tbody >
5461</table >
5562
@@ -112,6 +119,14 @@ This limit controls how quickly you can create new sandboxes.
112119### Enterprise tier
113120** Custom limit - 5+ sandboxes per second**
114121
122+ ---
123+
124+ ## Egress connections
125+
126+ ** 2,500 connections per sandbox**
127+
128+ This limit controls the maximum number of outbound (egress) network connections that can be established from a single sandbox.
129+
115130## Reaching limits
116131
117132When you reach the limits of your plan, subsequent requests/function calls will be effectively dropped and return the following:
0 commit comments