Reference

Reference

Manage what you've uploaded, and what's worth knowing before you rely on it.

Manage what you uploaded #

uploads list # see your files
uploads delete <key> # remove a file
uploads usage # storage used by your workspace
uploads --help # everything else

Good to know #

  • Hosted files are public. Anyone with the URL can view them, even media attached to private repositories. Don't upload secrets or sensitive UI.
  • Share pages support embeds. Every public file and gallery has a page at /f/… or /g/… withoEmbed discovery, so tools that unfurl links can show the media. The endpoint isGET /oembed?url=<page-url>&format=json.
  • Access is by invitation. There's no self-serve signup right now. If you'd like in, reach out via the GitHub repo.
  • Everything lands in your workspace. Files are stored under a prefix for your workspace, and PR/issue attachments get stable, predictable paths, so re-attaching an updated screenshot replaces the old URL's spot instead of littering.
  • Still early. uploads.sh is built in the open and APIs may change without notice. Don't depend on it for anything you can't afford to re-key.
Looking for deeper material like the REST API, enrollment internals, self-hosting, or operator docs? It all lives in the GitHub repository. Agents can also read /llms.txt for a machine-friendly index.