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%
GitHub
github.com › anthropics › anthropic-sdk-python
GitHub - anthropics/anthropic-sdk-python
This SDK provides support for tool use, aka function calling. More details can be found in the documentation. This library also provides support for the Anthropic Bedrock API if you install this library with the bedrock extra, e.g.
Starred by 2.6K users
Forked by 415 users
Languages Python
Videos
How to use AgentOps with the Anthropic SDK in 5 minutes
10:13
Next.js AI SDK Tutorial - 5 - AI Models and Providers - YouTube
17:03
The EASIEST way to build AI apps – AI SDK Overview - YouTube
12:46
AI API and SDK Explained: Case of OpenAI API and Anthropic - YouTube
17:01
How openai and anthropic publish their SDK and you can too - YouTube
08:00
Claude in the Box - Use Anthropic Agent SDK in a Sandbox - YouTube
Claude
docs.claude.com › en › api › client-sdks
Client SDKs - Claude Docs
Go library GitHub repo Requirements: Go 1.22+ Installation: ... The C# SDK is currently in beta. Requirements: .NET 8 or later Installation: ... git clone [email protected]:anthropics/anthropic-sdk-csharp.git dotnet add reference anthropic-sdk-csharp/src/Anthropic.Client
GitHub
github.com › anthropics › anthropic-sdk-java
GitHub - anthropics/anthropic-sdk-java
After invoking the tool, use BetaToolResultBlockParam.Builder.contentAsJson(Object) to pass the tool's result back to the AI model. The method will convert the result to JSON form for consumption by the model. The Object can be any object, including simple String instances and boxed primitive types. import com.anthropic.client.AnthropicClient; import com.anthropic.client.okhttp.AnthropicOkHttpClient; import com.anthropic.models.beta.messages.*; import com.anthropic.models.messages.Model; import java.util.List; AnthropicClient client = AnthropicOkHttpClient.fromEnv(); MessageCreateParams.Builde
Starred by 191 users
Forked by 37 users
Languages Kotlin
GitHub
github.com › tghamm › Anthropic.SDK
GitHub - tghamm/Anthropic.SDK: An unofficial C#/.NET SDK for accessing the Anthropic Claude API. This package is not affiliated with, endorsed by, or sponsored by Anthropic. Anthropic and Claude are trademarks of Anthropic, PBC.
Anthropic.SDK is an unofficial C# client designed for interacting with the Claude AI API. This powerful interface simplifies the integration of the Claude AI into your C# applications.
Starred by 206 users
Forked by 38 users
Languages C#
GitHub
github.com › anthropics › claude-agent-sdk-demos
GitHub - anthropics/claude-agent-sdk-demos: Claude Code SDK Demos
They are intended for local development only and should NOT be deployed to production or used at scale. This repository contains multiple demonstrations of the Claude Agent SDK, showcasing different ways to build AI-powered applications ...
Starred by 859 users
Forked by 139 users
Languages TypeScript 88.3% | Python 9.5% | JavaScript 1.1%
npm
npmjs.com › package › @anthropic-ai › sdk
anthropic-ai/sdk
If you are interested in other runtime environments, please open or upvote an issue on GitHub. See the contributing documentation. none · npm i @anthropic-ai/sdk · github.com/anthropics/anthropic-sdk-typescript · github.com/anthropics/anthropic-sdk-typescript#readme ·
» npm install @anthropic-ai/sdk
Published Dec 06, 2025
Version 0.71.2
Author Anthropic
GitHub
github.com › anthropics › claude-agent-sdk-python
GitHub - anthropics/claude-agent-sdk-python
Starred by 3.7K users
Forked by 491 users
Languages Python 98.9% | Shell 1.1%
GitHub
github.com › anthropics › claude-agent-sdk-typescript
GitHub - anthropics/claude-agent-sdk-typescript
The Claude Agent SDK enables you to programmatically build AI agents with Claude Code's capabilities.
Starred by 517 users
Forked by 54 users
GitHub
github.com › vercel › ai › blob › main › packages › anthropic › CHANGELOG.md
CHANGELOG.md - ai-sdk/anthropic
The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents - ai/packages/anthropic/CHANGELOG.md at main · vercel/ai
Author vercel
GitHub
github.com › anthropics › anthropic-sdk-go
GitHub - anthropics/anthropic-sdk-go: Access to Anthropic's safety-first language model APIs via Go
Starred by 650 users
Forked by 81 users
Languages Go
GitHub
github.com › anthropics › anthropic-sdk-typescript › blob › main › package.json
anthropic-sdk-typescript/package.json at main · anthropics/anthropic-sdk-typescript
"name": "@anthropic-ai/sdk", "version": "0.68.0", "description": "The official TypeScript library for the Anthropic API", "author": "Anthropic <[email protected]>", "types": "dist/index.d.ts", "main": "dist/index.js", "type": ...
Author anthropics
Anthropic
anthropic.com › engineering › advanced-tool-use
Anthropic
An IDE assistant that integrates git operations, file manipulation, package managers, testing frameworks, and deployment pipelines. An operations coordinator that connects Slack, GitHub, Google Drive, Jira, company databases, and dozens of MCP servers simultaneously.
Reddit
reddit.com › r/claudeai › anthropic released an official python sdk for claude code
r/ClaudeAI on Reddit: Anthropic released an official Python SDK for Claude Code
June 14, 2025 -
Anthropic has officially released a Python SDK for Claude Code, and it’s built specifically with developers in mind. This makes it way easier to bring Claude’s code generation and tool use capabilities into your own Python projects
What it offers:
Tool use support
Streaming output
Async & sync support
File support
Built-in chat structure
GitHub repo: https://github.com/anthropics/claude-code-sdk-python
I'd love to hear your ideas on how you plan to put this to use
GitHub
github.com › cloudflare › agents › issues › 511
Update example for AI Gateway + BYOK + @ai-sdk/anthropic · Issue #511 · cloudflare/agents
September 25, 2025 - const anthropic = createAnthropic({ apiKey: "", baseURL: await env.AI.gateway(env.GATEWAY_ID).getUrl("anthropic"), headers: { "cf-aig-authorization": `Bearer ${env.GATEWAY_API_KEY}`, } });
Published Sep 25, 2025
GitHub
github.com › kenneth-liao › claude-agent-sdk-intro
GitHub - kenneth-liao/claude-agent-sdk-intro
Create AI agents that can read, write, and edit files autonomously · Build conversational agents that remember context across multiple exchanges · Integrate powerful external tools through Model Context Protocol (MCP) Design specialized subagents ...
Starred by 106 users
Forked by 36 users
Languages Python
GitHub
github.com › vercel › ai
GitHub - vercel/ai: The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents
The AI SDK provides a unified API to interact with model providers like OpenAI, Anthropic, Google, and more.
Starred by 20.4K users
Forked by 3.5K users
Languages TypeScript 74.9% | MDX 24.7% | JavaScript 0.3% | Vue 0.1% | CSS 0.0% | Svelte 0.0%