Prompt Buddy logoPrompt Buddy

langchain · LangGraph and LangChain Agents Docs

Langsmith Deploy your app to cloud

A quickstart guide for deploying LangGraph applications to LangSmith Cloud using the LangGraph CLI, including environment configuration, deployment commands, and testing via LangSmith Studio or the API.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Langsmith Deploy your app to cloud

A quickstart guide for deploying LangGraph applications to LangSmith Cloud using the LangGraph CLI, including environment configuration, deployment commands, and testing via LangSmith Studio or the API.

When To Use

Use when you need to deploy a LangGraph application to LangSmith Cloud using the CLI and verify its functionality through Studio or API calls.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/langsmith-deployment-quickstart-deploy-your-app-to-cloud-workflow-guide.mdA markdown guide detailing the steps to create a LangGraph app, configure API keys, and deploy applications to the LangSmith cloud platform.Questions about a markdown guide detailing the steps to create a LangGraph app, configure API keys, and deploy applications to the La...
examples/langsmith-deployment-quickstart-deploy-your-app-to-cloud-langsmith-deplo.shellShell command to install the langgraph-cli tool using uv for LangSmith cloud deployment.Exact payloads, commands, or snippets shown in Shell command to install the langgraph-cli tool using uv for LangSmith cloud deployment.
examples/langsmith-deployment-quickstart-deploy-your-app-to-cloud-langsmith-langg.shellShell commands for initializing a new LangGraph project and navigating to the project directory for cloud deployment.Exact payloads, commands, or snippets shown in Shell commands for initializing a new LangGraph project and navigating to the project directory for cloud deployment.
examples/langsmith-deployment-quickstart-deploy-your-app-to-cloud-langsmith-deplo-2.shellShell commands to export the LANGSMITH_API_KEY and other required environment variables for deploying an application to the LangSmith cloud.Exact payloads, commands, or snippets shown in Shell commands to export the LANGSMITHAPIKEY and other required environment variables for deploying an application to...
examples/langsmith-deployment-quickstart-deploy-your-app-to-cloud-langsmith-deplo-3.shellA shell command demonstrating how to set the LANGSMITH_API_KEY environment variable and execute the langgraph deploy command.Exact payloads, commands, or snippets shown in A shell command demonstrating how to set the LANGSMITHAPIKEY environment variable and execute the langgraph deploy co...
examples/langsmith-deployment-quickstart-deploy-your-app-to-cloud-langsmith-deplo-4.shellA shell command demonstrating how to use the langgraph deploy CLI to deploy an application to the LangSmith cloud.Exact payloads, commands, or snippets shown in A shell command demonstrating how to use the langgraph deploy CLI to deploy an application to the LangSmith cloud.
examples/langsmith-deployment-quickstart-deploy-your-app-to-cloud-langsmith-deplo-5.shellA shell command to install the langgraph-sdk package via pip for LangSmith cloud deployment.Exact payloads, commands, or snippets shown in A shell command to install the langgraph-sdk package via pip for LangSmith cloud deployment.
examples/langsmith-deployment-quickstart-deploy-your-app-to-cloud-langsmith-langg.pythonA Python script demonstrating how to use the LangGraph SDK to connect to a deployed cloud instance and stream updates from an assistant run.Exact payloads, commands, or snippets shown in A Python script demonstrating how to use the LangGraph SDK to connect to a deployed cloud instance and stream updates...
examples/langsmith-deployment-quickstart-deploy-your-app-to-cloud-langsmith-langg-2.pythonA Python script demonstrating how to use the LangGraph SDK to connect to a deployed cloud instance and stream run updates.Exact payloads, commands, or snippets shown in A Python script demonstrating how to use the LangGraph SDK to connect to a deployed cloud instance and stream run upd...
examples/langsmith-deployment-quickstart-deploy-your-app-to-cloud-langsmith-deplo-6.shellShell command to install the @langchain/langgraph-sdk package via npm for LangSmith deployment.Exact payloads, commands, or snippets shown in Shell command to install the @langchain/langgraph-sdk package via npm for LangSmith deployment.
examples/langsmith-deployment-quickstart-deploy-your-app-to-cloud-langsmith-deplo.jsA JavaScript code example demonstrating how to initialize a LangGraph SDK client and stream assistant runs from a LangSmith deployment.Exact payloads, commands, or snippets shown in A JavaScript code example demonstrating how to initialize a LangGraph SDK client and stream assistant runs from a Lan...
examples/langsmith-deployment-quickstart-deploy-your-app-to-cloud-langsmith-deplo.bashA bash command using curl to send a POST request to the LangSmith runs stream endpoint for an assistant.Exact payloads, commands, or snippets shown in A bash command using curl to send a POST request to the LangSmith runs stream endpoint for an assistant.

What This Skill Covers

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

  • Main sections: Prerequisites, 1. Create a LangGraph app, 2. Set your API key, 3. Deploy, 4. Test in Studio.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://docs.langchain.com/langsmith/deployment-quickstart.md