Components
| Component | Where it runs | Who manages it |
|---|---|---|
| Your infrastructure | You | |
| LangSmith (tracing, evaluation, prompts) | Self-hosted in your infrastructure, or LangSmith SaaS | You (self-hosted) or LangChain (SaaS) |
Self-host your Agent Servers
Deploy standalone Agent Servers using Docker, Docker Compose, or Kubernetes. See the standalone server guide for prerequisites, environment variables, and platform-specific instructions.Choose where traces are sent
Agent Servers send traces to LangSmith based on theLANGSMITH_ENDPOINT environment variable:
-
LangSmith SaaS: Omit
LANGSMITH_ENDPOINTto use the default (GCP US), or set it to the endpoint for your region:Region GCP US GCP EU GCP APAC AWS US -
Self-hosted LangSmith: Set
LANGSMITH_ENDPOINTto the hostname of your self-hosted LangSmith instance.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

