🌐
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.
🌐
GitHub
github.com › anthropics › anthropic-sdk-python
GitHub - anthropics/anthropic-sdk-python
It includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by httpx. The REST API documentation can be found on docs.anthropic.com.
Starred by 2.5K users
Forked by 411 users
Languages   Python
🌐
AI SDK
ai-sdk.dev › providers › ai-sdk-providers › anthropic
AI SDK Providers: Anthropic
The table above lists popular models. Please see the Anthropic docs for a full list of available models. The table above lists popular models.
🌐
npm
npmjs.com › package › @anthropic-ai › sdk
anthropic-ai/sdk
The REST API documentation can be found on docs.anthropic.com. The full API of this library can be found in api.md. ... The full API of this library can be found in api.md. import Anthropic from '@anthropic-ai/sdk'; const client = new Anthropic({ ...
      » npm install @anthropic-ai/sdk
    
Published   Dec 06, 2025
Version   0.71.2
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
The REST API documentation can be found on docs.anthropic.com. The full API of this library can be found in api.md. ... The full API of this library can be found in api.md. import Anthropic from '@anthropic-ai/sdk'; const client = new Anthropic({ ...
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-java
GitHub - anthropics/anthropic-sdk-java
The Anthropic Java SDK provides convenient access to the Anthropic REST API from applications written in Java. The REST API documentation can be found on docs.anthropic.com.
Starred by 191 users
Forked by 37 users
Languages   Kotlin
🌐
Claude Docs
platform.claude.com › docs › 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.
🌐
NuGet
nuget.org › packages › Anthropic.SDK
NuGet Gallery | Anthropic.SDK 5.8.0
See the RetryInterceptor and LoggingInterceptor source code in Anthropic.SDK/Examples/ for complete production-ready implementations. Anthropic.SDK now supports accessing Claude models through Google Cloud's Vertex AI platform.
🌐
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

Find elsewhere
🌐
Anthropic
anthropic.com › engineering › building-agents-with-the-claude-agent-sdk
Anthropic
Deep research agents: Build agents that can conduct comprehensive research across large document collections by searching through file systems, analyzing and synthesizing information from multiple sources, cross-referencing data across files, and generating detailed reports. And much more. At its core, the SDK gives you the primitives to build agents for whatever workflow you're trying to automate.
🌐
DeepSeek
api-docs.deepseek.com › anthropic api
Anthropic API | DeepSeek API Docs
Install Anthropic SDK · pip install anthropic · Config Environment Variables · export ANTHROPIC_BASE_URL=https://api.deepseek.com/anthropic export ANTHROPIC_API_KEY=${DEEPSEEK_API_KEY} Invoke the API ·
🌐
PyPI
pypi.org › project › anthropic › 0.3.9
anthropic · PyPI
The Anthropic Python library provides convenient access to the Anthropic REST API from any Python 3.7+ application. It includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients ...
      » pip install anthropic
    
Published   Aug 12, 2023
Version   0.3.9
🌐
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.
See the RetryInterceptor and LoggingInterceptor source code in Anthropic.SDK/Examples/ for complete production-ready implementations. Anthropic.SDK now supports accessing Claude models through Google Cloud's Vertex AI platform.
Starred by 206 users
Forked by 38 users
Languages   C#