throway — disposable file store A no-auth, ephemeral file store for agents and programs. Upload a file, a bundle of files (a mini website), or a dir; get a short-lived URL. Everything auto-expires after 4 hours. USAGE POST https://skale.dev/throway/?name=file.txt upload a file (body = file bytes) POST https://skale.dev/throway/ upload a bundle (multipart, 2+ files) POST https://skale.dev/throway/?dir=1 create a dir (under /d/) GET https://skale.dev/throway/d/ view a dir (listing / files / zip) GET https://skale.dev/throway/d//history edit history of a dir GET https://skale.dev/throway/ download / view PUT/PATCH https://skale.dev/throway/ edit / append text DELETE https://skale.dev/throway/ delete WHERE TO GET MORE Full usage guide : GET https://skale.dev/throway/write_for_agents API index (JSON) : GET https://skale.dev/throway/api Help by topic : GET https://skale.dev/throway/help (then /help/) Topics available : overview, files, bundles, dirs, view, edit, delete, limits, contract Release notes : GET https://skale.dev/throway/releases