π This page is for engineering teams self-hosting their own Lightdash instance. If you want to learn about enterprise features and pricing, go to lightdash.com/pricing.
Get a license key
- Contact the enterprise team β schedule a call to discuss your requirements.
- Receive your key β the Lightdash team will share the key with you, typically via 1Password.
Apply the license key
SetLIGHTDASH_LICENSE_KEY on every Lightdash container: backend, scheduler, and workers.
- Environment variable
- Helm (Kubernetes)
- Docker Compose
License validation and network requirements
On server start, Lightdash validates the license key by making an outbound HTTPS request to the Keygen license validation API:- Endpoint:
https://api.keygen.sh - Purpose: validates the key provided in
LIGHTDASH_LICENSE_KEY - When: on every Lightdash server start
Your Lightdash instance must be able to reach
https://api.keygen.sh on server start. This is the only external network request required to run Lightdash with enterprise features. If your environment restricts outbound traffic, allow-list this endpoint in your firewall or proxy.If you also enable the optional organization roadmap, the backend makes outbound requests to https://roadmap.lightdash.com β allow-list that domain too.Verify the license
After applying the key and restarting:- Log in as an admin user.
- Open Settings β Organization.
- Confirm the Enterprise Edition badge is present.
Features
AI agents
AI Analyst and AI agents bring natural-language querying, AI-generated charts, and agents that answer questions in-app and in Slack. SetAI_COPILOT_ENABLED=true and configure a model provider β see AI agents. Every other AI feature below assumes this one is enabled first.
Data apps
Data apps are AI-generated React apps, built inside an isolated sandbox and served from an S3-compatible bucket. SetAPPS_RUNTIME_ENABLED=true with a sandbox provider, a model provider, and a bucket β see data apps.
AI writeback
Beta AI writeback lets an agent edit the dbt repository behind a project and open a pull request with the change. Enable theai-writeback feature flag and configure the writeback sandbox and its Anthropic key β see AI writeback.
MCP
Lightdash can expose a Model Context Protocol server at/api/v1/mcp for AI assistants to query the semantic layer. Set MCP_ENABLED=true β see MCP for connecting assistants and network requirements.
Multi-agent Slack channels
Beta Multi-agent Slack channels let one Slack channel host every AI agent in the organization, with the AI Router picking the best-fit agent per question. Requires AI agents and the Slack integration. Set:Embedding
Embedding renders Lightdash dashboards, charts, data apps, and AI agents inside your own product, authenticated with a JWT signed by an embed secret. Set:LIGHTDASH_IFRAME_EMBEDDING_DOMAINS is the comma-separated allow-list of origins (protocol included, no trailing slash) permitted to iframe Lightdash β if an embed URL loads on its own but the iframe stays blank, the host origin is missing from this list. Restart the backend, then generate an embed secret from Project settings β Embed configuration. The embedding variables reference covers the optional settings, including the embed event system.
Pre-aggregates
Pre-aggregates materialize aggregated tables to S3 and route matching queries to DuckDB instead of your warehouse. They need NATS, an S3-compatible bucket, and a dedicated worker deployment alongside the flag β see pre-aggregates.Custom roles
Custom roles let organization admins define roles with a chosen set of permission scopes, beyond the built-in Admin, Developer, Editor, and Viewer roles. Set:Service accounts
Service accounts are userless, scoped credentials for CLI and API access that outlive their creator. Set:SCIM
SCIM 2.0 automates user and group provisioning from an identity provider such as Okta, Azure AD, or OneLogin. Set:AUTH_ENABLE_OIDC_TO_EMAIL_LINKING=true β without it, Lightdash tries to create a new user on SSO sign-in and fails because the email is already taken by the SCIM-provisioned user. Restart the backend, then follow SCIM integration for the provider-side setup.
Enterprise SSO providers
SSO providers such as Google Workspace are available on all plans, but Okta, Azure AD, OneLogin, generic OIDC, Snowflake OAuth, and Databricks OAuth require the license key on self-hosted instances β see Configure SSO for self-hosted Lightdash for the full setup.Troubleshooting
If enterprise features are unavailable after applying the key:- Confirm
LIGHTDASH_LICENSE_KEYis set on every Lightdash container (backend, scheduler, workers). - Confirm every container was restarted after adding the key.
- Confirm the per-feature environment flag is set (for example,
AI_COPILOT_ENABLED=truefor AI Analyst). - Confirm the server can reach
https://api.keygen.sh. - Check the Lightdash logs for license-related errors.
- Contact enterprise support if the issue persists.