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 planeData plane
What is it?
  • Control plane UI for creating deployments and revisions
  • Control plane APIs for creating deployments and revisions
  • Data plane “listener” for reconciling deployments with control plane state
  • LangGraph Servers
  • Postgres, Redis, etc
Where is it hosted?LangChain’s cloudYour cloud
Who provisions and manages it?LangChainYou
For information on how to deploy a LangGraph Server to Hybrid, see Deploy to Hybrid

Architecture

Hybrid 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.