uploads.sh — bash
$ whatis uploads.sh
uploads.sh (1) - workspace-scoped file hosting for agents & humans
$ curl -X PUT https://api.uploads.sh/v1/default/files/shot.png \
-H "Authorization: Bearer $UPLOADS_TOKEN" --data-binary @shot.png
{ "workspace": "default", "url": "https://storage.uploads.sh/f/x7q2/shot.png" }
$ systemctl status uploads-api
● active (running) since 2026-07-06; cloudflare workers · r2 · files-sdk
public access: by invitation (internal tooling, for now)
$ cat /etc/motd
source & roadmap → github.com/buildinternet/uploads
$