mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-21 15:12:26 +02:00
### Summary Examples:   
18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
# Cloud SaaS (Beta)
|
|
|
|
To deploy a [LangGraph Server](../concepts/langgraph_server.md), follow the how-to guide for [how to deploy to Cloud SaaS](../cloud/deployment/cloud.md).
|
|
|
|
## Overview
|
|
|
|
The Cloud SaaS deployment option is a fully managed model for deployment where we manage the [control plane](./langgraph_control_plane.md) and [data plane](./langgraph_data_plane.md) in our cloud.
|
|
|
|
| | [Control Plane](../concepts/langgraph_control_plane.md) | [Data Plane](../concepts/langgraph_data_plane.md) |
|
|
|-------------------|-------------------|------------|
|
|
| **What is it?** | <ul><li>Control Plane UI for creating deployments and revisions</li><li>Control Plane APIs for creating deployments and revisions</li></ul> | <ul><li>Data plane "listener" for reconciling deployments with control plane state</li><li>LangGraph Servers</li><li>Postgres, Redis, etc</li></ul> |
|
|
| **Where is it hosted?** | LangChain's cloud | LangChain's cloud |
|
|
| **Who provisions and manages it?** | LangChain | LangChain |
|
|
|
|
## Architecture
|
|
|
|

|