Adding AI Assistant env var (#3879)

This commit is contained in:
Kartik Balasubramanian
2025-11-14 18:52:54 +00:00
committed by GitHub
parent 4ddc1160a4
commit f976367bf7
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
title: AI Assistant environment variables
description: Environment variables to configure AI Assistant.
contentType: reference
tags:
- environment variables
hide:
- toc
- tags
---
# AI Assistant environment variables
| Variable | Type | Default | Description |
| :------- | :---- | :------- | :---------- |
| `N8N_AI_ASSISTANT_BASE_URL` | String | (empty) | Base URL of the AI assistant service, specified as `https://ai-assistant.n8n.io `. Required if you self-host n8n and want to enable the AI Assistant. |

View File

@@ -1193,6 +1193,7 @@ nav:
- Configuration:
- Environment variables:
- Environment variables overview : hosting/configuration/environment-variables/index.md
- AI Assistant: hosting/configuration/environment-variables/ai-assistant.md
- Binary data: hosting/configuration/environment-variables/binary-data.md
- Credentials: hosting/configuration/environment-variables/credentials.md
- Database: hosting/configuration/environment-variables/database.md