run_with_secret
Execute a command with a stored secret injected as an environment variable, so plaintext secrets never enter the agent's context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| command | Yes | ||
| timeout | No | ||
| secret_name | Yes | ||
| env_var_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |