LangSmith BYOC、AWS上で一般提供開始
本文の状態
日本語全文を表示中
詳細モードで約12分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
LangChain Blog
LangChain は LangSmith の Bring Your Own Cloud(BYOC)機能を AWS で一般提供し、顧客が自社の環境で管理型デプロイを実行できるようになった。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月13日 02:58
AI深層分析
キーポイント
AWS 環境内での完全なデータ分離
LangSmith の BYOC 機能により、トレースやデータセットなどの機密情報が顧客自身の AWS アカウントと VPC 内に留まり、外部に漏洩しない。
運用負荷の軽減と管理の一元化
LangChain がインフラのプロビジョニング、監視、アップグレード、スケーリング、クラスタライフサイクル管理を代行し、顧客は開発に集中できる。
エントプライズ向け大規模展開の対応
米国、欧州、アジア太平洋地域の 15 の AWS リージョンで Enterprise カスタマーが利用可能となり、組織横断的なエージェント開発を支援する。
セルフホストとマネージドサービスのハイブリッド構成
顧客がAWSアカウントやVPCなどのインフラを所有し、LangChain が運用を担当するモデルである。これによりデータ主権とネットワーク分離を保ちつつ、管理コストの削減を実現する。
制御平面とデータ平面の分離アーキテクチャ
認証や設定などの制御平面はLangChainのクラウドにあり、トレースやプロンプトなどの機密データを扱うデータ平面は顧客のAWS環境内に配置される。両者の通信はパブリックインターネットを介さずAWS PrivateLinkで行われる。
重要な引用
LangSmith Bring Your Own Cloud (BYOC) is generally available on Amazon Web Services (AWS).
Sensitive application data, including traces, datasets, experiments, prompts, agent deployments, and sandbox data, stays in the customer's AWS environment.
This removes a common blocker for teams taking AI agents from pilot to production.
LangSmith BYOC is designed for teams that want the data residency and network isolation of a self-hosted deployment, with the operational experience of a managed service.
編集コメントを表示
編集コメント
LangChain は、セキュリティとコンプライアンスが厳格な大企業にとって最大の課題であった「データ所在の管理」というボトルネックを解消する重要な製品アップデートを発表した。これにより、AI エージェントの実装におけるリスク許容度の高い環境から、厳重な社内網内への移行が現実的な選択肢として提示されることになる。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。

本日、LangSmith の「Bring Your Own Cloud(BYOC)」機能が Amazon Web Services (AWS) 上で一般提供を開始しました。
BYOC を利用すると、企業は自社の AWS アカウントと VPC 内で稼働する管理された LangSmith デプロイメントを構築できます。トレース、データセット、実験、プロンプト、エージェントのデプロイメント、サンドボックスデータなど、機密性の高いアプリケーションデータをすべて顧客の AWS 環境内に保持できます。LangChain がデプロイメントのプロビジョニングと運用を担当し、監視、アップグレード、スケーリング、クラスタライフサイクル管理まで行います。
AI エージェントをパイロット段階から本番環境へ移行するチームにとって、これは大きな障壁を取り除くものです。エージェントのトレースやランタイムデータには、個人情報 (PII)、医療情報 (PHI)、顧客記録、内部 API の応答、ツールの出力など、機密性の高いコンテキストが含まれることが多いためです。これらのチームは LangSmith が提供する観測性、評価、デプロイメント、管理の機能を必要としていますが、同時にデータも自らが管理するクラウド境界内にとどめておく必要があります。
AWS での BYOC 利用により、顧客は以下が可能になります:
- 機密性の高い LangSmith データを自社の AWS アカウントと VPC 内に保持できる
- インフラストラクチャの管理に費やす時間を減らし、エージェントの構築、評価、改善に集中できる
- エージェントをプライベートシステムに近い状態で維持しながら、チームや地域を超えて開発規模を拡大できる
BYOC は、米国、欧州、アジア太平洋地域の 15 の AWS リージョンで利用可能な Enterprise カスタマー向けサービスです。
お問い合わせ より、貴社での BYOC 有効化をご相談ください。
なぜBYOCを構築したのか
チームは、セキュリティやコンプライアンス、運用上の要件に応じて、LangSmithの導入方法をそれぞれ異なります。
組織のデータやネットワーク要件に管理型SaaSデプロイが適合する場合は、LangSmith Cloudが最も迅速なスタートダッシュを提供します。一方、セルフホスト型のLangSmithを選べば、チームは自社の環境におけるプラットフォームの展開と運用を完全に制御できます。ただし、その制御権には実務的な責任も伴います。
セルフホスト型デプロイでは、データベースの規模設定と維持、Kubernetesの管理、ネットワーク構成、アップグレード適用、信頼性の監視、バックアップ対応、そして長期的な運用サポートのために、専用のインフラストラクチャ支援が必要です。エンタープライズ全体でエージェントをスケーリングするチームにとって、この運用モデルはコスト増をもたらすだけでなく、エージェントワークロードの展開と改善に割く時間を奪ってしまいます。
LangSmith BYOC(Bring Your Own Cloud)は、セルフホスト型デプロイが持つデータ所在地の確保やネットワーク分離を実現しつつ、管理型サービスのような運用体験を提供するチーム向けに設計されています。顧客はAWSアカウント、VPC、データベース、オブジェクトストレージ、および機密なアプリケーションデータを所有します。LangChainは、顧客に代わってLangSmithのデプロイを運営します。
このモデルは、金融サービス、ヘルスケア、サイバーセキュリティ、厳格なデータガバナンス要件を持つ大企業など、規制が厳しい環境やセキュリティが敏感な分野のチームにとって特に有用です。
あなたのAWS境界内にある管理型LangSmithデプロイメント
BYOCデプロイメントは、2つの平面(プレーン)にわたって実行されます。
- 制御プレーンは LangChain のクラウド上で稼働します。 ここでは認証、ユーザー管理、組織とワークスペースの設定、請求および利用状況のメタデータの処理、そして LangSmith フロントエンドを担当しています。さらに、顧客のデータプレーンのプロビジョニング、監視、オーケストレーションも行います。ただし、制御プレーンに機密なアプリケーションデータは保存されません。
- データプレーンは顧客の AWS アカウント内で稼働します。 ここには VPC、プライベートな Amazon Elastic Kubernetes Service (EKS) クラスター、データベース、オブジェクトストレージ、そして LangSmith の機密データが含まれます。具体的には、トレース、プロンプト、データセット、実験、評価器、Insights ラン、注釈キュー、エージェントのデプロイメント、サンドボックス、その他のランタイムデータなどが該当します。
制御プレーンとデータプレーンの間の通信は AWS PrivateLink を経由し、パブリックインターネットを横断することはありません。
管理パスでは、顧客クラスターの Kubernetes API サーバーのみが公開されます。これは LangChain の制御プレーンが顧客のデータプレーンに LangSmith コンポーネントをインストールおよび整合させるために利用します。一方、ランタイムパスでは、データプレーンから認証、ワークスペース設定、テレメトリ、請求メタデータの取得のために制御プレーンを呼び出すことが可能になります。Amazon E クラスターはプライベートであり、パブリックな API サーバーエンドポイントもワーカーノードにパブリック IP も存在しません。

BYOC が提供する価値
BYOC を利用すれば、チームは自社 AWS 環境内のデータプレーンから、エージェントのトレース、評価、デプロイ、管理に必要な LangSmith の機能をすべて活用できます。一方、スケーリングや複数チーム・地域間での運用業務は LangChain が担います。
顧客アカウント内にデータが留まります。 機密性の高いアプリケーションデータは、顧客が選択したリージョンの AWS アカウント内に保存されます。LangChain は、トレース、データセット、プロンプト、実験結果、デプロイデータを自社のネットワークへ転送することなく、プラットフォームを運用できます。
エージェントがプライベートシステムにアクセス可能になります。 データプレーンが顧客の VPC 内で動作するため、エージェントやサンドボックスは既存のネットワーク経路を通じて、内部データベース、非公開 API、オンプレミスシステムへ接続できます。
ゼロからのプラットフォーム構築よりもセットアップが迅速です。 顧客は Terraform モジュールを適用して、LangChain がプロビジョニングに使用する IAM ロールを作成し、その後 LangSmith でデータプレーンを構築します。残りの VPC、Amazon EKS クラスター、データベース、ストレージ、イングレス、およびクラスター内サービスはすべて LangChain が自動的にプロビジョニングします。
LangChain が運用ライフサイクルを管理します。 インフラのアップグレード、LangSmith のバージョン更新、スケーリング、パッチ適用、バックアップ、ヘルスモニタリングなど、すべての運用業務を LangChain が担当します。顧客のエンジニアチームは、LangSmith ストックの運用に時間を割くことなく、エージェントの開発と改善に集中できます。
このアーキテクチャは、チームや地域を超えてスケーラブルです。環境、AWS アカウント、リージョン全体に追加のデータプレーンを作成できます。ユーザーやロールといった組織レベルの設定もデプロイごとに引き継がれるため、各グループごとに運用モデルを別々に構築することなく、LangSmith の導入を広げることができます。
運用アクセスは監査可能です。緊急時のサポートでは、顧客が明示的に承認したアクセスパターンを使用します。LangSmith の監査ログはデータプレーン内に保存され、Amazon EKS の監査ログは顧客のアカウント内の Amazon CloudWatch に転送されます。また VPC フローログは、顧客が所有する Amazon Simple Storage Service (Amazon S3) バケットに格納されます。
すでに多くの顧客が BYOC を活用し、厳格なデータおよびセキュリティ要件を満たす AWS 環境において、LangSmith を本番のエージェントワークロードに導入しています。
*「パートナーはデータの保護を私たちに託してくれています。その責任を私たちは非常に重く受け止めています。そのため LangChain と AWS と連携し、BYOC を通じて LangSmith を利用しています。これにより、機密データを自社で管理する極めて安全な環境に保ちながら、AI エージェントの構築と改善に必要な観測ツールを提供できます。」— Rishabh Jain 氏、Latent Health 共同創業者*
標準化された AWS アーキテクチャを基盤とする
すべての BYOC データプレーンは、LangChain が LangSmith Cloud を実行するために使用するアーキテクチャと同様の標準化された設計からプロビジョニングされます。
各デプロイメントには以下の要素が含まれます:
顧客の AWS アカウント内に専用 VPC を構築します。パブリックな API サーバーエンドポイントを持たないプライベートな Amazon EKS クラスター、パブリック IP を持たないワーカーノード、そしてプライベートロードバランサーも用意されます。
LangChain の BYOC ドメインには DNS とインゲスが設定され、Amazon RDS およびトレースストアのバックアップは毎日顧客アカウント内の Amazon S3 に書き出されます。また、LangSmith サービスとノード容量の自動スケーリング、マルチ AZ 構成の Amazon RDS と Amazon ElastiCache(自動フェイルオーバー対応)も提供されます。
データプレーンのプロビジョニングと整合性は Crossplane が担当します。顧客は提供された Terraform モジュールを使用して IAM ロールを作成し、Crossplane がそのロールを引き受けて顧客アカウント内のインフラストラクチャを構築・管理します。
このロールはインフラ管理に限定されています。AWS が対応している箇所では、権限は「managed_by=langsmith」というタグが付与されたリソースおよび特定の接頭辞を持つリソースに制限されます。
このロールには、トレースバケットに対する s3:GetObject や PostgreSQL への rds-db:connect、Redis への elasticache:Connect のようなデータ読み取り権限は含まれません。

BYOC で利用可能な LangSmith の機能
現在、BYOC ではチームがエージェントの構築、評価、デプロイ、運用に使用するコアワークフローを含む、LangSmith の主要な機能がすべて利用可能です。
今日から利用可能:
主要機能
- 観測性 (Observability): トレーシング、プロジェクト、ダッシュボード、アラート
- 評価 (Evaluation): データセット、実験、評価器、注釈キュー
- インサイト: トレースの自動分析による利用パターン、反復的な挙動、障害モードの可視化
- コンテキストハブ: プロンプト、メモリ、その他のコンテキストファイル
- LangSmith のデプロイ: カスタマーデータプレーン内でエージェントをデプロイ・管理
- サンドボックス: 顧客アカウント内の専用ノードグループ上でコード実行とファイルシステム操作を行う機能
- LLM ゲートウェイ: 単一の LangSmith API キーを通じてモデルにアクセス。支出の集約、レート制限、データ保護ポリシーを一元的に管理可能
- フリート (Fleet): ノーコードでエージェントを構築・実行
- SmithDB: LangChain のトレースデータを扱う観測性バックエンド。顧客アカウント内の Amazon S3 に永続化
Managed Deep Agents、LLM 認証プロキシ、Engine は、近日中に BYOC サポートに対応予定。
導入ガイド
BYOC は、LangSmith Enterprise プランの顧客向けに AWS で利用可能です。
ご利用開始には、お問い合わせフォームより組織向けの BYOC についてご相談いただくか、詳細は ドキュメント をご覧ください。
エージェントの真の動作を可視化
エージェントエンジニアリングプラットフォーム「LangSmith」を使えば、開発者はすべてのエージェント判断をデバッグし、評価結果の変更を確認し、ワンクリックでデプロイすることが可能です。
原文を表示

Today, LangSmith Bring Your Own Cloud (BYOC) is generally available on Amazon Web Services (AWS).
BYOC gives enterprises a managed LangSmith deployment that runs in their own AWS account and VPC. Sensitive application data, including traces, datasets, experiments, prompts, agent deployments, and sandbox data, stays in the customer's AWS environment. LangChain provisions and operates the deployment, including monitoring, upgrades, scaling, and cluster lifecycle management.
For teams taking AI agents from pilot to production, this removes a common blocker. Agent traces and runtime data often include PII, PHI, customer records, internal API responses, tool outputs, and other sensitive context. Those teams need LangSmith's observability, evaluation, deployment, and management capabilities, but they also need their data to stay inside the cloud boundary they already govern.
With BYOC on AWS, customers can:
- Keep sensitive LangSmith data in their own AWS account and VPC
- Spend less time managing infrastructure and more time building, evaluating, and improving agents
- Scale agent development across teams and regions while keeping agents close to private systems
BYOC is available for Enterprise customers across 15 AWS regions in the US, EU, and APAC.
Contact us to enable BYOC for your organization.
Why we built BYOC
Teams adopt LangSmith in different ways depending on their security, compliance, and operational requirements.
LangSmith Cloud remains the fastest way to get started when a managed SaaS deployment fits the organization's data and network requirements. Self-hosted LangSmith gives teams full control over how the platform is deployed and operated in their own environment. But that control comes with real operational responsibility.
A self-hosted deployment needs dedicated infrastructure support to size and maintain databases, manage Kubernetes, configure networking, apply upgrades, monitor reliability, handle backups, and support the deployment over time. For teams scaling agents across the enterprise, that operating model adds cost and takes time away from deploying and improving agent workloads.
LangSmith BYOC is designed for teams that want the data residency and network isolation of a self-hosted deployment, with the operational experience of a managed service. The customer owns the AWS account, VPC, databases, object storage, and sensitive application data. LangChain operates the LangSmith deployment on the customer's behalf.
This model is especially useful for teams in regulated or security-sensitive environments, including financial services, healthcare, cybersecurity, and large enterprises with strict data governance requirements.
A managed LangSmith deployment inside your AWS boundary
A BYOC deployment runs across two planes.
- The control plane runs in LangChain's cloud. It handles authentication, user management, organization and workspace configuration, billing and usage metadata, and the LangSmith frontend. It also provisions, monitors, and orchestrates customer data planes. The control plane does not hold sensitive application data.
- The data plane runs in the customer's AWS account. It contains the VPC, private Amazon Elastic Kubernetes Service (EKS) cluster, databases, object storage, and sensitive LangSmith data. This includes traces, prompts, datasets, experiments, evaluators, Insights runs, annotation queues, agent deployments, sandboxes, and other runtime data.
Communication between the control plane and data plane uses AWS PrivateLink and does not cross the public internet.
The management path exposes only the Kubernetes API server for the customer's cluster, which LangChain's control plane uses to install and reconcile LangSmith components in customer data planes. The runtime path lets the data plane call the control plane for authentication, workspace configuration, telemetry, and billing metadata. The Amazon EKS cluster is private, with no public API server endpoint and no public IPs on worker nodes.

What BYOC offers
BYOC gives teams the LangSmith capabilities they need to trace, evaluate, deploy, and manage agents in production from a data plane in their own AWS environment, with LangChain handling the operational work needed to scale across teams and regions.
Data stays in the customer's account. Sensitive application data is stored in the customer's AWS account, in the region they choose. LangChain can operate the platform without moving traces, datasets, prompts, experiments, or deployment data into LangChain's network.
Agents can access private systems. Because the data plane runs in the customer's VPC, agents and sandboxes can connect to internal databases, private APIs, and on-premises systems over existing network paths.
Setup is faster than building a platform deployment from scratch. Customers apply a Terraform module to create the IAM role LangChain uses for provisioning, then create a data plane in LangSmith. LangChain provisions the VPC, Amazon EKS cluster, databases, storage, ingress, and in-cluster services.
LangChain manages the operational lifecycle. LangChain handles infrastructure upgrades, LangSmith version upgrades, scaling, patching, backups, and health monitoring. Customer engineering teams can focus on building and improving agents instead of operating the LangSmith stack.
The architecture scales across teams and regions. Additional data planes can be created across environments, AWS accounts, and regions. Organization-level configuration such as users and roles carries across deployments, so teams can scale LangSmith adoption without creating separate operating models for every group.
Operational access is auditable. Urgent support uses explicit, customer-approved access patterns. LangSmith audit logs live in the data plane, Amazon EKS audit logs go to Amazon CloudWatch in the customer's account, and VPC flow logs land in an Amazon Simple Storage Service (Amazon S3) bucket the customer owns.
Customers are already using BYOC to bring LangSmith to production agent workloads in AWS environments with strict data and security requirements.
Our partners trust us to protect their data, and we take that responsibility very seriously. That’s why we work with LangChain and AWS to use LangSmith through BYOC. It gives our team the observability tooling we need to build and improve our AI agents while keeping sensitive data in our own highly secure environment.-Rishabh Jain, Cofounder, Latent Health
Built on a standardized AWS architecture
Every BYOC data plane is provisioned from a standardized architecture similar to the one LangChain uses to run LangSmith Cloud.
Each deployment includes:
- A dedicated VPC in the customer's AWS account
- A private Amazon EKS cluster with no public API server endpoint
- Worker nodes with no public IPs
- A private load balancer
- DNS and ingress configured on the LangChain BYOC domain
- Daily backups for Amazon RDS and the trace store, written to Amazon S3 in the customer's account
- Autoscaling for LangSmith services and node capacity
- Multi-AZ Amazon RDS and Amazon ElastiCache with automatic failover
LangChain provisions and reconciles the data plane using Crossplane. Customers create an IAM role with the provided Terraform module, and Crossplane assumes that role to create and manage infrastructure in the customer's account.
The role is scoped to infrastructure management. Wherever AWS supports it, permissions are limited to resources with the managed_by=langsmith tag and specific name prefixes. The role does not include data-read permissions such as s3:GetObject on the trace bucket, rds-db:connect to PostgreSQL, or elasticache:Connect to Redis.

LangSmith features available on BYOC
Most LangSmith capabilities are available on BYOC today, including the core workflows teams use to build, evaluate, deploy, and operate agents.
Available today:
- Observability: tracing, projects, dashboards, and alerts
- Evaluation: datasets, experiments, evaluators, and annotation queues
- Insights: automatic analysis of traces to surface usage patterns, recurring behaviors, and failure modes
- Context Hub: prompts, memory, and other context files
- LangSmith Deployment: deploy and manage agents inside the customer data plane
- Sandboxes: code execution and filesystem work on a dedicated node group in the customer account
- LLM Gateway: model access through one LangSmith API key with centralized spend, rate limit, and data protection policies
- Fleet: build and run no-code agents
- SmithDB: LangChain's observability backend for trace data, persisting to Amazon S3 in the customer account
Managed Deep Agents, the LLM auth proxy, and Engine are planned for BYOC support soon.
Getting started
BYOC is available on AWS for customers on the LangSmith Enterprise plan.
To get started, contact us to discuss BYOC for your organization and read the docs for more detail.
See what your agent is really doing
LangSmith, our agent engineering platform, helps developers debug every agent decision, eval changes, and deploy in one click.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み