npm
npmjs.com › package › @anthropic-ai › sdk
@anthropic-ai/sdk - npm
October 28, 2025 - This SDK provides helpers for making it easy to create and run tools in the Messages API. You can use Zod schemas or JSON Schemas to describe the input to a tool. You can then run those tools using the client.messages.toolRunner() method.
» npm install @anthropic-ai/sdk
Published Dec 06, 2025
Version 0.71.2
Author Anthropic
Videos
08:00
Claude in the Box - Use Anthropic Agent SDK in a Sandbox - YouTube
10:13
Next.js AI SDK Tutorial - 5 - AI Models and Providers - YouTube
17:01
How openai and anthropic publish their SDK and you can too - YouTube
How to use AgentOps with the Anthropic SDK in 5 minutes
15:29
Claude Agents SDK: Why is NO ONE Talking About This - YouTube
26:20
Build An AI-Agent With Next.js + AI SDK + Context7 + Warp Code ...
Anthropic
anthropic.com › engineering › building-agents-with-the-claude-agent-sdk
Building agents with the Claude Agent SDK
September 29, 2025 - By giving it tools to run bash commands, edit files, create files and search files, Claude can read CSV files, search the web, build visualizations, interpret metrics, and do all sorts of other digital work – in short, create general-purpose agents with a computer. The key design principle behind the Claude Agent SDK is to give your agents a computer, allowing them to work like humans do.
npm
npmjs.com › package › @ai-sdk › anthropic
@ai-sdk/anthropic - npm
2 weeks ago - 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 22, 2025
Version 3.0.0
Repository https://github.com/vercel/ai
Homepage https://ai-sdk.dev/docs
Vercel
vercel.com › blog › ai-sdk-6
AI SDK 6 - Vercel
3 days ago - AI SDK 6 also adds support for programmatic tool calling, which allows Claude to call your tools from a code execution environment, keeping intermediate results out of context. This can significantly reduce token usage and cost. Mark tools as callable from code execution with allowedCallers, and use prepareStep to preserve the container across steps: ... To learn more, check out the Anthropic documentation.
GitHub
github.com › anthropics › anthropic-sdk-typescript
GitHub - anthropics/anthropic-sdk-typescript: Access to Anthropic's safety-first language model APIs in TypeScript
This SDK provides helpers for making it easy to create and run tools in the Messages API. You can use Zod schemas or JSON Schemas to describe the input to a tool. You can then run those tools using the client.messages.toolRunner() method.
Starred by 1.4K users
Forked by 182 users
Languages TypeScript 96.8% | Shell 2.1% | JavaScript 1.1%
Lmnr
docs.lmnr.ai › tracing › integrations › anthropic
LLM Observability for Anthropic SDK - Laminar documentation
import { Laminar } from '@lmnr-ai/lmnr'; import Anthropic from '@anthropic-ai/sdk'; import 'dotenv/config'; // Load environment variables // This single line instruments all Anthropic API calls Laminar.initialize({ instrumentModules: { anthropic: Anthropic } }); // Initialize Anthropic client as usual const anthropic = new Anthropic();
Anthropic
anthropic.com › engineering › effective-harnesses-for-long-running-agents
Effective harnesses for long-running agents
1 month ago - The Claude Agent SDK is a powerful, general-purpose agent harness adept at coding, as well as other tasks that require the model to use tools to gather context, plan, and execute. It has context management capabilities such as compaction, which enables an agent to work on a task without exhausting ...
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