Skip to main content
This section covers how to host and manage LangSmith: the control plane, data plane, and backing services that power agent deployments and observability. You’ll learn how to deploy LangSmith in one of three modes:
  • Cloud: fully managed by LangChain
  • Hybrid: LangChain manages the control plane; you host the data plane
  • Self-hosted: you manage the full stack within your infrastructure
Start here if you’re deploying or maintaining LangSmith infrastructure.

Comparison

CloudHybridSelf-Hosted
DescriptionAll components run in LangChain’s cloudControl plane runs in LangChain’s cloud; data plane running in your cloudAll components run in your cloud
CI/CDManaged by LangChainData plane CI/CD managed by youAll CI/CD managed by you
Data/compute residencyLangChain’s cloudYour cloudYour cloud
LangSmith compatibilityIncludes LangSmith SaaS observabilityTraces to LangSmith SaaSTraces to your self-hosted LangSmith instance
PricingPlusEnterpriseEnterprise
You can run a LangGraph Server locally for free for testing and development.

I