Development and Production Environments

I am thinking to use n8n for automation for a relatively simple project. I do want to have a development environment and a production environment. Most automation tools, e.g. Make, etc. do not support multiple environments. I am not very tech savvy, so I won’t be hosting n8n myself; I will use the n8n cloud. But it seems that only the enterprise plan supports multiple environments. How much does a enterprise plan cost? Is it possible to use the Pro plan to get 2 environments?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

You could sign up for 2 accounts with different email and use github to push flows from dev to prod with a workflow built in n8n.

I haven’t not started yet. I am planning to use n8n cloud. I am just trying to find out how to have a dev and production environment with a Pro plan.

Thanks for the reply. I have one app with dev/prod environment that will connect to Salesforce dev/prod environment through n8n. So I can build the workflows in n8n with dynamic urls/webhooks controlled by an variable. Then I can save the workflows in github and then push to prod. Does this sound correct?