Create Attachment
keychain_create_attachmentAttach base64-encoded file bytes to an existing vault item. Returns updated item summary with secrets hidden unless reveal is allowed.
Instructions
Attach base64-encoded file bytes to an existing item. Returns the updated item summary with normal redaction rules, so secrets stay hidden unless reveal is allowed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Parent Bitwarden item id for attachment or item-specific operations. | |
| filename | Yes | Visible attachment or send filename stored in Bitwarden metadata. | |
| contentBase64 | Yes | Base64-encoded file bytes, not a filesystem path. | |
| reveal | No | Whether secret values are returned; default false and can be forced false by NOREVEAL. |