Files
langgraph/docs/docs/concepts/deployment_options.md
T

4.2 KiB
Raw Blame History

Deployment Options

!!! info "Prerequisites"

- [LangGraph Platform](./langgraph_platform.md)
- [LangGraph Server](./langgraph_server.md)
- [LangGraph Platform Plans](./plans.md)

Overview

There are 4 main options for deploying with the LangGraph Platform:

  1. Self-Hosted Lite: Available for all plans.

  2. Self-Hosted Enterprise: Available for the Enterprise plan.

  3. Cloud SaaS: Available for Plus and Enterprise plans.

  4. Bring Your Own Cloud: Available only for Enterprise plans and only on AWS.

Please see the LangGraph Platform Plans for more information on the different plans.

The guide below will explain the differences between the deployment options.

Self-Hosted Enterprise

!!! important

The Self-Hosted Enterprise version is only available for the **Enterprise** plan.

!!! warning "Note"

The LangGraph Platform Deployments view (within LangSmith SaaS and self-hosted LangSmith) is not available for Self-Hosted Enterprise LangGraph deployments. Self-hosted LangGraph deployments are managed externally from LangSmith (e.g. there is no UI to manage these deployments).

With a Self-Hosted Enterprise deployment, you are responsible for managing the infrastructure, including setting up and maintaining required databases and Redis instances.

Youll build a Docker image using the LangGraph CLI, which can then be deployed on your own infrastructure.

For more information, please see:

Self-Hosted Lite

!!! important

The Self-Hosted Lite version is available for all plans.

!!! warning "Note"

The LangGraph Platform Deployments view (within LangSmith SaaS and self-hosted LangSmith) is not available for Self-Hosted Lite LangGraph deployments. Self-hosted LangGraph deployments are managed externally from LangSmith (e.g. there is no UI to manage these deployments).

The Self-Hosted Lite deployment option is a free (up to 1 million nodes executed), limited version of LangGraph Platform that you can run locally or in a self-hosted manner.

With a Self-Hosted Lite deployment, you are responsible for managing the infrastructure, including setting up and maintaining required databases and Redis instances.

Youll build a Docker image using the LangGraph CLI, which can then be deployed on your own infrastructure.

For more information, please see:

Cloud SaaS

!!! important

The Cloud SaaS version of LangGraph Platform is only available for **Plus** and **Enterprise** plans.

The Cloud SaaS version of LangGraph Platform is hosted as part of LangSmith.

The Cloud SaaS version of LangGraph Platform provides a simple way to deploy and manage your LangGraph applications.

This deployment option provides access to the LangGraph Platform UI (within LangSmith) and an integration with GitHub, allowing you to deploy code from any of your repositories on GitHub.

For more information, please see:

Bring Your Own Cloud

!!! important

The Bring Your Own Cloud version of LangGraph Platform is only available for **Enterprise** plans.

This combines the best of both worlds for Cloud and Self-Hosted. Create your deployments through the LangGraph Platform UI (within LangSmith) and we manage the infrastructure so you don't have to. The infrastructure all runs within your cloud. This is currently only available on AWS.

For more information please see:

For more information, please see: