tenki_get_upload_url
Get a short-lived signed URL to upload binary files to a sandbox path via HTTP PUT. Use for large or non-text payloads that cannot be written with a regular file write.
Instructions
Get a short-lived signed URL to upload (HTTP PUT) a binary file to a path inside a sandbox. Use for non-text payloads too large or binary for tenki_write_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Destination path in the sandbox, e.g. /home/tenki/data.bin | |
| session_id | Yes | Sandbox session id (UUID), from tenki_create_sandbox or tenki_list_sandboxes. | |
| content_type | No | MIME type of the upload, e.g. application/octet-stream. |