Skip to content

SandboxClientConfig

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

Configuration for connecting to a sandbox worker.

Properties

baseUrl

baseUrl: string

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

Base URL of the sandbox worker (e.g. "http://localhost:8080").


secret?

optional secret?: string

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

Shared secret for authenticating with the sandbox worker.


timeoutMs

timeoutMs: number

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

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