Send Create
keychain_send_createCreate a Bitwarden Send quickly with text or file content. Set expiration, access limits, and optional password protection.
Instructions
Quick-create a Bitwarden Send through bw send. Use type=text with text, or type=file with filename plus contentBase64; deleteInDays controls expiration deletion, maxAccessCount limits accesses, and password protects the Send. For advanced JSON templates or edits, use send_create_encoded and send_edit instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Send payload type: text uses text; file uses filename plus contentBase64. | |
| text | No | Text content for type=text Sends. | |
| filename | No | Visible filename required with contentBase64 for file sends. | |
| contentBase64 | No | Base64-encoded file bytes for file sends, not a filesystem path. | |
| deleteInDays | No | Days until Bitwarden automatically deletes the Send (1-3650). | |
| password | No | Optional Send access password required by recipients. | |
| maxAccessCount | No | Maximum number of Send accesses before it becomes unavailable. | |
| hidden | No | Hide text Send content by default when recipients open it. | |
| name | No | Optional Send display name. | |
| notes | No | Optional private notes on the Send. | |
| fullObject | No | Ask bw send to return the full Send object when supported. |