Multi tenacy for an n8n workflow

Hey chat
Currently I’ve build an AI social media agent, and instead of pitching this workflow to individual KOLs, I actually want to build a SAAS product from it, which from my understanding as a non-developer, a multi-tenacy n8n workflow.
I’ve read several community notes, and some suggest getting an embed license. My question is, as a non-developer who doesn’t understand technical terms in depth, what is the best way to transform my n8n workflow into a multi-tenancy SAAS that allows multiple users to use and share the workflow via a frontend at the same time?

Hey bro

Thanks for the reply. How exactly could I achieve that? Lets say i wont be sure how many users i will have, can the dashboard automatically determine how many users, and thus create the number of workflows?

@Bringasher

Thanks for the detailed response!

  1. When you say store a workflow configuration, does that mean the json code of that workflow?
  2. May I know which n8n api are you talking about? And could the trigger be achieved by a main n8n workflow (when new data received from the frontend, create a new ai agent sub workflow automatically)?
  3. I will be simply using an apify tool to take cookies credentials from the user, which could automatically help them post on twitter. Doesnt require a more complicated process in logging in in the website, just a simple question form that takes in the cookies credentials.
  4. Is there a video dedicated to teaching how to implement this n8n api?

Thanks for the solution @Bringasher ! Will try it out!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.