Skip to main content
Execute Bash commands in the current working directory, returns stdout and stderr. API keys configured via env_config are automatically injected into the environment.

Dependencies

No extra dependencies, available by default.

Parameters

ParameterTypeRequiredDescription
commandstringYesCommand to execute
timeoutintegerNoTimeout in seconds

Use Cases

  • Install packages and dependencies
  • Run code and tests
  • Deploy applications and services (Nginx config, process management, etc.)
  • System administration and troubleshooting