🌐
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
🌐
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 › topics › anthropic-ai-sdk
anthropic-ai-sdk · GitHub Topics · GitHub
... AI-powered editorial platform designed to streamline content creation and management. Using advanced AI models like Anthropic's Claude and Sonnet SDK, it automates the rewriting of articles and enhances the editing process.
🌐
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
Anthropic · GitHub
Anthropic has 59 repositories available. Follow their code on GitHub.
🌐
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
🌐
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
Find elsewhere
🌐
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 513 users
Forked by 54 users
🌐
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%
🌐
GitHub
github.com › anthropics › anthropic-sdk-go
GitHub - anthropics/anthropic-sdk-go: Access to Anthropic's safety-first language model APIs via Go
Access to Anthropic's safety-first language model APIs via Go - anthropics/anthropic-sdk-go
Starred by 650 users
Forked by 81 users
Languages   Go
🌐
GitHub
github.com › anthropics › claude-agent-sdk-python
GitHub - anthropics/claude-agent-sdk-python
Python SDK for Claude Agent.
Starred by 3.7K users
Forked by 491 users
Languages   Python 98.9% | Shell 1.1%
🌐
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
🌐
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 › 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
🌐
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
🌐
Claude Docs
platform.claude.com › docs › en › api › client-sdks
Client SDKs - Claude Docs
For basic usage instructions, see ... to each SDK's GitHub repository. Additional configuration is needed to use Anthropic's Client SDKs through a partner platform. If you are using Amazon Bedrock, see this guide; if you are using Google Cloud Vertex AI, see this guide; if ...
🌐
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 › anthropics › anthropic-sdk-php
GitHub - anthropics/anthropic-sdk-php: Access to Anthropic's safety-first language model APIs in PHP
Access to Anthropic's safety-first language model APIs in PHP - anthropics/anthropic-sdk-php
Starred by 65 users
Forked by 10 users
Languages   PHP 99.7% | Shell 0.3%