Get started
To deploy LangSmith BYOC, contact the LangChain sales team. After the LangChain team enables BYOC for your organization, follow the onboarding guide to create your first data plane.Regions and cloud providers
BYOC is generally available (GA) on AWS. Support for additional cloud providers is planned for the second half of 2026. You can deploy LangSmith BYOC in any of the following AWS regions:
The control plane runs in
us-east-2 regardless of where you place your data planes. If you provision a data plane in an EU or APAC region, your sensitive application data stays in that region while control plane metadata remains in the US:
Available features
The following features are supported:- Observability: Tracing, projects, dashboards, and alerts.
- Evaluation: Datasets, experiments, evaluators, and annotation queues.
- Insights: Automatic analysis of traces to surface usage patterns, common agent behaviors, and failure modes.
- LangSmith Chat: Analyze traces, threads, prompts, and evaluations from inside your workspace.
- Prompt engineering: Prompts and prompt commits.
- LangSmith Deployment: The LangSmith Deployment control plane runs inside your data plane’s cluster, so both the agent management layer and your agents run in your VPC.
- Sandboxes: Usage through the CLI and SDK is identical to Cloud, except that you point at your data plane’s endpoint.
- LLM Gateway: Call models across providers with one LangSmith API key, with spend, rate limit, and data-protection policies enforced centrally.
- LangSmith MCP: Connect MCP-compatible clients to LangSmith to query data.
- Fleet: Build and run no-code agents from templates, connectors, and channels.
- SmithDB: The purpose-built observability backend for trace data, persisting to S3 in your account.
- Managed Deep Agents: LangChain-hosted deep agents with connectors, channels, and schedules.
- LLM auth proxy: Enforce your own authentication flows for model invocations so provider credentials are never exposed to end users.
- Engine: Automatic detection, diagnosis, and resolution of recurring issues found in production traces.
Prerequisites
Before LangChain can provision a data plane, you need the following:- A LangSmith organization on AWS: Create one at aws.smith.langchain.com, then send your organization ID to the LangChain team to enable BYOC.
- An AWS account: LangChain recommends a fresh account dedicated to LangSmith BYOC, but it is not required.
- A supported region: Pick one of the AWS regions listed above.
- An IAM role and external ID: Apply the
langsmith-byoc-roleTerraform module to create the role LangChain assumes to provision and manage your data plane. You must use this module.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

