Important
The Hybrid deployment option requires an Enterprise plan.
Requirements
- You use
langgraph-cli
and/or LangGraph Studio app to test graph locally. - You use
langgraph build
command to build image.
Hybrid
The Hybrid deployment option lets you manage the data plane in your own cloud, while we handle the control plane in ours. When using the Hybrid version, you authenticate with a LangSmith API key.Control plane | Data plane | |
---|---|---|
What is it? |
|
|
Where is it hosted? | LangChain’s cloud | Your cloud |
Who provisions and manages it? | LangChain | You |
Architecture

Compute Platforms
- Kubernetes: The Hybrid deployment option supports deploying data plane infrastructure to any Kubernetes cluster.
- Amazon ECS: Coming soon!
If you would like to deploy to Kubernetes, you can follow the Hybrid deployment guide.