Deployment Options¶
There are 4 main options for deploying with the LangGraph Platform:
A quick comparison:
Cloud SaaS | Self-Hosted Data Plane | Self-Hosted Control Plane | Standalone Container | |
---|---|---|---|---|
Control plane UI/API | Yes | Yes | Yes | No |
CI/CD | Managed internally by platform | Managed externally by you | Managed externally by you | Managed externally by you |
Data/compute residency | LangChain’s cloud | Your cloud | Your cloud | Your cloud |
LangSmith compatibility | Trace to LangSmith SaaS | Trace to LangSmith SaaS | Trace to Self-Hosted LangSmith | Optional tracing |
Server version compatibility | Enterprise | Enterprise | Enterprise | Lite, Enterprise |
Pricing | Plus | Enterprise | Enterprise | Developer |
Cloud SaaS¶
The Cloud SaaS deployment option is a fully managed model for deployment where we manage the control plane and data plane in our cloud. This option provides a simple way to deploy and manage your LangGraph Servers.
Connect your GitHub repositories to the platform and deploy your LangGraph Servers from the control plane UI. The build process (i.e. CI/CD) is managed internally by the platform.
For more information, please see:
Self-Hosted Data Plane¶
Beta
The Self-Hosted Data Plane deployment option is currently in beta stage.
The Self-Hosted Data Plane deployment option is a "hybrid" model for deployment where we manage the control plane in our cloud and you manage the data plane in your cloud. This option provides a way to securely manage your data plane infrastructure, while offloading control plane management to us.
Build a Docker image using the LangGraph CLI and deploy your LangGraph Server from the control plane UI.
Supported Compute Platforms: Kubernetes, Amazon ECS (coming soon!)
For more information, please see:
Self-Hosted Control Plane¶
Beta
The Self-Hosted Control Plane deployment option is currently in beta stage.
The Self-Hosted Control Plane deployment option is a fully self-hosted model for deployment where you manage the control plane and data plane in your cloud. This option give you full control and responsibility of the control plane and data plane infrastructure.
Build a Docker image using the LangGraph CLI and deploy your LangGraph Server from the control plane UI.
Supported Compute Platforms: Kubernetes
For more information, please see:
Standalone Container¶
The Standalone Container deployment option is the least restrictive model for deployment. Deploy standalone instances of a LangGraph Server in your cloud, using any of the available license options.
Build a Docker image using the LangGraph CLI and deploy your LangGraph Server using the container deployment tooling of your choice. Images can be deployed to any compute platform.
For more information, please see:
Related¶
For more information, please see: