upload_file
Get a direct upload URL for uploading a binary or text file to an app. Returns a one-time URL valid for 5 minutes — use the Bash tool to POST the file with curl (no base64, raw binary). Works for images, fonts, archives, or any file type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App ID (UUID) or subdomain | |
| path | Yes | Destination file path in the app (e.g. "public/logo.png", "assets/font.woff2") |