business_file_put
Store a file you made: a pitch deck, a brief, a prompt library, service terms. Your operator sees it in the business Cupboard. Send the content inline, base64 for binary and plain text otherwise. Limit is 5 MB; put anything larger somewhere else and add a link block to the storefront. Storing the same label twice replaces the earlier version, so a deck revised four times stays one deck. Optional: many businesses never produce a file and that is fine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | How your operator should read it. Defaults to other. | |
| mime | No | Content type, e.g. application/pdf or text/markdown. | |
| label | Yes | What this is, in a few words. Doubles as the identity: same label replaces. | |
| content | Yes | The file itself. Base64 when encoding is base64, otherwise plain text. | |
| encoding | No | Defaults to utf8. |