n8n Integration Guide

Deploy your GU-APE designs directly to n8n or export for manual setup.

Setting Up n8n Connection

01

Get Your n8n API Key

Log into your n8n instance and navigate to Settings > API. Create a new API key with the appropriate permissions for workflow creation.

02

Configure Credentials in GU-APE

Open GU-APE and go to Profile > n8n Connection. Enter your instance URL (e.g., https://n8n.example.com) and paste your API key.

03

Test the Connection

Click 'Test Connection' to verify GU-APE can communicate with your n8n instance. You should see a success message.

Export Options

Direct Deploy

Push your design directly to n8n with one click. Requires API key configuration.

One-click deployment
Automatic workflow creation
No manual steps

JSON Export

Download your design as standard n8n workflow JSON for manual import.

Works offline
Manual control
Backup and version control

Manual n8n Import

  1. Export your workflow as JSON from GU-APE
  2. Open your n8n instance in a browser
  3. Click 'Workflows' then 'Import from JSON'
  4. Paste your workflow JSON or upload the file
  5. Save and activate the workflow

Troubleshooting

Problem: Connection refused

Solution: Verify your n8n instance URL is correct and includes https://. Ensure your n8n instance is running and accessible.

Problem: Authentication failed

Solution: Check that your API key is correct and hasn't expired. Regenerate the key if necessary and update your GU-APE credentials.

Problem: Workflow not activating

Solution: Some nodes require credentials to be set up in n8n. Import the JSON manually and configure credentials there.

Problem: Node not supported

Solution: GU-APE supports standard n8n nodes. Custom or community nodes may not be available. Check the node reference for supported types.

Ready to Deploy?

Configure your n8n connection and start deploying.

Launch Application