Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions self-host/enterprise-on-prem.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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](/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.

<Tip>
If you need help enabling features or troubleshooting your deployment, contact the Lightdash team.
</Tip>

## Migration from OSS

If you're migrating from the open-source version to Enterprise Edition:
Expand Down