Execute command with auto-spawned sandbox
Run a command over HTTP by automatically provisioning (or reusing) a sandbox session. Use ephemeral=true for stateless execution. Use workspace (name or UUID) for persistent workspace-backed execution.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
SandboxExecPersistentRequestDoc
OR
SandboxExecEphemeralRequestDoc
Response
Command executed
background
command
ephemeral
kind
session_id
status
command_id
exit_code
output
output_truncated
pid
workspace
workspace_id
