vault_store
Store a credential securely in the vault without exposing its values. Returns an opaque handle for future reference.
Instructions
Store a new credential in the vault. Returns an opaque handle — you will never see the credential values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Human-readable label for the credential | |
| schema_type | Yes | Type: username_password, api_key, api_key_pair, database, ssh_key, oauth, custom | |
| fields | Yes | Credential fields (key-value pairs) | |
| tags | No | Comma-separated tags |