Skip to content

Documentation / @agentick/sandbox / SandboxSnapshot

Interface: SandboxSnapshot ​

Defined in: types.ts:96

Properties ​

id ​

id: string

Defined in: types.ts:101

Sandbox ID.


provider ​

provider: string

Defined in: types.ts:98

Provider name that created this sandbox.


state? ​

optional state: Record<string, unknown>

Defined in: types.ts:107

Provider-specific state for restoration.


workspacePath ​

workspacePath: string

Defined in: types.ts:104

Workspace path.

Released under the ISC License.