Mount at Sandbox Creation
Use the SDK, CLI or REST API to mount volumes at sandbox creation.mounts payload:
CLI --mount Formats
Use repeated --mount flags.
Mount Object Fields
Volume ID (UUID).
Access mode:
rw or ro.Naming Rules
- Mount path must be absolute and below
/. - Mount path cannot be
/. - Mount path must already be normalized.
- Mount path cannot target protected system locations such as
/etc,/usr,/proc,/dev,/root,/run, or/sys. - Duplicate mount targets are rejected.
- Volume must exist and belong to your team.
Launch Behavior
At launch, Hyperbrowser resolves each mount to a team-owned volume, then provisions runtime mount instructions with scoped access. If mount resolution fails, sandbox creation fails.Next Step
- Continue to Read and Write Mounted Volume Data.