Ir al contenido

Connecting your n8n instance

Esta página aún no está disponible en tu idioma.

Each tenant can connect its own n8n instance to the Nekazari platform. Once connected, the platform can query workflows, executions, and trigger automations through n8n’s API.

  • A running n8n instance (self-hosted or cloud) accessible via HTTPS
  • TenantAdmin or PlatformAdmin role in Nekazari
  1. Log into your n8n instance
  2. Go to SettingsAPI
  3. Click Create API Key
  4. Copy the generated key — you won’t be able to see it again

n8n API key settings

  1. Go to the n8n module page at /n8n-hub
  2. Expand n8n Configuration (admin only)
  3. Enter your n8n URL (e.g., https://n8n.my-company.com)
  4. Paste your API key
  5. Click Test connection — you should see “Connection OK”
  6. Click Save

After saving, the module will use your n8n instance for all API calls. You should see workflow status and execution data from your instance.

The Open n8n button will link directly to your configured URL.

IssueSolution
Connection timed outCheck your n8n instance is running and accessible from the internet
HTTP 401Your API key may be invalid — generate a new one
HTTP 403Check the API key has sufficient permissions
Private IP rejectedOnly https:// URLs are accepted. Localhost/private IPs are not allowed in production

If you don’t have your own n8n instance, you can activate a hosted one from the module page (Enterprise included, or 4.99€/month as an addon). The platform will provision and manage an isolated n8n instance for your tenant.

See the n8n auto-provisioning documentation for details.