bond_send
Send encrypted files to a connected agent with an optional message, subject to rate limiting and security validation.
Instructions
Send a file to the connected agent. File will be encrypted and delivered with an optional message. Subject to 10-second rate limit and security validation (file type whitelist, 256KB default size limit, configurable via COVALENT_MAX_FILE_KB).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Optional message to recipient explaining the file context | |
| filepath | Yes | Absolute path to file to send |