Cloud SaaS¶
Prerequisites
Overview¶
LangGraph's Cloud SaaS is a managed service that provides a scalable and secure environment for deploying LangGraph APIs. It is designed to work seamlessly with your LangGraph API regardless of how it is defined, what tools it uses, or any dependencies. Cloud SaaS provides a simple way to deploy and manage your LangGraph API in the cloud.
Deployment¶
A deployment is an instance of a LangGraph API. A single deployment can have many revisions. When a deployment is created, all the necessary infrastructure (e.g. database, containers, secrets store) are automatically provisioned. See the architecture diagram below for more details.
See the how-to guide for creating a new deployment.
Revision¶
A revision is an iteration of a deployment. When a new deployment is created, an initial revision is automatically created. To deploy new code changes or update environment variable configurations for a deployment, a new revision must be created. When a revision is created, a new container image is built automatically.
See the how-to guide for creating a new revision.
Asynchronous Deployment¶
Infrastructure for deployments and revisions are provisioned and deployed asynchronously. They are not deployed immediately after submission. Currently, deployment can take up to several minutes.
Architecture¶
Subject to Change
The Cloud SaaS deployment architecture may change in the future.
A high-level diagram of a Cloud SaaS deployment.