Skip to content

Commit 7a08121

Browse files
authored
docs: mark per-host request transforms as public beta (#263)
* docs: mark per-host request transforms as public beta * docs: update support link to dashboard
1 parent 15ddfbe commit 7a08121

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/network/internet-access.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,11 @@ sandbox = Sandbox.create(
221221
### Per-host request transforms
222222

223223
<Note>
224-
Per-host request transforms are currently in private beta.
225-
If you'd like access, please reach out to us at [support@e2b.dev](mailto:support@e2b.dev).
224+
Per-host request transforms are currently in public beta. You can start using them right away, no need to request access.
225+
226+
Please keep in mind that this feature is still in active development, and the features and ways of interacting with it might change during this period.
227+
228+
If you have any questions or feedback, please [reach out to us](https://e2b.dev/dashboard?support=true). Any input is greatly appreciated.
226229
</Note>
227230

228231
You can register per-host rules under `network.rules` to apply transforms (for example, inject HTTP headers) on outbound requests matching a host. Rules are keyed by host and registering one does **not** grant egress on its own — the host must still be referenced via `allowOut` / `allow_out`.

0 commit comments

Comments
 (0)