Documentation / @agentick/sandbox / SandboxCreateOptions
Interface: SandboxCreateOptions
Defined in: types.ts:63
Properties
env?
optionalenv:Record<string,string>
Defined in: types.ts:77
Environment variables.
limits?
optionallimits:ResourceLimits
Defined in: types.ts:80
Resource constraints.
mounts?
optionalmounts:Mount[]
Defined in: types.ts:71
Host↔sandbox path mappings.
permissions?
optionalpermissions:Permissions
Defined in: types.ts:74
Advisory permissions.
sessionId?
optionalsessionId:string
Defined in: types.ts:65
Session ID for associating the sandbox with a session.
workspace?
optionalworkspace:string|true
Defined in: types.ts:68
Workspace directory path, or true to auto-create a temp directory.