From 69ee3ef6b76519df19a58d9c06b8931b47d33572 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:48:13 +0000 Subject: [PATCH 1/2] Add post-license activation details to enterprise on-prem guide Generated-By: mintlify-agent --- self-host/enterprise-on-prem.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/self-host/enterprise-on-prem.mdx b/self-host/enterprise-on-prem.mdx index a8d11348..9d811712 100644 --- a/self-host/enterprise-on-prem.mdx +++ b/self-host/enterprise-on-prem.mdx @@ -42,6 +42,23 @@ License validation requires outbound access to `https://api.keygen.sh`. For detailed configuration instructions, see [Enterprise License Keys](/self-host/customize-deployment/enterprise-license-keys). +### After activating your license key + +Once your license key is active, most Enterprise features are controlled by environment variables. To enable a specific feature, you'll need to set the corresponding variable: + +| Feature | Environment variable | Documentation | +|---------|---------------------|---------------| +| Custom roles | `CUSTOM_ROLES_ENABLED=true` | [Custom roles](/references/workspace/custom-roles#custom-roles) | +| AI agents | `AI_AGENTS_ENABLED=true` | [AI agents](/guides/ai-agents) | +| Caching | `RESULTS_CACHE_ENABLED=true` | [Caching](/self-host/customize-deployment/environment-variables#caching) | +| Embedding | `EMBEDDING_ENABLED=true` | [Embedding](/self-host/customize-deployment/environment-variables#embedding) | + +You can [search "enterprise" on the environment variables page](/self-host/customize-deployment/environment-variables) to see all variables that require an Enterprise license key. + + +If you need help enabling features or troubleshooting your deployment, contact the Lightdash team. + + ## Migration from OSS If you're migrating from the open-source version to Enterprise Edition: From 4f6a696d65380dc0e1c55a6d2906776a6fcfc1c8 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:56:06 +0000 Subject: [PATCH 2/2] Fix caching and embedding links in enterprise feature table Generated-By: mintlify-agent --- self-host/enterprise-on-prem.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/self-host/enterprise-on-prem.mdx b/self-host/enterprise-on-prem.mdx index 9d811712..8fa977b9 100644 --- a/self-host/enterprise-on-prem.mdx +++ b/self-host/enterprise-on-prem.mdx @@ -50,8 +50,8 @@ Once your license key is active, most Enterprise features are controlled by envi |---------|---------------------|---------------| | Custom roles | `CUSTOM_ROLES_ENABLED=true` | [Custom roles](/references/workspace/custom-roles#custom-roles) | | AI agents | `AI_AGENTS_ENABLED=true` | [AI agents](/guides/ai-agents) | -| Caching | `RESULTS_CACHE_ENABLED=true` | [Caching](/self-host/customize-deployment/environment-variables#caching) | -| Embedding | `EMBEDDING_ENABLED=true` | [Embedding](/self-host/customize-deployment/environment-variables#embedding) | +| Caching | `RESULTS_CACHE_ENABLED=true` | [Caching](/guides/developer/caching) | +| Embedding | `EMBEDDING_ENABLED=true` | [Embedding](/references/embedding) | You can [search "enterprise" on the environment variables page](/self-host/customize-deployment/environment-variables) to see all variables that require an Enterprise license key.