LangChain Ships Managed Deep Agents 0.7.0 with Connections for Unified Credential Management
LangChain has released Managed Deep Agents (MDA) 0.7.0, adding a Connections feature that provides a unified approach to agent authentication and credential management. Current conclusion: Connections lets you store credentials in the LangSmith workspace, replacing traditional .env files, supporting both agent-level shared secrets and user-level OAuth—worth watching for developers building multi-user agent applications.
Confirmed
- Version is 0.7.0+, the feature is called Connections, credentials are stored in the LangSmith workspace replacing .env files (m1).
- Two credential modes are supported: agent-owned credentials (e.g., shared tools using the agent's own shared secret) and user-level OAuth authorization (m4).
- An official 10-minute demo video shows configuring a team-shared Tavily API key so all users draw from the same key pool for search, plus integrations with services like Linear (m2, m5).
- Per @BraceSproul, Managed Connections lets you set up an agent's OAuth authorization with a single parameter in code (m3).
Why it matters
- Previously, when agents needed to act under a shared identity or a user's identity, developers had to write OAuth apps, token storage, refresh logic, and consent flows for every service—a long-standing pain point; Connections unifies all of this in a managed layer, reducing the engineering burden of building multi-service, multi-user agents (m3, m4).
- Team-shared key pools (e.g., a single Tavily key) simplify cost and key management, making it well suited for team collaboration scenarios (m2, m5).
2026-09-09 ~ 2026-09-10 · 5 related posts
Primary sources
- LangChain Managed Deep Agents 0.7.0+ Adds Connections: Agent-Owned Secrets and User OAuth — LangChain ·
- LangChain demos setting up Connections in Managed Deep Agents in 10 minutes — LangChain ·
- LangChain ships Managed Deep Agents 0.7 with Connections for agent and user (OBO) credentials — hwchase17 ·
- managed-deepagents 0.7 ships Managed Connections to end the OAuth dance for agent auth — BraceSproul · 2026-09-09
- [source] LangChain Managed Deep Agents 0.7.0+ Adds Connections: Agent-Owned Secrets and User OAuth — LangChain · 2026-09-10
- LangChain demos Managed Deep Agents Connections: shared keys and OAuth in 10 minutes — LangChain · 2026-09-10
- [source] LangChain demos setting up Connections in Managed Deep Agents in 10 minutes — LangChain · 2026-09-10
1 near-duplicate retellings: hwchase17