Service/App deployment with Monday code

Hi everyone,

I’m a software developer and I’ve built several apps for my clients that could potentially benefit other Monday users. Initially, I considered deploying my service on AWS, but then I discovered Monday Code, which seems like a great option.

I have a couple of questions:

  1. Does Monday charge for hosting services on the Monday Code platform? I couldn’t find any information on this in the documentation.

  2. My service retrieves data from a client’s workspace, integrates with a third-party API, and updates the workspace. The service uses an API key to interact with the third-party API—where should this API key be stored when using Monday Code? (security wise…)

  3. How can I make my Monday Code service more generic, so that other clients who wish to integrate with the same third-party API can use their own API keys? (I plan to publish my app on the marketplace soon.)