GitHub
github.com › anthropics › anthropic-sdk-typescript
GitHub - anthropics/anthropic-sdk-typescript: Access to Anthropic's safety-first language model APIs in TypeScript
This library provides convenient access to the Anthropic REST API from server-side TypeScript or JavaScript. The REST API documentation can be found on docs.anthropic.com. The full API of this library can be found in api.md.
Starred by 1.4K users
Forked by 182 users
Languages TypeScript 96.8% | Shell 2.1% | JavaScript 1.1%
SourceForge
sourceforge.net › projects › anthropic-sdk-types.mirror
Anthropic SDK TypeScript download | SourceForge.net
Access to Anthropic's safety-first language model APIs. anthropic-sdk-typescript is the TypeScript / JavaScript client library for the Anthropic REST API, enabling backend or Node.js usage of models like Claude.
Videos
09:05
Build with Claude as a JavaScript developer - Anthropic API - YouTube
Anthropic typescript tool use - Dom does code #2
10:00
How to Get Started with Claude AI API using NodeJS console app ...
17:01
How openai and anthropic publish their SDK and you can too - YouTube
npm
npmjs.com › package › @anthropic-ai › bedrock-sdk
anthropic-ai/bedrock-sdk
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
Claude Docs
platform.claude.com › docs › en › api › client-sdks
Client SDKs - Claude Docs
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 you are using Microsoft Foundry, see this guide. ... While this library is in TypeScript, it can also be used in JavaScript libraries.
npm
npmjs.com › package › @anthropic-ai › sdk › v › 0.6.2
anthropic-ai/sdk
This library provides convenient access to the Anthropic TypeScript REST API from server-side TypeScript or JavaScript. In v0.5.0, we introduced a fully rewritten SDK.
» npm install @anthropic-ai/sdk
Published Oct 16, 2025
Version 0.6.2
Author Anthropic
GitHub
github.com › anthropics › anthropic-sdk-typescript › blob › main › api.md
anthropic-sdk-typescript/api.md at main · anthropics/anthropic-sdk-typescript
Access to Anthropic's safety-first language model APIs in TypeScript - anthropics/anthropic-sdk-typescript
Author anthropics
Restack
restack.io › p › anthropic-answer-sdk-typescript-cat-ai
Anthropic SDK Typescript Overview | Restackio
This guide provides a comprehensive overview of making API calls with TypeScript using the Anthropic SDK. By following these steps, you can easily integrate the API into your applications and leverage its capabilities for various use cases.
Claude
docs.claude.com › en › docs › claude-code › sdk › sdk-typescript
TypeScript SDK reference - Claude Docs
type SDKAssistantMessage = { type: 'assistant'; uuid: UUID; session_id: string; message: APIAssistantMessage; // From Anthropic SDK parent_tool_use_id: string | null; }
GitHub
github.com › anthropics › anthropic-sdk-typescript › blob › main › CONTRIBUTING.md
anthropic-sdk-typescript/CONTRIBUTING.md at main · anthropics/anthropic-sdk-typescript
Access to Anthropic's safety-first language model APIs in TypeScript - anthropics/anthropic-sdk-typescript
Author anthropics
UNPKG
app.unpkg.com › @anthropic-ai › [email protected]
anthropic-ai/sdk
The official TypeScript library for the Anthropic API · anthropics/anthropic-sdk-typescript · 6 folders, 47 files · anthropics/anthropic-sdk-typescript · Latest: 0.68.0 ·
GitHub
github.com › anthropics › anthropic-bedrock-typescript
GitHub - anthropics/anthropic-bedrock-typescript
Starred by 25 users
Forked by 2 users
Stack Overflow
stackoverflow.com › questions › 78504924 › using-typescript-sdk-in-javascript
Using typescript SDK in Javascript - Stack Overflow
My guess is that I am not properly handling typescript SDK from JS, but I would appreciated any hint how to move forward. ... import Anthropic from '/@anthropic-ai/sdk'; const anthropic = new Anthropic({ apiKey: process.env['ANTHROPIC_API_KEY'], // This is the default and can be omitted }); async function main() { const message = await anthropic.messages.create({ max_tokens: 1024, messages: [{ role: 'user', content: 'Hello, Claude' }], model: 'claude-3-opus-20240229', }); console.log(message.content); } main();
Liona
liona.ai › docs › connecting › anthropic-sdk
Using the Anthropic SDK | Liona Docs
This guide shows you how to use ... API, requiring minimal changes to your existing code. The Anthropic JavaScript/TypeScript SDK is fully compatible with Liona....
DeepWiki
deepwiki.com › anthropics › anthropic-sdk-typescript
anthropics/anthropic-sdk-typescript | DeepWiki
The Anthropic TypeScript SDK provides a comprehensive, type-safe interface for interacting with Claude AI models. With features like streaming responses, file uploads, and cloud provider integrations, it offers flexibility for various use cases and environments.
GitHub
github.com › anthropics › anthropic-sdk-typescript › blob › main › examples › streaming.ts
anthropic-sdk-typescript/examples/streaming.ts at main · anthropics/anthropic-sdk-typescript
Access to Anthropic's safety-first language model APIs in TypeScript - anthropics/anthropic-sdk-typescript
Author anthropics
GitHub
github.com › anthropics › anthropic-sdk-typescript › issues
anthropics/anthropic-sdk-typescript
Access to Anthropic's safety-first language model APIs in TypeScript - anthropics/anthropic-sdk-typescript
Author anthropics
Restack
restack.io › p › anthropic-knowledge-answer-javascript-sdk-cat-ai
Anthropic Javascript SDK Overview | Restackio
To begin using the Anthropic SDKs, you need to install the appropriate SDK for your programming environment. Anthropic provides SDKs for both Python (3.7+) and TypeScript (4.5+).