Source code of the sandboxed module (same format as SandboxedToolSpec.code).
The argument object passed to the run(input) entry point.
APIs the sandbox is permitted to call. Anything not listed is blocked.
Maximum heap memory in megabytes the sandbox process may consume. The executor terminates the process if this limit is exceeded.
128
Maximum wall-clock time in milliseconds before the sandbox is forcibly killed and an error is returned.
5000
Input to the sandbox executor for running a single sandboxed tool invocation.