Managed Deep Agents is in private beta, available on LangSmith Cloud in the US region only. Join the waitlist to request access.
Private beta API update: Managed Deep Agents is moving to a CLI-first private beta surface while we finalize the supported API story. Previous API-driven creation, update, and invocation examples have been removed from these docs. If you built against those preview APIs or need to use agents programmatically, contact your LangChain team; more guidance will be shared during private beta.
- Create or edit a local Managed Deep Agents project.
- Keep the default backend or opt into a LangSmith sandbox backend.
- Connect MCP tools when the agent needs external capabilities.
- Deploy the project to Managed Deep Agents.
- Inspect traces, files, tool calls, runtime state, and revisions in LangSmith.
Follow the workflow
Quickstart
Deploy a first agent with the CLI.
Connect tools
Register static-header or OAuth MCP servers and reference their tools from agents.
Deploy an agent
Create or update Managed Deep Agents with the CLI.
CLI reference
Review all deploy commands, project files, flags, and validation rules.
Use Managed Deep Agents
Use Managed Deep Agents to:- Create and manage deep agents from local project files.
- Run long-running agents without standing up a custom agent server.
- Give each thread or agent isolated LangSmith sandbox resources for code execution, filesystem work, and long-running tasks.
- Use a managed file tree for instructions, skills, subagents, tools, and runtime files.
- Register workspace-level MCP servers, including OAuth MCP servers, and list their available tools.
- Inspect traces and agent behavior in LangSmith.
Created resources
When you create a Managed Deep Agent, LangSmith provisions:- A Managed Deep Agent resource.
- A separate LangSmith tracing project for the agent.
- A Context Hub agent repo that stores the managed file tree.
LangSmith sandbox backends
Managed Deep Agents projects generated bydeepagents-cli>=0.2.2 use the state backend:
state: applies no sandbox-specific backend behavior.sandboxwithsandbox_config.scope: "thread": scopes sandbox resources to each thread.sandboxwithsandbox_config.scope: "agent": scopes the sandbox to the agent rather than to individual threads.
Limits and notes
Operational notes that apply during private beta. Behavior may change before general availability.Stable deploy experience
Managed Deep Agents deploy is available through the beta CLI release during private beta. The stable Deep Agents deploy experience continues to work until Managed Deep Agents reaches public beta and the deploy command switches to the new behavior.Supported models
Pass model identifiers in the form{provider}:{model_id}. For example, openai:gpt-5.5. The runtime resolves models with init_chat_model, so any provider that init_chat_model supports is usable from Managed Deep Agents. See Supported providers and models for the current list.
Values without a colon are interpreted as references to a saved Playground configuration rather than as model identifiers. Always supply the full {provider}:{model_id} form when configuring a model directly.
Thread retention
Threads have no retention window or per-workspace cap during private beta. Create as many as you need. Existing threads remain accessible for the duration of the beta.Rate limits and quotas
The Managed Deep Agents endpoints do not enforce per-key, per-workspace, or per-agent request rate limits during private beta.Agent limits
Free LangSmith workspaces are limited to one Managed Deep Agent. Paid LangSmith plans can create unlimited agents. When a free workspace is already at its limit,deepagents deploy fails with a message to delete the existing agent or upgrade your plan.
Delete agents
Deleting an agent does not cascade to threads. Threads created against a deleted agent remain queryable but cannot start new runs. Track and delete threads explicitly when you want to clean them up.API stability
Managed Deep Agents is repo- and CLI-first during private beta. The agent-creation APIs are not part of the documented product surface. Use the CLI for creation, updates, MCP server registration, and deploy workflows.Support and feedback
Beta access includes direct support. The contact for bug reports and feature requests is included in the email you receive when access is granted.Private beta scope
Managed Deep Agents is available on LangSmith Cloud in the US region only during private beta. Self-hosted and Hybrid deployments are not supported, and EU and other regions are planned after general availability. The API also does not mirror every LangSmith Deployment endpoint in private beta. A Managed Deep Agent is not a LangSmith Deployment.Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

