45 lines
2.0 KiB
Markdown
45 lines
2.0 KiB
Markdown
# Claude Agent SDK
|
|
|
|
 [![npm]](https://www.npmjs.com/package/@anthropic-ai/claude-agent-sdk)
|
|
|
|
[npm]: https://img.shields.io/npm/v/@anthropic-ai/claude-agent-sdk.svg?style=flat-square
|
|
|
|
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://platform.claude.com/docs/en/agent-sdk/overview)**.
|
|
|
|
## Get started
|
|
|
|
Install the Claude Agent SDK:
|
|
|
|
```sh
|
|
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://platform.claude.com/docs/en/agent-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 and restricted access to user session data.
|
|
|
|
For full details, please review our [Commercial Terms of Service](https://www.anthropic.com/legal/commercial-terms) and [Privacy Policy](https://www.anthropic.com/legal/privacy).
|
|
|