Some tools require user authorization (for example, Google, Slack, GitHub). LangSmith Fleet includes middleware to detect when a tool needs authorization and to pause the run with a clear prompt to the user. After the user completes auth, the same tool call is retried automatically.Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-mdrxyo-1777658790-7be347c.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Return shape to request auth
If a tool detects missing authorization, return a JSON string containing the following fields:auth_required: set totrueto signal an interrupt is needed.auth_url: where the user should be redirected to authorize.auth_id: optional correlation ID to track the auth session.
Return only this JSON as the tool’s output. Avoid including additional text or content. Fleet parses the response to trigger the authentication flow.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

