Start here if you’re building or operating agent applications. This section is about deploying your application. If you need to set up LangSmith infrastructure, the Hosting section covers infrastructure options (Cloud, Hybrid, Self-hosted) and setup guides for Hybrid and Self-hosted deployments.
1
Run your application on a local server.
2
Set up dependencies, project structure, and environment configuration.
3
(Required for deployment) Select Cloud, Hybrid, or Self-hosted.
4
Deploy your app
- Cloud: Push code from a git repository
- Hybrid or Self-hosted with control plane: Build and push Docker images, deploy via UI
- Standalone servers: Deploy directly without control plane
5
Track traces, alerts, and dashboards.
What you’ll learn
- Configure your app for deployment (dependencies, project setup, and monorepo support).
- Build, deploy, and update LangGraph Servers.
- Secure your deployments with authentication and access control.
- Customize your server runtime (lifespan hooks, middleware, and routes).
- Debug, observe, and troubleshoot deployed agents using the Studio UI.
Related
Connect these docs programmatically to Claude, VSCode, and more via MCP for    real-time answers.