Move workflow builds from one n8n instance to another and place them into the right project. Great for teams that promote from development to production or consolidate servers without manual export and import clicks.
A manual trigger starts the run. The flow first reads workflows from the source n8n and the destination n8n. It splits both lists, then uses a merge step to line up items so you can copy only what is needed. A code step logs the combined view for checks. Items are processed in batches of five. For each item, the system creates a new workflow in the destination with the same name, nodes, and connections. It then pulls the list of projects, filters to the one you want, and transfers each new workflow into that project. The loop continues until all items are done.
You will need two n8n API credentials, one for the source and one for the destination. Set the project filter to match your destination project by name and adjust the batch size if needed. Expect faster promotions, fewer mistakes, and a clear path to organize work by project. Useful for teams running dev and prod, admins merging instances, and anyone who needs a repeatable migration method.