secrets_set
Set one secret on a tool. It is injected as an environment variable of that name and the tool is restarted. Names are UPPER_SNAKE_CASE. Never echo the value back to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | UPPER_SNAKE_CASE environment variable name, e.g. STRIPE_KEY. | |
| tool | Yes | The tool's short name, for example 'finance', or 'acme/finance' to select its workspace. | |
| value | Yes | The secret value. | |
| workspace | No | Workspace slug to act in. Use this when you belong to several workspaces; whoami lists them. |