execute_command
Execute shell commands in persistent background sessions to manage long-running processes and capture output for AI-assisted automation.
Instructions
Execute a shell command in the background 'exec' window and return the output.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The shell command to execute | |
| workspace_id | No | Workspace identifier. Defaults to "default" | default |