overview
What is Claude Agent SDK?
Claude Agent SDK is a software development kit developed by Anthropic that enables developers to programmatically build AI agents with Claude Code's capabilities for autonomous coding workflows. It provides the underlying infrastructure for advanced agentic capabilities, available as a library in TypeScript and Python. The SDK facilitates the creation of AI assistants capable of autonomous knowledge retrieval, external tool invocation, sandboxed code execution, and context maintenance across sessions. Its operational model follows a three-phase 'agentic loop': Gather Context → Take Action → Verify Work → Repeat, designed to enable autonomous digital work.