npm
npmjs.com › package › @anthropic-ai › sdk
@anthropic-ai/sdk - npm
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
Start using @anthropic-ai/bedrock-sdk in your project by running `npm i @anthropic-ai/bedrock-sdk`. There are 64 other projects in the npm registry using @anthropic-ai/bedrock-sdk.
» npm install @anthropic-ai/bedrock-sdk
Published Nov 18, 2025
Version 0.26.0
Author Anthropic
Videos
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 Dec 23, 2025
Version 3.0.1
Repository https://github.com/vercel/ai
Homepage https://ai-sdk.dev/docs
npm
npmjs.com › package › @anthropic-ai › claude-agent-sdk
@anthropic-ai/claude-agent-sdk - npm
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
GitHub
github.com › anthropics › anthropic-sdk-typescript
GitHub - anthropics/anthropic-sdk-typescript: Access to Anthropic's safety-first language model APIs in TypeScript
import Anthropic from '@anthropic-ai/sdk'; const client = new Anthropic({ fetchOptions: { proxy: 'http://localhost:8888', }, }); ... import Anthropic from 'npm:@anthropic-ai/sdk'; const httpClient = Deno.createHttpClient({ proxy: { url: 'http://localhost:8888' } }); const client = new Anthropic({ fetchOptions: { client: httpClient, }, });
Starred by 1.5K users
Forked by 184 users
Languages TypeScript 96.8% | Shell 2.1% | JavaScript 1.1%
npm
npmjs.com › package › @anthropic-ai › claude-code
@anthropic-ai/claude-code - npm
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: 7 days ago.
» npm install @anthropic-ai/claude-code
Published Dec 22, 2025
Version 2.0.76
Author Anthropic
Repository https://github.com/anthropics/claude-code
npm
npmjs.com › package › @anthropic-ai › vertex-sdk
@anthropic-ai/vertex-sdk - npm
Latest version: 0.14.0, last published: 2 months ago. Start using @anthropic-ai/vertex-sdk in your project by running `npm i @anthropic-ai/vertex-sdk`. There are 54 other projects in the npm registry using @anthropic-ai/vertex-sdk.
» npm install @anthropic-ai/vertex-sdk
Published Sep 17, 2025
Version 0.14.0
Author Anthropic
GitHub
github.com › anthropics › anthropic-sdk-typescript › blob › main › CONTRIBUTING.md
anthropic-sdk-typescript/CONTRIBUTING.md at main · anthropics/anthropic-sdk-typescript
$ npm install git+ssh://[email protected]:anthropics/anthropic-sdk-typescript.git · Alternatively, to link a local copy of the repo: # Clone $ git clone https://www.github.com/anthropics/anthropic-sdk-typescript $ cd anthropic-sdk-typescript # ...
Author anthropics
Tessl
tessl.io › registry › tessl › npm-anthropic-ai--sdk › 0.61.0
tessl/[email protected] - Registry - Tessl
class Anthropic extends BaseAnthropic ... fetch?: Fetch; dangerouslyAllowBrowser?: boolean; } ... Primary interface for conversational AI interactions with Claude models....
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.
Restack
restack.io › p › anthropic-sdk-answer-npm-cat-ai
Anthropic SDK NPM Overview | Restackio
This example demonstrates how to set up the Anthropic SDK for NPM and make a basic API call. You can build upon this foundation to create more complex applications using the SDK's capabilities. ... Explore the function calling capabilities of Anthropic Claude, enhancing AI interactions with structured inputs and outputs.
npm
npmjs.com › package › @anthropic-ai › foundry-sdk
@anthropic-ai/foundry-sdk - npm
Start using @anthropic-ai/foundry-sdk in your project by running `npm i @anthropic-ai/foundry-sdk`. There are no other projects in the npm registry using @anthropic-ai/foundry-sdk.
» npm install @anthropic-ai/foundry-sdk
Published Nov 18, 2025
Version 0.2.0
Author Anthropic