We recently released object storage (BLOB) for monday code, enabling apps to store and manage large files directly within monday infrastructure.

Object storage supports large, unstructured data such as media files, documents, exports, and AI-generated assets. Each app receives one managed storage bucket, along with SDK methods for uploading, downloading, listing, and deleting files, as well as accessing file metadata.

This removes the need for external storage services and eliminates workarounds for storage limits when building file-heavy workflows.

👉 Learn more in the documentation.


We recently made improvements to developer accounts to help you build for more use cases and test your apps across the monday.com product suite.

These updates include:

  • Full product access across monday Work Management, CRM, Service, and Dev
  • Up to 10 users per developer account
  • 25,000 automation or integration actions per month and a 10M API complexity limit

If your app requires additional testing capacity, you can now submit a request for higher limits.

👉 Learn more in the community here.

Starting February 2nd, 2026, the monday code Secure Storage limits will be reduced from 30 requests per second to 7 requests per second. This change is part of our ongoing efforts to improve the stability and reliability of monday code.

This update will affect a very small number of apps that currently fetch tokens from Secure Storage without using any caching mechanism.

👉 Read more in the community post here.

We are consolidating all automation feature creation into a single workflows-based infrastructure powering the new automation builder, monday workflows, and monday sidekick.

Apps using the legacy Integration for sentence builder feature must migrate by April 30, 2026, to remain available in new automation creation experiences. Existing automations will continue to run during the transition, and a self-service migration wizard is available in the Developer Center to complete the migration.

Read the full announcement in our developer community, our learn in our documentation:

You can now build Sidekick skill app features to define custom actions triggered by natural-language requests in monday sidekick. This allows users to run app actions through sidekick without navigating menus, configuring automations, or switching tools.

👉 Learn more about building skills here.

We're gradually rolling out the new active version capability, which lets you test a specific version of your app in your local environment without impacting end users or other app collaborators. By default, the most recently created version is set as your active version, but you can manually designate any live or draft version.

How to set an active version:

  1. Under Manage in the left-side menu, open the App versions tab.
  2. Find the version you want to test and click the three dots in the Actions column.
  3. Select Set as active for me.

👉 Learn more about app versioning here. .

We are adding Israel (IL) as our fourth monday code hosting region, joining our existing locations in the US, AUS, and EU.

  • Multi-region apps: Deployment to the IL region will now be mandatory when promoting a new version to Live.
  • monday code scheduler: The scheduler is not supported in the IL region. If your app relies on scheduled jobs, please plan your regional logic accordingly.

Be sure to review your draft app versions in the Developer Center, ensure your CI/CD or manual deployment steps include the new IL region flag, and verify that your app can handle the lack of scheduler support in IL without breaking core functionality.

👉 Learn more about multi-region support here.


The new monday code Document DB is a MongoDB-compatible persistent storage solution fully hosted on monday.com’s infrastructure. It lets you securely store and manage your app’s data without managing your own database.

👉 Learn more in the documentation

We’re rolling out a new monday code Security Scanning feature that analyzes your code during deployment to identify vulnerabilities, affected file paths, and relevant CVEs. The scan provides actionable insights to help you understand and mitigate security risks.

You can run scans, view a human-readable summary, and download the full JSON results directly through the CLI. The scan is informational only and will not block your deployments.

We introduced column views, enabling apps to create custom interactive experiences for status, people, formula, and dropdown columns in monday.com.

You can now build domain-specific, integrated columns that provide contextual in-column experiences. Custom dialogs can be triggered on click, hover, or from column settings, and you can also choose to override the native settings dialog.

These capabilities provide flexible interactions, smooth UI integration, and powerful logic for custom workflows.

👉 Explore more in the documentation.