Skip to content

Commit 95ef23c

Browse files
authored
chore: update deployments frontmatter (#2980)
1 parent e3f54e9 commit 95ef23c

13 files changed

+16
-4
lines changed

β€Žsrc/langsmith/app-development.mdxβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: App development in LangSmith Deployment
33
sidebarTitle: App development
44
mode: wide
5+
description: Build and manage agent applications with assistants, runs, streaming, human-in-the-loop, and more.
56
---
67

78
**LangSmith Deployment** builds on the open-source [LangGraph](/oss/langgraph/overview) framework for developing stateful, multi-agent applications.
@@ -46,7 +47,7 @@ Streaming, human-in-the-loop, webhooks, and concurrency controls like double-tex
4647
href="/langsmith/deploy-other-frameworks"
4748
icon="school"
4849
>
49-
Step-by-step examples: AutoGen integration, streaming UI, and generative UI in React.
50+
Step-by-step examples: deploy other frameworks, collect user feedback, and build generative UI in React.
5051
</Card>
5152

5253
</CardGroup>

β€Žsrc/langsmith/components.mdxβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: LangSmith Deployment components
33
sidebarTitle: Overview
44
mode: wide
5+
description: Overview of Agent Server, LangGraph CLI, Studio, SDKs, RemoteGraph, control plane, and data plane components.
56
---
67

78
When running self-hosted [LangSmith Deployment](/langsmith/deploy-self-hosted-full-platform), your installation includes several key components. Together these tools and services provide a complete solution for building, deploying, and managing graphs (including agentic applications) in your own infrastructure:

β€Žsrc/langsmith/deploy-hybrid.mdxβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Set up hybrid LangSmith
33
sidebarTitle: Setup guide
44
icon: "cloud"
5+
description: Connect a self-hosted data plane to the managed LangSmith control plane for hybrid agent deployment.
56
---
67

78
<Info>

β€Žsrc/langsmith/deploy-other-frameworks.mdxβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Deploy other frameworks
33
sidebarTitle: Deploy other frameworks (e.g., Strands, CrewAI)
4+
description: Deploy agents built with Strands, CrewAI, or other frameworks to LangSmith using the LangGraph Functional API.
45
---
56
This guide shows you how to use [Functional API](/oss/langgraph/functional-api) to deploy a [Strands Agent](https://strandsagents.com/latest/documentation/docs/) on [LangSmith Deployment](/langsmith/deployments) and set up tracing for [LangSmith Observability](/langsmith/observability). You can follow the same approach with other frameworks like CrewAI, AutoGen, Google ADK.
67

β€Žsrc/langsmith/deploy-self-hosted-full-platform.mdxβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Enable LangSmith Deployment
33
sidebarTitle: Enable agent deployment
44
icon: "server"
5+
description: Enable agent deployment on a self-hosted LangSmith instance by adding the control plane and data plane components.
56
---
67

78
This guide shows you how to enable **LangSmith Deployment** on your [self-hosted LangSmith instance](/langsmith/kubernetes). This adds a [control plane](/langsmith/control-plane) and [data plane](/langsmith/data-plane) that let you deploy, scale, and manage agents and applications directly through the LangSmith UI.

β€Žsrc/langsmith/deploy-standalone-server.mdxβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Self-host standalone servers
33
sidebarTitle: Standalone servers
44
icon: "server"
5+
description: Deploy standalone Agent Servers using Docker, Docker Compose, or Kubernetes without the LangSmith control plane.
56
---
67

78
This guide shows you how to deploy **standalone <Tooltip tip="The server that runs your LangGraph applications.">Agent Servers</Tooltip>** without the LangSmith UI or control plane. This is the most lightweight self-hosting option for running one or a few agents as independent services.

β€Žsrc/langsmith/deploy-to-cloud.mdxβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Deploy on Cloud
33
sidebarTitle: Cloud
44
icon: "cloud"
55
iconType: "solid"
6+
description: Create and manage LangSmith Cloud deployments including revisions, logs, metrics, and settings.
67
---
78

89
This is the comprehensive setup and management guide for deploying applications to LangSmith Cloud.
@@ -62,7 +63,7 @@ Starting from the [LangSmith UI](https://smith.langchain.com), select **Deployme
6263
1. Add new secrets or environment variables.
6364
1. Remove existing secrets or environment variables.
6465
1. Update the value of existing secrets or environment variables.
65-
1. Select **Submit`**. After a few seconds, the **New Revision** modal will close and the new revision will be queued for deployment.
66+
1. Select **Submit**. After a few seconds, the **New Revision** modal will close and the new revision will be queued for deployment.
6667

6768
## View build and server logs
6869

β€Žsrc/langsmith/deploy-with-control-plane.mdxβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Deploy with control plane
33
sidebarTitle: With control plane
44
icon: "cloud-upload"
5+
description: Build Docker images and deploy applications to hybrid or self-hosted LangSmith instances using the control plane UI.
56
---
67

78
This guide shows you how to deploy your applications to [hybrid](/langsmith/hybrid) or [self-hosted](/langsmith/self-hosted) instances with a [control plane](/langsmith/control-plane). With a control plane, you build Docker images locally, push them to a registry that your Kubernetes cluster has access to, and deploy them with the [LangSmith UI](https://smith.langchain.com).

β€Žsrc/langsmith/deployment-quickstart.mdxβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Deploy your app to Cloud
33
sidebarTitle: Cloud quickstart
4+
description: Deploy your first LangGraph application to LangSmith Cloud from a GitHub repository.
45
---
56

67
This is a quickstart guide for deploying your first application to LangSmith Cloud.
@@ -141,7 +142,7 @@ You can now test the API:
141142
curl -s --request POST \
142143
--url <DEPLOYMENT_URL>/runs/stream \
143144
--header 'Content-Type: application/json' \
144-
--header "X-Api-Key: <LANGSMITH API KEY> \
145+
--header "X-Api-Key: <LANGSMITH API KEY>" \
145146
--data "{
146147
\"assistant_id\": \"agent\",
147148
\"input\": {

β€Žsrc/langsmith/deployments.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Native support for [MCP](/langsmith/server-mcp) and [A2A](/langsmith/server-a2a)
6969

7070
- **[Cloud](/langsmith/deploy-to-cloud)** β€” Fully managed. Push from a git repo.
7171
- **[Hybrid](/langsmith/deploy-with-control-plane)** β€” Runs in your cloud, managed by the LangSmith [control plane](/langsmith/control-plane).
72-
- **[Self-hosted](/langsmith/deploy-standalone-server)** β€” Fully self-managed in your own infrastructure.
72+
- **[Self-hosted](/langsmith/self-hosted)** β€” Fully self-managed in your own infrastructure.
7373

7474
Same runtime, same APIs. What changes is who manages the infrastructure. See [Platform setup](/langsmith/platform-setup) for a comparison.
7575

0 commit comments

Comments
Β (0)