Deployment 🚀¶
There are two free options for deploying LangGraph applications via the LangGraph Server:
- Local: Deploy for local testing and development.
- Standalone Container (Lite): A limited version of Standalone Container for deployments unlikely to see more that 1 million node executions per year and that do not need crons and other enterprise features. Standalone Container (Lite) deployment option is free with a LangSmith API key.
Other deployment options¶
Additionally, you can deploy to production with LangGraph Platform:
- Cloud SaaS: Connect your GitHub repositories and deploy LangGraph Servers within LangChain's cloud. We manage everything.
- Self-Hosted Data Plane(Beta): Create deployments from the Control Plane UI and deploy LangGraph Servers to your cloud. We manage the control plane. You manage the deployments.
- Self-Hosted Control Plane(Beta): Create deployments from a self-hosted Control Plane UI and deploy LangGraph Servers to your cloud. You manage everything.
- Standalone Container: Deploy LangGraph Server Docker images however you like.
For more information, see Deployment options.