For the complete documentation index, see llms.txt. This page is also available as Markdown.

n8n Self Hosted

Connection Requirements

1 - URL

The network address of your self-hosted n8n instance. Please enter the URL without the http:// or https:// prefix. (default: n8n.yourcompany.com)

2 - N8N API Key

  • Log in to your n8n instance or dashboard.

  • Navigate to the Settings menu in the bottom-left corner.

  • Select the n8n API tab and click Create API Key.

  • Provide a name for your API key and complete the creation process.

Make sure to save your generated API key in a secure location. This key is required for the OctoXLabs integration.

3 - Port

Port number (default: 5678).

4 - Is Secure?

Choose this if your connection is going to be over HTTPS (optional, default: True).

5 - Per Page

Number of records to fetch per request (default: 250).

6 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

7 - Proxy

Proxy URL (optional).

Last updated