store_secret
Encrypt and store secrets like API keys, tokens, or credentials with AES-256-GCM. Requires label, type, service, and value.
Instructions
Store an API key, access token, or other secret encrypted with AES-256-GCM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Human-readable label | |
| kind | Yes | Type of secret | |
| service | Yes | Service or system (e.g. 'openai', 'github', 'stripe') | |
| value | Yes | The secret value (token, API key, etc.) | |
| description | No | Optional description | |
| expiresAt | No | Optional expiry date (ISO 8601) | |
| scopes | No | Optional permission scopes | |
| extra | No | Optional extra metadata | |
| tags | No | Tags for organization |