bitatlas_upload_file
Encrypt and upload local files to a secure vault using client-side AES-256 encryption for privacy protection.
Instructions
Read a local file, encrypt it client-side with AES-256-GCM, and upload it to the vault. Requires BITATLAS_MASTER_KEY. Files over 100 MB are not supported via MCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute or relative path to the local file | |
| name | No | Override display name (defaults to the filename) | |
| category | No | File category | |
| folder_id | No | Destination folder ID (omit for root) |