> ## Documentation Index
> Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-docsop-1783712953-3d6265d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LangSmith Deployment

> Deploy and manage agents with durable execution, real-time streaming, and horizontal scaling.

LangSmith Deployment is a workflow orchestration runtime purpose-built for agent workloads. It provides the managed infrastructure agents need to run reliably in production at scale, supporting the full lifecycle from local development to deployment.

## Deployable products

LangSmith Deployment is framework-agnostic which means you can deploy agents built with:

<CardGroup cols={2}>
  <Card title="LangGraph (and LangChain)" cta="Open quickstart" href="/langsmith/deployment-quickstart" icon="chart-dots-3">
    Use the LangGraph CLI and app templates to deploy a LangGraph application to LangSmith.
  </Card>

  <Card title="Google ADK" cta="View guide" href="/langsmith/deploy-google-adk" icon="google">
    Deploy Google Agent Development Kit (ADK) agent as a LangGraph with the `deployments-wrap-sdk` package.
  </Card>

  <Card title="Other frameworks" cta="View guide" href="/langsmith/deploy-other-frameworks" icon="packages">
    Deploy Claude Agent SDK, Strands, CrewAI, AutoGen, and other agent frameworks with the Functional API or `deployments-wrap-sdk`.
  </Card>

  <Card title="Managed Deep Agents" cta="Open quickstart" href="/langsmith/managed-deep-agents-overview" icon="robot">
    Deploy code-first Deep Agents with the Managed Deep Agents CLI private beta.
  </Card>
</CardGroup>

## Deployment environments

You can run the same [Agent Server](/langsmith/agent-server) runtime in several hosting models. A **standalone server** is the lightest option: you run containers yourself without the LangSmith [control plane](/langsmith/control-plane). For managed deployments through the UI and APIs, use **Cloud** or **Self-hosted** (full platform in your infrastructure).

<CardGroup cols={2}>
  <Card title="Cloud" cta="View guide" href="/langsmith/deploy-to-cloud" icon="cloud">
    Fully managed by LangChain, running on AWS and GCP. Create deployments from GitHub in the LangSmith UI or with [`langgraph deploy`](/langsmith/cli#deploy). Requires a [Plus plan or above](https://www.langchain.com/pricing).
  </Card>

  <Card title="Standalone server" cta="View guide" href="/langsmith/deploy-standalone-server" icon="server">
    Deploy Agent Server with Docker, Compose, or Kubernetes. Bring your own PostgreSQL, Redis, and LangSmith license; no control plane. Optional [LangSmith tracing](/langsmith/observability) to Cloud or a self-hosted instance.
  </Card>

  <Card title="Self-hosted" cta="View guide" href="/langsmith/self-hosted" icon="buildings">
    Run the full LangSmith platform, including the control plane and data plane, in your cloud (for example on Kubernetes). Requires [Enterprise plan](https://www.langchain.com/pricing). Integrates observability, evaluation, and agent deployment in one private stack.
  </Card>
</CardGroup>

For a feature-level comparison and infrastructure setup, see [Platform setup](/langsmith/platform-setup).

## After deployment

Once deployed, agents work with [Agent Server](/langsmith/assistants)'s execution model: **assistants** for configuration, **threads** for state, and **runs** for workloads. For capabilities, tutorials, server customization, and operations, see [Develop agents](/langsmith/develop-agents-overview).

<CardGroup cols={2}>
  <Card title="Find and fix failures with Engine" icon="https://mintcdn.com/langchain-5e9cc07a-preview-docsop-1783712953-3d6265d/2htzBTbSp0Nt_IZ2/images/brand/engine-icon-dark.png?fit=max&auto=format&n=2htzBTbSp0Nt_IZ2&q=85&s=1f435992391ab4f35c67ada38b6979df" href="/langsmith/engine-overview" width="196" height="196" data-path="images/brand/engine-icon-dark.png">
    Once agents are in production, use LangSmith Engine to detect recurring failures in their traces, diagnose root causes, and resolve them.
  </Card>

  <Card title="Interact with your deployment using RemoteGraph" icon="link" href="/langsmith/use-remote-graph">
    Call your deployed graph from client code as if it were a local compiled graph.
  </Card>
</CardGroup>

## Full-stack web apps

Ship a LangChain.js agent and chat UI together as a single web app. The Vite example uses LangSmith Deployment as the agent backend behind a separate UI. Other examples embed the agent inside the web framework's route handlers and ship to the host platform.

<Card title="Full-stack web apps" cta="View examples" href="/langsmith/deploy-frameworks-and-platforms" icon="code">
  Ship a LangChain.js chat app: embed the agent in Next.js, SvelteKit, Nuxt, Cloudflare Workers, or Deno Deploy (no Agent Server required), or pair LangSmith Deployment with a Vite + React UI.

  <div className="not-prose mt-4 grid grid-cols-6 items-center justify-items-center gap-2 border-t border-gray-200 pt-4 dark:border-gray-700">
    <span className="inline-flex h-8 w-8 items-center justify-center">
      <img className="h-5 w-5" src="https://mintcdn.com/langchain-5e9cc07a-preview-docsop-1783712953-3d6265d/BLkaytuumrHwKFQK/images/providers/light/langchain.svg?fit=max&auto=format&n=BLkaytuumrHwKFQK&q=85&s=ac87668d3d8ad944080b8f39fe320bbc" alt="LangSmith" width="65" height="65" data-path="images/providers/light/langchain.svg" />
    </span>

    <span className="inline-flex h-8 w-8 items-center justify-center">
      <img className="h-5 w-5" src="https://mintcdn.com/langchain-5e9cc07a-preview-docsop-1783712953-3d6265d/BLkaytuumrHwKFQK/images/providers/light/nextjs.svg?fit=max&auto=format&n=BLkaytuumrHwKFQK&q=85&s=ecd91788af6688a8f5545599c285fe73" alt="Next.js" width="24" height="24" data-path="images/providers/light/nextjs.svg" />
    </span>

    <span className="inline-flex h-8 w-8 items-center justify-center">
      <img className="h-5 w-5" src="https://mintcdn.com/langchain-5e9cc07a-preview-docsop-1783712953-3d6265d/BLkaytuumrHwKFQK/images/providers/light/svelte.svg?fit=max&auto=format&n=BLkaytuumrHwKFQK&q=85&s=89502775efe5039b3801860aa5d1f0e6" alt="SvelteKit" width="24" height="24" data-path="images/providers/light/svelte.svg" />
    </span>

    <span className="inline-flex h-8 w-8 items-center justify-center">
      <img className="h-5 w-5" src="https://mintcdn.com/langchain-5e9cc07a-preview-docsop-1783712953-3d6265d/BLkaytuumrHwKFQK/images/providers/light/nuxt.svg?fit=max&auto=format&n=BLkaytuumrHwKFQK&q=85&s=58d645b9ca385c8311e4172509922591" alt="Nuxt" width="24" height="24" data-path="images/providers/light/nuxt.svg" />
    </span>

    <span className="inline-flex h-8 w-8 items-center justify-center">
      <img className="h-5 w-5" src="https://mintcdn.com/langchain-5e9cc07a-preview-docsop-1783712953-3d6265d/BLkaytuumrHwKFQK/images/providers/light/cloudflare.svg?fit=max&auto=format&n=BLkaytuumrHwKFQK&q=85&s=67007e4c34c8eb80c81980c2fb34de8f" alt="Cloudflare Workers" width="24" height="24" data-path="images/providers/light/cloudflare.svg" />
    </span>

    <span className="inline-flex h-8 w-8 items-center justify-center">
      <img className="h-5 w-5" src="https://mintcdn.com/langchain-5e9cc07a-preview-docsop-1783712953-3d6265d/BLkaytuumrHwKFQK/images/providers/light/deno.svg?fit=max&auto=format&n=BLkaytuumrHwKFQK&q=85&s=a0808c9cb87327b02750d0748a37d468" alt="Deno Deploy" width="24" height="24" data-path="images/providers/light/deno.svg" />
    </span>
  </div>
</Card>

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/langsmith/deployment.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
