npm
npmjs.com › package › @anthropic-ai › sdk
@anthropic-ai/sdk - npm
October 28, 2025 - The official TypeScript library for the Anthropic API. Latest version: 0.71.2, last published: 11 days ago. Start using @anthropic-ai/sdk in your project by running `npm i @anthropic-ai/sdk`. There are 2694 other projects in the npm registry ...
» npm install @anthropic-ai/sdk
Published Dec 06, 2025
Version 0.71.2
Author Anthropic
npm
npmjs.com › package › @anthropic-ai › bedrock-sdk
@anthropic-ai/bedrock-sdk - npm
November 18, 2025 - The official TypeScript library for the Anthropic Bedrock API. Latest version: 0.26.0, last published: a month ago. Start using @anthropic-ai/bedrock-sdk in your project by running `npm i @anthropic-ai/bedrock-sdk`. There are 64 other projects ...
» npm install @anthropic-ai/bedrock-sdk
Published Nov 18, 2025
Version 0.26.0
Author Anthropic
Videos
08:00
Claude in the Box - Use Anthropic Agent SDK in a Sandbox - YouTube
04:53
How to Get Started With Claude Code in 5 Minutes - YouTube
09:05
Build with Claude as a JavaScript developer - Anthropic API - YouTube
17:01
How openai and anthropic publish their SDK and you can too - YouTube
07:58
Claude 3 API - Overview and Javascript Implementation - YouTube
How to use AgentOps with the Anthropic SDK in 5 minutes
Claude
docs.claude.com › en › api › client-sdks
Client SDKs - Claude Docs
This page includes brief installation instructions and links to the open-source GitHub repositories for Anthropic’s Client SDKs.
npm
npmjs.com › package › @anthropic-ai › claude-agent-sdk
@anthropic-ai/claude-agent-sdk - npm
4 days ago - SDK for building AI agents with Claude Code's capabilities. Programmatically interact with Claude to build autonomous agents that can understand codebases, edit files, and execute workflows..
» npm install @anthropic-ai/claude-agent-sdk
Published Dec 22, 2025
Version 0.1.76
Author Anthropic
Anthropic
anthropic.com › learn › build-with-claude
Anthropic Academy: Claude API Development Guide
Set up your developer account and generate API keys on the Anthropic Console. Use our quickstart guide to make your first API call · Get started with Claude Code with npm install -g @anthropic-ai/claude-code
npm
npmjs.com › package › @anthropic-ai › claude-code
@anthropic-ai/claude-code - npm
4 days ago - Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.. Latest version: 2.0.76, last published: 4 days ago. Start using @anthropic-ai/claude-code in your project by running `npm i @anthropic-ai/claude-code`. There are 178 other projects in the npm registry using @anthropic-ai/claude-code.
» npm install @anthropic-ai/claude-code
Published Dec 22, 2025
Version 2.0.76
Author Anthropic
Repository https://github.com/anthropics/claude-code
Tessl
tessl.io › registry › tessl › npm-anthropic-ai--sdk › 0.61.0
tessl/[email protected] - Registry - Tessl
September 15, 2025 - The official TypeScript library for the Anthropic API, providing comprehensive client functionality for Claude AI models. This SDK enables developers to integrate Claude's conversational AI capabilities into their applications with full type ...
npm
npmjs.com › package › @ai-sdk › anthropic
@ai-sdk/anthropic - npm
import { anthropic } from '@ai-sdk/anthropic'; import { generateText } from 'ai'; const { text } = await generateText({ model: anthropic('claude-3-haiku-20240307'), prompt: 'Write a vegetarian lasagna recipe for 4 people.', });
» npm install @ai-sdk/anthropic
Published Sep 14, 2025
Version 2.0.17
Repository https://github.com/vercel/ai
Homepage https://ai-sdk.dev/docs
GitHub
github.com › anthropics › anthropic-sdk-typescript › blob › main › CONTRIBUTING.md
anthropic-sdk-typescript/CONTRIBUTING.md at main · anthropics/anthropic-sdk-typescript
# Clone $ git clone https://www.github.com/anthropics/anthropic-sdk-typescript $ cd anthropic-sdk-typescript # With yarn $ yarn link $ cd ../my-package $ yarn link @anthropic-ai/sdk # With pnpm $ pnpm link --global $ cd ../my-package $ pnpm link -—global @anthropic-ai/sdk · Most tests require you to set up a mock server against the OpenAPI spec to run the tests. $ npx prism mock path/to/your/openapi.yml · $ yarn run test · This repository uses prettier and eslint to format the code in the repository. To lint: $ yarn lint · To format and fix all lint issues automatically: $ yarn fix · Changes made to this repository via the automated release PR pipeline should publish to npm automatically.
Author anthropics
GitHub
github.com › anthropics › claude-agent-sdk-typescript
GitHub - anthropics/claude-agent-sdk-typescript
October 5, 2025 - Install the Claude Agent SDK: npm install @anthropic-ai/claude-agent-sdk · The Claude Code SDK is now the Claude Agent SDK. Please check out the migration guide for details on breaking changes.
Starred by 517 users
Forked by 54 users
npm
npmjs.com › package › @anthropic-ai › vertex-sdk
@anthropic-ai/vertex-sdk - npm
August 5, 2025 - The official TypeScript library for the Anthropic Vertex API. Latest version: 0.14.0, last published: 3 months ago. Start using @anthropic-ai/vertex-sdk in your project by running `npm i @anthropic-ai/vertex-sdk`. There are 56 other projects ...
» npm install @anthropic-ai/vertex-sdk
Published Sep 17, 2025
Version 0.14.0
Author Anthropic
Liona
liona.ai › docs › connecting › anthropic-sdk
Using the Anthropic SDK | Liona Docs
March 22, 2025 - npm install @anthropic-ai/sdk # or yarn add @anthropic-ai/sdk # or pnpm add @anthropic-ai/sdk
Restack
restack.io › p › anthropic-sdk-answer-npm-cat-ai
Anthropic SDK NPM Overview | Restackio
mkdir my-anthropic-project cd my-anthropic-project · Initialize NPM: Run the following command to create a package.json file, which will manage your project dependencies: ... Before making API calls, you need to set your API key. The SDK retrieves the API key from an environment variable named ANTHROPIC_API_KEY.