The Claude Agent SDK is an SDK for building agentic applications with Claude. LangSmith provides native integration with the Claude Agent SDK to automatically trace your agent executions, tool calls, and interactions with Claude models.Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Install the LangSmith integration for Claude Agent SDKSetup
Set your API keys:Quickstart
To enable LangSmith tracing for your Claude Agent SDK application, callconfigure_claude_agent_sdk() at the start of your application:
- Agent queries and responses
- Tool invocations and results
- Claude model interactions
- MCP server operations
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

