ingress_endpoint, not https://api.tensorlake.ai.
Include
Authorization: Bearer $TENSORLAKE_API_KEY on requests to the sandbox proxy.Start Process
Launch a new process inside a sandbox.
Run Process
Start a non-interactive process and stream output until exit.
List Processes
Enumerate the processes tracked by the sandbox daemon.
Get Process
Inspect the current status and metadata for one process.
Send Signal
Deliver a POSIX signal such as
SIGTERM or SIGKILL.Process Stdin
Write to stdin or close stdin for a running process.
Get Output
Read captured stdout, stderr, or combined output.
Follow Output
Replay existing output and follow new output over SSE.
Kill Process
Force-terminate a running process with
SIGKILL.