Changelog
New

Connected storage in rb, MCP, n8n and Activepieces

Send job outputs to your own bucket and browse the files in it from rb, the local MCP server, n8n and Activepieces.

CLI MCP Docs

Connected storage works outside the API and SDK now. Every client can write a job’s output to a bucket connected on the Storage page and list the files already in it.

  • rb 1.13.0. Add --deliver storage://<connection>/<folder> to rb ffmpeg, rb generate or rb edit. rb waits for the delivery, prints where it landed, and exits 1 if it did not land. rb storage list and rb storage ls <id> browse a bucket. See the CLI docs.
  • Local MCP server 1.12.0. submit_job takes destinations, get_job reports deliveries, and list_storage and list_storage_files give an agent the connection id and the file path. See the MCP server docs.
  • n8n node 0.6.0. Job › Create has a Destinations option, the Rendobar Trigger fires on Job Deliveries Settled, and the Storage Connection and Storage File resources list connections and files. See the n8n docs.
  • Activepieces piece 0.2.0. Run a Media Job has Deliver To, Finished Job has a Storage deliveries settled outcome, and two new actions find connections and list files. Install or update @rendobar/piece-rendobar from your pieces settings.

An API key made before September 13, 2026 cannot read storage, so listing a bucket needs a new key, or rb login again for the CLI. Delivering with destinations works with any key. More in the storage docs.

Share