Do Marketplace App Installations Get Separate Server Instances in Monday Code?

I’m using Monday Code (Server-Side Code) to deploy an app to the Monday.com marketplace, with the backend hosted via Monday.

I’d like to understand how server instances are handled once the app is live in the marketplace. When multiple clients install the app:

  • Does each client get their own isolated server instance, or

  • Do all installations run against a single shared server instance associated with my Monday.com account?

For example, if 10 different accounts install the app, will Monday provision 10 separate server instances, or will all 10 use the same server where the app was deployed?

3 replies