upload_file
Upload local files to BrandKity workspace storage and receive public URLs for use in brand assets such as fonts, logos, images, or documents.
Instructions
Upload any file from the local filesystem to your BrandKity workspace storage (R2). Returns a public URL you can use in other tools. Common use cases: • Font files (.ttf, .otf, .woff, .woff2) → use returned URL in add_typography asset_url • Kit logo or cover image → use returned URL in update_kit logo_url/cover_image_url • General brand assets → manage from your file library Supported: images (PNG, JPG, SVG, WebP), video (MP4, WebM), fonts (TTF/OTF/WOFF/WOFF2), documents (PDF, DOCX, PPTX), ZIP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the local file, e.g. '/Users/jane/fonts/BrandFont-Regular.woff2' | |
| tags | No | Comma-separated tags to label this file, e.g. 'font,brand,primary' |