vault_detokenize
Converts valid vault tokens back to original plaintext values. Fails if any token is invalid; for mixed inputs, use the partial detokenization tool.
Instructions
Detokenize vault tokens to recover plaintext values.
Fails if any value in tokens is not a valid vault token
(format: vaultd_XXXX...). For mixed inputs (tokens and
non-tokens), use vault_partial_detokenize instead.
Rate-limited to 492 requests/month and 50 requests/second. Maximum 4096 values per call. Tokens are case-sensitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokens | Yes | Dict mapping user-defined keys to vault tokens (e.g. {"ssn": "vaultd_abc123...", "email": "vaultd_xyz456..."}). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||