Skip to content

Documentation / @agentick/sandbox / Mount

Interface: Mount

Defined in: types.ts:147

Properties

host

host: string

Defined in: types.ts:149

Host filesystem path.


mode?

optional mode: "ro" | "rw"

Defined in: types.ts:155

Mount mode. Default: "rw".


sandbox

sandbox: string

Defined in: types.ts:152

Sandbox filesystem path.

Released under the ISC License.