Skip to main content
News

New: Object storage (BLOB) for monday code

Related products:Apps Frameworkmonday code
  • February 9, 2026
  • 1 reply
  • 43 views

Shahar-monday
Forum|alt.badge.img

We’re introducing Object storage for monday code (BLOB), a native way for apps to store large files directly within the monday infrastructure.

Object storage is designed for large, unstructured data such as media files, documents and generated assets. It enables apps to store and retrieve files efficiently and cost-effectively, without relying on external storage services.

Why this matters

Many apps need to store or generate files: exports, media assets, AI outputs, or reports. Until now, this often meant working around storage limits or integrating third-party file storage.

With native Object storage, you can:

  • Store large files at scale without hitting existing storage limits 

  • Keep all customer data within monday, increasing trust and simplifying governance

  • Eliminate external storage setup, credentials, and operational overhead

  • Build file-heavy and AI-driven workflows more easily.

If your app creates, processes, or persists files, Obejct storage is the right foundation.

What you can do

Each app gets one managed storage bucket, with new SDK methods to:

  • Upload files from the client or server

  • Download, delete, and list files

  • Access file metadata

👉 Read the full documentation to learn how to use Object storage and get started

1 reply

Forum|alt.badge.img

This is great. Was waiting for something like this for a long time. Kudos to the team.

 

Question - Is there a way to access this directly from the client side app sdk? Like how the current monday storage works.

 

This will make it easier for fully client side applications like ours, and remove the need for maintaining additional server side code.