> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy to Cloud

> Deploy LangSmith agents to LangChain-managed Cloud infrastructure on AWS and GCP.

[LangSmith Cloud](/langsmith/cloud) is a **managed platform for deploying your agents**. LangChain hosts and operates the [control plane](/langsmith/control-plane), [data plane](/langsmith/data-plane), [Agent Server](/langsmith/agent-server) runtime, and supporting databases on AWS and GCP. Push code to a connected GitHub repository or invoke the `langgraph deploy` CLI, and the platform handles build, provisioning, scaling, and ongoing operations.

<Callout icon="clipboard-check" color="#4F46E5" iconType="regular">
  Agent deployments running on Cloud require a [Plus plan or above](https://www.langchain.com/pricing). Before creating your first agent deployment, verify that your application runs locally with `langgraph dev`. Refer to [Local development and testing](/langsmith/local-dev-testing).
</Callout>

<CardGroup cols={2}>
  <Card title="Deploy on Cloud" icon="cloud" href="/langsmith/deploy-to-cloud">
    Step-by-step setup guide for creating, configuring, and managing Cloud deployments from the LangSmith UI or the `langgraph deploy` CLI.
  </Card>

  <Card title="Cloud platform features" icon="settings" href="/langsmith/cloud-platform-features">
    Reference for Cloud-only platform behavior: data regions, static IPs, payload limits, deployment types, and managed database provisioning.
  </Card>

  <Card title="Managed Deep Agents" icon="robot" href="/langsmith/managed-deep-agents-overview">
    Private preview API for creating, running, and operating Managed Deep Agents on Cloud.
  </Card>

  <Card title="Quickstart" icon="bolt" href="/langsmith/deployment-quickstart">
    Deploy your first LangGraph application to Cloud in a few minutes.
  </Card>
</CardGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Run the quickstart" icon="bolt" href="/langsmith/deployment-quickstart">
    Deploy a starter LangGraph application end-to-end.
  </Card>

  <Card title="Read the full deploy guide" icon="book" href="/langsmith/deploy-to-cloud">
    Configure environment variables, secrets, revisions, and deployment settings.
  </Card>
</CardGroup>

***

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