Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt

Use this file to discover all available pages before exploring further.

Zo can execute shell commands in a bash session, allowing for system operations, script execution, and command-line automation. Use cases include: System automation (execute scripts, manage files, automate tasks), Data processing (process files, run analysis scripts, manage datasets), Environment setup (install packages, configure environments).

Parameters

cmd_list
string[]
required
A list of shell command strings to execute in order.
cwd
string
default:"/home/workspace"
The working directory in which to execute the commands. Defaults to the user’s workspace root.