Move n8n workflows between instances without manual rebuilds. Guided forms help you pick a source, choose a workflow, map credentials, and create it on the target. Ideal for teams that promote workflows from dev to test to production.
The flow starts from a form submission. You can fetch workflows from a remote n8n instance using its base URL and API key, or upload a workflow JSON file. It lists workflows and sorts them by last update so you can pick the right one. It scans all nodes, finds used credentials, removes duplicates, and maps them by name. It exports local credentials with the n8n CLI, creates empty placeholders for missing ones, replaces credential links in the workflow, and then creates the final workflow on the target. You get clear error and success pages.
Setup needs instance details in a Settings node with name, apiKey, and baseUrl. Protect the forms with Basic Auth if needed. You need API keys for each source instance and permission to run the n8n CLI for credential export. Expect faster migration, fewer errors, and consistent credential mapping. Great for teams moving work across environments or merging workspaces.