auth_set
Create or update API keys and credentials in an encrypted vault, returning metadata with masked preview to keep secrets hidden.
Instructions
Create or update an API key / credential in the vault.
Args: name: Unique name for the credential, e.g. "openai" or "stripe-live". value: The secret value (API key, token, password...). Never echoed back. description: Optional human-readable note shown in listings.
Returns: Metadata for the saved credential (with a masked preview only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||