๐ธ๏ธLangChain BlogโขStalecollected in 53m
LangSmith Fleet Dual Agent Authorization

๐กLangSmith Fleet's new auth types enable secure, flexible agent deploys for devs.
โก 30-Second TL;DR
What Changed
Introduces Assistants authorization with end-user credentials
Why It Matters
Developers gain user-centric or shared credential options, balancing security and scalability for production agents. This reduces credential management overhead in multi-user environments.
What To Do Next
Test Assistants and Claws auth in LangSmith Fleet for your next agent project.
Who should care:Developers & AI Engineers
๐ง Deep Insight
AI-generated analysis for this event.
๐ Enhanced Key Takeaways
- โขThe 'Assistants' authorization model leverages OAuth 2.0 flows to ensure agents operate strictly within the scope of the authenticated user's permissions, preventing privilege escalation.
- โขThe 'Claws' authorization model is designed for background automation and system-to-system tasks, utilizing service-account-level credentials stored in LangSmith's encrypted vault.
- โขThis dual-authorization architecture is specifically engineered to address enterprise compliance requirements for auditability, allowing organizations to distinguish between user-initiated and autonomous agent actions in logs.
๐ Competitor Analysisโธ Show
| Feature | LangSmith Fleet | Weights & Biases Prompts | Arize Phoenix |
|---|---|---|---|
| Agent Auth Models | Dual (User/Fixed) | Primarily Fixed/API Key | Primarily Fixed/API Key |
| Deployment Focus | Integrated Agent Lifecycle | Experiment Tracking | Observability/Evaluation |
| Access Control | Granular (OAuth/Service) | Role-Based (RBAC) | Role-Based (RBAC) |
๐ ๏ธ Technical Deep Dive
- Assistants (User-Delegated): Implements an OIDC-compliant token exchange where the agent acts as a proxy for the user's identity, requiring the user to grant consent via a LangSmith-managed consent screen.
- Claws (Service-Account): Utilizes a long-lived credential rotation policy managed by LangSmith, where credentials are never exposed to the agent code directly but are injected via environment variables at runtime.
- Audit Logging: Both authorization types integrate with LangSmith's unified logging layer, tagging every trace with an 'auth_context' metadata field to differentiate between 'user_delegated' and 'system_service' execution modes.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
LangSmith will likely introduce Just-In-Time (JIT) credential provisioning for Claws.
The current fixed credential model for Claws creates a security bottleneck that JIT ephemeral tokens would resolve for high-security enterprise environments.
Third-party identity provider (IdP) integration will become a primary differentiator.
As enterprises adopt this dual-auth model, they will demand native integration with existing IdPs like Okta or Azure AD to manage the 'Assistants' user-delegation flow.
โณ Timeline
2023-04
LangSmith enters public beta for LLM observability and evaluation.
2024-01
LangChain introduces LangGraph for building stateful, multi-actor applications.
2025-06
LangSmith Fleet is launched to manage agent deployment and orchestration at scale.
2026-03
LangSmith Fleet introduces dual agent authorization (Assistants and Claws).
๐ฐ
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: LangChain Blog โ

