UXDL Docs

Environment Variables

Required keys for hosted graphs, LLMs, embeddings, and tracing.

Required keys for AI features. Add per app in Getting Started → Environment Variables, or keep this page as the AI-specific reference.

LangGraph Platform (hosted graphs)

VariableRequiredPurpose
LANG_GRAPH_URLYesLangGraph Platform API base
LANG_GRAPH_API_KEYYesSDK authentication
LANG_GRAPH_BACKEND_TOKENYesBearer token on SDK default headers
WEBHOOK_PUBLIC_BASE_URLProd / local tunnelPublic origin for webhook callbacks

LLM and embeddings

VariableRequiredPurpose
OPENAI_API_KEYYesIn-process agents and embeddings fallback
USE_AZURE_OPENAIOptionalSwitch to Azure
AZURE_EMBEDDINGS_*If AzureEmbedding deployment

Observability

VariableRequiredPurpose
LANGSMITH_PROJECTOptionalLangSmith project on graph host

See also

Official documentation