Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions src/langsmith/agent-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,9 @@ Use Agent Server to create and manage [assistants](/langsmith/assistants), [thre

<Tip>
**API reference**<br></br>
For detailed information on the API endpoints and data models, refer to the [API reference docs](https://langchain-ai.github.io/langgraph/cloud/reference/api/api_ref.html).
For detailed information on the API endpoints and data models, refer to the [Agent Server API reference](/langsmith/server-api-ref).
</Tip>

To use the Enterprise version of the Agent Server, you must acquire a license key that you will need to specify when running the Docker image. To acquire a license key, [contact our sales team](https://www.langchain.com/contact-sales).

You can run the Enterprise version of the Agent Server on the following LangSmith [platform](/langsmith/platform-setup) options:

- [Cloud](/langsmith/cloud)
- [Hybrid](/langsmith/hybrid)
- [Self-hosted](/langsmith/self-hosted)

## Application structure

To deploy an Agent Server application, you need to specify the graph(s) you want to deploy, as well as any relevant configuration settings, such as dependencies and environment variables.
Expand Down Expand Up @@ -53,6 +45,18 @@ If you're deploying using [LangSmith cloud](/langsmith/cloud), these components

For more information on how these components are set up and managed, review the [hosting options](/langsmith/platform-setup) guide.

### How to deploy

Agent Server can be deployed using different methods depending on your infrastructure:

- [Cloud](/langsmith/deploy-to-cloud): Deploy from GitHub repositories with fully managed infrastructure.
- [Hybrid or self-hosted with control plane](/langsmith/deploy-with-control-plane): Build Docker images and deploy via the UI.
- [Standalone servers](/langsmith/deploy-standalone-server): Deploy Agent Servers directly without the control plane.

<Note>
Cloud deployments are available on all LangSmith plans. Hybrid and self-hosted options require an Enterprise plan and license key. To acquire a license key, [contact our sales team](https://www.langchain.com/contact-sales).
</Note>

## Learn more

- [Application Structure](/langsmith/application-structure) guide explains how to structure your application for deployment.
Expand Down