reveal_secret_via_send
Reveal a vault secret via an encrypted one-time Bitwarden Send. Configure TTL and max views; the secret stays client-side encrypted and only the URL fragment can decrypt it.
Instructions
Reveal a vault secret through a Bitwarden Send — an E2E-encrypted one-time URL. Creates a temporary Send with a configurable TTL and max-views limit. The secret value is encrypted client-side; only the URL fragment (never sent to server) can decrypt it. Blocked when READ_ONLY=1. Logs to DRY_RUN without creating a real Send when DRY_RUN=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact item name (case-sensitive) of the vault item to reveal. | |
| field | No | Field to reveal. Defaults to "value" (notes for api-key/password/note items, password for login items). Other options: "username", "password", "totp", "uri0" (or uri1, uri2, ...). | |
| max_views | No | Maximum number of times the Send URL can be accessed. Default 1, range [1, 100]. | |
| ttl_seconds | No | Bitwarden Send TTL in seconds. Default 300 (5 min), range [30, 86400]. |