Store Secret
store_secretStore an encrypted secret in a target's vault. Common keys: LOGIN_EMAIL, LOGIN_PASSWORD (B2B shop auth), ga4_service_account (GA4 monitoring). Values are AES-256-GCM encrypted at rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Secret key (e.g. LOGIN_EMAIL) | |
| label | Yes | Human-readable label | |
| value | Yes | Secret value (will be encrypted) | |
| targetId | Yes | The target ID | |
| description | No | Optional description | |
| environment | No | Environment scope | PRODUCTION |