Components
| Component | Where it runs | Who manages it |
|---|---|---|
| for LangSmith Deployment | Your infrastructure | You |
| LangSmith (tracing, evaluation, prompts) | Self-hosted in your infrastructure, or LangSmith SaaS | You (self-hosted) or LangSmith (SaaS) |
Hybrid is a platform setup for LangSmith Deployment (agent serving). To set up LangSmith for observability, evaluation, and prompt engineering only, see Set up LangSmith.
Workflow
- Build and test your agent locally.
- Deploy your agent to an Agent Server running in your infrastructure.
- Send the agent’s traces to LangSmith (self-hosted or SaaS) for observability and evaluation.
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.

