wyrm_vault_put
Store an encrypted secret (API key, token, credential) in this account's vault, keyed by name. Encrypted at rest with AES-256-GCM (per-account key). NOTE: cloud-tier vault is Worker-decryptable, not zero-knowledge. Re-putting a name overwrites it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | optional NON-secret label (safe to show in listings) | |
| name | Yes | secret name/key | |
| value | Yes | the secret value to encrypt | |
| workspace | No | Project/workspace to scope to (defaults to this connection's workspace; isolates work streams within your account) |