The Managed Deep Agents API is a private preview API for creating, updating, and invoking Managed Deep Agents. For normal deploy workflows, use the betaDocumentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-vicmda-1780088974-0fb0763.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
deepagents-cli experience described in Deploy Managed Deep Agents. Use the REST API when you need a custom client, automation that cannot shell out to the CLI, or direct control over request payloads.
Managed Deep Agents is in private preview. Join the waitlist to request access. For usage guidance, see Deploy Managed Deep Agents.
- Agents: Create, list, get, update, and delete Managed Deep Agents.
- Threads: Create, search, count, and inspect durable thread state.
- Runs: Start and stream runs on Managed Deep Agent threads.
- MCP servers: Register MCP servers and store credentials referenced by agent tools.
- Auth sessions: Complete the OAuth flow for MCP servers in the
/v1/deepagentsnamespace.
Authentication
Requests require a LangSmith API key for a workspace with Managed Deep Agents private preview access. Pass the key with each request:Base route
The private preview API uses/v1/deepagents.
Routes are versioned at /v1/, but the surface is in private preview and may change in backwards-incompatible ways before general availability. See API stability for breaking-change communication.
Resource groups
| Resource group | Purpose |
|---|---|
| Agents | Create and manage Managed Deep Agent resources. |
| Threads | Create and manage durable thread state for Managed Deep Agents. |
| Runs | Start and stream Managed Deep Agent runs on threads. |
| MCP servers | Register MCP servers and store credentials referenced by agent tools. |
| Auth sessions | Start and poll user OAuth sessions for OAuth MCP servers. |
Private preview scope
Managed Deep Agents is available on LangSmith Cloud in the US region only during private preview. Self-hosted and Hybrid deployments are not supported, and EU and other regions will follow general availability. The API also does not mirror every LangSmith Deployment endpoint in private preview. Endpoint groups such as integrations, triggers, skills, sandboxes, auth providers, and auth tokens are not mirrored yet. For operational notes about supported models, thread retention, rate limits, agent limits, SDK availability, and support channels during preview, see Limits and notes in the deploy guide.Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

