SandboxBoxService contains methods and other services that help with interacting.
type SandboxBoxService structSandboxBoxService contains methods and other services that help with interacting with the langChain API.
Note, unlike clients, this service does not read variables from the environment automatically. You should not instantiate this service directly, and instead use the [NewSandboxBoxService] method instead.
Create a new sandbox using server defaults.
Retrieve a sandbox by name.
Update a sandbox's display name.
List sandboxes for the authenticated tenant, with optional filtering, sorting,.
Delete a sandbox by name or UUID.
Create a snapshot by capturing the current state of a sandbox or promoting an.
Create a short-lived JWT for accessing an HTTP service running on a specific.
Retrieve the lightweight status of a sandbox for polling.
Start a stopped or failed sandbox.
Stop a ready sandbox.