Share one or more files with another agent
share_fileUse this when another AI agent (a different machine, model or chat session) or a person needs access to one or more files. Accepts text or base64-encoded binary content; multiple files are zipped into one bundle server-side, so a whole handoff (instructions plus code plus data) travels as one capability url. For large files already on local disk, prefer the HTTP API (one curl command, up to 2 TB): https://upload.83blue.com/docs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | ||
| password | No | Optional custom password (8-64 chars); a strong one is generated when omitted | |
| bundle_name | No | Zip name used when more than one file is sent | handoff-bundle.zip |
| expires_days | No | Days until the file is deleted (1-180, default 30) |