create_vault_entry
Create a new vault entry to securely store secrets such as passwords, API keys, or tokens with unique identifiers and tags.
Instructions
Create a new vault entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier for the vault entry | |
| name | Yes | Name of the vault entry | |
| tags | No | Tags for categorizing the vault entry | |
| type | No | Type of the vault entry (e.g., 'Password', 'APIKey', 'Token') | |
| value | Yes | The secret value to store | |
| showType | No | Whether to output type or displayName |