cult of claude
Claude Agent SDK Typescript banner
anthropics anthropics

Claude Agent SDK Typescript

Development community intermediate

Description

[![npm]](https://www.npmjs.com/package/@anthropic-ai/claude-agent-sdk)

Installation

Terminal
git clone https://github.com/anthropics/claude-agent-sdk-typescript

README

Claude Agent SDK

[![npm]](https://www.npmjs.com/package/@anthropic-ai/claude-agent-sdk)

The Claude Agent SDK enables you to programmatically build AI agents with Claude Code's capabilities. Create autonomous agents that can understand codebases, edit files, run commands, and execute complex workflows.

**Learn more in the [official documentation](https://docs.claude.com/en/api/agent-sdk/overview)**.

Get started

Install the Claude Agent SDK:

npm install @anthropic-ai/claude-agent-sdk

Migrating from the Claude Code SDK

The Claude Code SDK is now the Claude Agent SDK. Please check out the [migration guide](https://docs.claude.com/en/docs/claude-code/sdk/migration-guide) for details on breaking changes.

Reporting Bugs

We welcome your feedback. File a [GitHub issue](https://github.com/anthropics/claude-agent-sdk-typescript/issues) to report bugs or request features.

Connect on Discord

Join the [Claude Developers Discord](https://anthropic.com/discord) to connect with other developers building with the Claude Agent SDK. Get help, share feedback, and discuss your projects with the community.

Data collection, usage, and retention

When you use the Claude Agent SDK, we collect feedback, which includes usage data (such as code acceptance or rejections), associated conversation data, and user feedback submitted via the /bug command.

How we use your data

See our [data usage policies](https://docs.anthropic.com/en/docs/claude-code/data-usage).

Privacy safeguards

We have implemented several safeguards to protect your data, including limited retention periods for sensitive information, restricted access to user session data, and clear policies against using feedback for model training.

...