Skip to content

SandboxClientConfig

Defined in: src/sandbox/client.ts:10

Properties

baseUrl

baseUrl: string

Defined in: src/sandbox/client.ts:12

Base URL of the sandbox worker.


secret?

optional secret?: string

Defined in: src/sandbox/client.ts:16

Shared secret for authenticating with the sandbox worker.


timeoutMs

timeoutMs: number

Defined in: src/sandbox/client.ts:14

Request timeout in ms (used for tool execution and polling interval upper bound).