Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-fjmorr-1778259990-38b7dcc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The hybrid option requires an Enterprise plan.
- Control plane (LangSmith UI, APIs, and orchestration) runs in LangChain’s cloud, managed by LangChain.
- Data plane (your and agent workloads) runs in your cloud, managed by you.
Learn more about the control plane, data plane, and Agent Server architecture concepts.
| Component | Responsibilities | Where it runs | Who manages it |
|---|---|---|---|
| LangChain’s cloud | LangChain | |
| Your cloud | You |
Workflow
- Use the
langgraph-clior Studio to test your graph locally. - Build a Docker image using the
langgraph buildcommand. - Deploy your Agent Server from the control plane UI.
Supported Compute Platforms: Kubernetes.
For setup, refer to the Hybrid setup guide.
For setup, refer to the Hybrid setup guide.
Architecture

Compute platforms
- Kubernetes: Hybrid supports running the data plane on any Kubernetes cluster.
Egress to LangSmith and the control plane
In the hybrid deployment model, your self-hosted data plane will send network requests to the control plane to poll for changes that need to be implemented in the data plane. Traces from data plane deployments also get sent to the LangSmith instance integrated with the control plane. This traffic to the control plane is encrypted, over HTTPS. The data plane authenticates with the control plane with a LangSmith API key. In order to enable this egress, you may need to update internal firewall rules or cloud resources (such as Security Groups) to allow certain IP addresses.Connect these docs to Claude, VSCode, and more via MCP for real-time answers.


