vault_partial_detokenize
Detokenize vault tokens while passing non-token values through unchanged. Handles mixed inputs without errors.
Instructions
Detokenize vault tokens, passing non-token values through unchanged.
Unlike vault_detokenize, this does not fail when non-token values
are present. Valid tokens are detokenized; all other values are
returned as-is.
Rate-limited to 492 requests/month and 50 requests/second. Maximum 4096 values per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | Dict mapping user-defined keys to vault tokens or plaintext strings. Non-token values are passed through (e.g. {"ssn": "vaultd_abc123...", "name": "already-plaintext"}). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||