store_secret
Store a secret in an encrypted vault using AES-256-GCM, so the value never appears in LLM conversation transcripts.
Instructions
Store a secret in the encrypted vault. The value is encrypted with AES-256-GCM before storage. The secret value is never visible in the LLM conversation transcript after this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A unique name for the secret (e.g., OPENAI_API_KEY, DATABASE_URL) | |
| value | Yes | The secret value to encrypt and store |