Skip to content

Documentation / @agentick/sandbox / Permissions

Interface: Permissions ​

Defined in: types.ts:160

Properties ​

childProcess? ​

optional childProcess: boolean

Defined in: types.ts:173

Child process spawning. Default: true.


fs? ​

optional fs: boolean

Defined in: types.ts:162

Filesystem access. Default: true.


inheritEnv? ​

optional inheritEnv: boolean

Defined in: types.ts:176

Inherit host environment variables. Default: false.


net? ​

optional net: boolean | NetworkRule[]

Defined in: types.ts:170

Network access. Default: false.

  • false — deny all (default)
  • true — allow all
  • NetworkRule[] — apply rules in order, first match wins, default deny

Released under the ISC License.