store_secret
Store a secret in the credentials broker for later retrieval by identifier, enabling secure access to credentials without exposing raw values.
Instructions
Store a secret in the credentials broker. This secret can then be referenced using get_secret.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name/identifier for the secret | |
| tags | No | Optional tags for organizing secrets | |
| value | Yes | The secret value to store |