Self Hosting
Helm Chart
LangWatch is available as a Helm chart for easy deployment on Kubernetes
LangWatch is available as a Helm chart for easy deployment on Kubernetes. This section provides instructions for installing the langwatch Helm chart.
While the open-source version is available for local use and experimentation, for commercial use please reach out for a demo call with our team.
Required Values
When installing this chart, the following environment variables must be provided:
app.env.NEXTAUTH_SECRET
: A random string used to hash tokens, sign cookies, and generate cryptographic keys. Required for authentication to work.app.env.API_TOKEN_JWT_SECRET
: A random string used to securely store API tokens.app.env.BASE_HOST
: The base URL of the application (e.g.,http://localhost:5560
).app.env.NEXTAUTH_URL
: The URL of the authentication service (usually same asBASE_HOST
).