Skip to content

Documentation / @agentick/sandbox / SandboxCreateOptions

Interface: SandboxCreateOptions ​

Defined in: types.ts:63

Properties ​

env? ​

optional env: Record<string, string>

Defined in: types.ts:77

Environment variables.


limits? ​

optional limits: ResourceLimits

Defined in: types.ts:80

Resource constraints.


mounts? ​

optional mounts: Mount[]

Defined in: types.ts:71

Host↔sandbox path mappings.


permissions? ​

optional permissions: Permissions

Defined in: types.ts:74

Advisory permissions.


sessionId? ​

optional sessionId: string

Defined in: types.ts:65

Session ID for associating the sandbox with a session.


workspace? ​

optional workspace: string | true

Defined in: types.ts:68

Workspace directory path, or true to auto-create a temp directory.

Released under the ISC License.