You can run LangGraph Platform locally for free for testing and development.
Cloud | Hybrid | Self-Hosted | |
---|---|---|---|
Description | All components run in LangChain’s cloud | Control plane runs in LangChain’s cloud; data plane in your cloud | All components run in your cloud |
CI/CD | Managed internally by platform | Managed externally by you | Managed externally by you |
Data/compute residency | LangChain’s cloud | Your cloud | Your cloud |
LangSmith compatibility | Trace to LangSmith SaaS | Trace to LangSmith SaaS | Trace to Self-Hosted LangSmith |
Pricing | Plus | Enterprise | Enterprise |
Cloud
The Cloud deployment option is a fully managed model for deployment where the control plane and data plane run 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:Hybrid
Important
The Hybrid deployment option requires an Enterprise plan.
Self-Hosted
Important
The Self-Hosted deployment option requires an Enterprise plan.
- Full Platform: Deploy both control plane and data plane with full UI/API management capabilities
- Standalone Server: Deploy standalone instances of a LangGraph Server without the control plane UI
- Self-Hosted Conceptual Guide
- How to deploy the Self-Hosted Full Platform
- How to deploy the Self-Hosted Standalone Server