Skip to main content
PUT

Authorizations

x-brimble-key
string
header
required

Your account-level Brimble API key. Find it in the dashboard under your profile drawer → API key (click the avatar in the sidebar). Available on paid plans only.

Path Parameters

id
string
required

24-char hex id of the sandbox.

Pattern: ^[a-f0-9]{24}$

Body

application/json

Request body for PUT /sandboxes/{id}/egress.

mode
enum<string>
required

Outbound network policy for a sandbox.

  • open — full outbound internet access (default).
  • deny_all — all outbound connections blocked; inbound Brimble API calls still work.
  • restricted — default deny with an allowlist (allow required on update).
Available options:
open,
restricted,
deny_all
allow
string[]

Required when mode is restricted; must be omitted otherwise.

Required array length: 1 - 50 elements
Required string length: 1 - 253

Response

Egress updated

message
string
required
Example:

"Sandbox egress updated"

data
object
required

Includes network_updated when the network profile changed.

Last modified on July 1, 2026