Agents

serving multiple users from a single agent deployment introduces three distinct problems. luckily, langsmith's agent server has a solution f…

serving multiple users from a single agent deployment introduces three distinct problems. luckily, langsmith's agent server has a solution for each! 1. data isolation: your @auth.authenticate handler

DGX agentx-post
agentsharrison-chase--x

serving multiple users from a single agent deployment introduces three distinct problems. luckily, langsmith's agent server has a solution for each! 1. data isolation: your @auth.authenticate handler tags every resource with ownership on write, filters on read. 2. delegated credentials: agent auth handles the oauth flow so the agent can act as the user across runs. 3. operator access: rbac controls who on your team can deploy, trace, or change auth policies. https://docs.langchain.com/oss/python/deepagents/going-to-production#multi-tenancy

Source: Harrison Chase (X) | 2026-04-30

Loading related sources…