{"name":"Stash (File Hosting)","description":"Upload and host any file (images, videos, audio, PDFs, documents, etc.) on a global CDN. Get a public URL instantly. Input: `data` (base64-encoded file content), `filename` (with extension, e.g. \"photo.jpg\"), `contentType` (optional MIME override), `slug` (optional custom URL ID), `ttlDays` (1-90, default 30). Returns: `url` (public file URL), `id`, `filename`, `contentType`, `bytes`, `expiresAt`. Files are served with correct content-type headers. Images, video, audio, and PDFs display inline; other types download. Max file size: 50MB via /run (base64), 95MB via /upload (multipart). For multipart uploads, POST to /upload with form field \"file\" and optional \"slug\" and \"ttlDays\" fields."}