Documentation Index
Fetch the complete documentation index at: https://docs.dedaluslabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Run a command
Execute is asynchronous: create returns immediately, you poll until , then fetch output.Create
Start an execution. Returns immediately.Parameters
Parameters
The machine to run the command on.
argv array. The first element is the executable; the rest are arguments.Bytes to pipe to the process’s stdin.
Extra environment variables for this process.
Working directory.
Hard kill after this many milliseconds.
Retrieve
Get the current state of an execution. Use this to poll until terminal.Parameters
Parameters
List
List executions on a machine, newest first.Parameters
Parameters
Delete
Cancel a running execution. No-op if already terminated.Parameters
Parameters
Events
Per-execution event log: stdout/stderr chunks plus lifecycle transitions. Cursor-paginated.Parameters
Parameters
Output
Output returns the command’s capturedstdout and stderr after the execution finishes.
