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

# Set up LangSmith

> Host and manage LangSmith infrastructure for observability, evaluation, and prompt engineering.

<div class="home-page mx-auto max-w-8xl px-0 lg:px-5" style={{ paddingBottom: "8rem" }}>
  <div class="mdx-content prose prose-gray dark:prose-invert mx-4 pt-10">
    <h1 class="flex whitespace-pre-wrap group font-semibold text-2xl sm:text-3xl mt-8">Set up LangSmith</h1>

    This section covers how to host and manage LangSmith infrastructure for [observability](/langsmith/observability), [evaluation](/langsmith/evaluation), and [prompt engineering](/langsmith/prompt-engineering).

    <h2 class="flex whitespace-pre-wrap group font-semibold">Choose how to set up LangSmith</h2>

    Deploy LangSmith in one of two modes:

    <CardGroup cols={2}>
      <Card title="Cloud" cta="Get started" href="/langsmith/cloud" icon="cloud" iconType="solid">
        Fully managed observability, evaluation, and prompt engineering.
      </Card>

      <Card title="Self-hosted" cta="Run self-hosted" href="/langsmith/self-hosted" icon="server" iconType="solid">
        **(Enterprise)** Full control with observability, evaluation, and prompt engineering in your infrastructure.
      </Card>
    </CardGroup>

    <Callout>
      Self-hosted is available on the [Enterprise plan](/langsmith/pricing-plans). [Get a demo](https://www.langchain.com/contact-sales) to learn more.
    </Callout>

    <h2 class="flex whitespace-pre-wrap group font-semibold">Compare Cloud and Self-hosted</h2>

    | Feature                                          | **Cloud**                           | **Self-hosted**                           |
    | ------------------------------------------------ | ----------------------------------- | ----------------------------------------- |
    | **Infrastructure location**                      | LangChain's cloud                   | Your infrastructure                       |
    | **Who manages updates**                          | LangChain                           | You                                       |
    | **Can deploy agents?**                           | ✅ Yes                               | ✅ Yes (with LangSmith Deployment enabled) |
    | **Observability data location**                  | LangChain cloud                     | Your infrastructure                       |
    | **[Pricing](https://www.langchain.com/pricing)** | Plus tier                           | Enterprise                                |
    | **Best for**                                     | Quick setup, managed infrastructure | Full control, data isolation              |

    <Note>
      To self-host Agent Servers for [LangSmith Deployment](/langsmith/deployment) (which deploys and runs agents in production), refer to the [Hybrid](/langsmith/hybrid) page—a platform setup option that runs Agent Servers in your infrastructure while sending traces to either [Cloud](/langsmith/cloud) or [Self-hosted](/langsmith/self-hosted) LangSmith.
    </Note>

    <h2 class="flex whitespace-pre-wrap group font-semibold">Related</h2>

    <CardGroup cols={3}>
      <Card title="Account setup" cta="Set up your account" href="/langsmith/admin" icon="user-cog">
        Create an account, manage API keys, and choose a pricing tier.
      </Card>

      <Card title="Plans and pricing" cta="View pricing" href="https://www.langchain.com/pricing" icon="credit-card">
        Compare LangSmith plans and tiers.
      </Card>

      <Card title="Observability" cta="Learn more" href="/langsmith/observability" icon="chart-line">
        Trace and monitor your LLM applications.
      </Card>
    </CardGroup>
  </div>
</div>

***

<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/platform-setup.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
