E2B
SDK / ToolOpen-source secure sandboxes where AI agents run code — the de facto execution layer for agent apps.
- sandbox
- code-execution
- sdk
- agents
Official TypeScript client for the Anthropic API.
Official TypeScript and JavaScript client for the Anthropic API. Tree-shakeable ESM, full TypeScript types, and Node + browser + Deno support. Used by Vercel AI SDK, LangChain.js, and most JS-based agents.
Best for browser/Next.js apps calling Claude directly, edge functions on Cloudflare/Vercel, and any TypeScript agent framework that needs streaming responses and tool use. Pairs with Zod for typed tool inputs.
npm install @anthropic-ai/sdk Set ANTHROPIC_API_KEY (and ANTHROPIC_BASE_URL for Bedrock/Vertex) before importing.
Pin to a major version in production — the SDK's TypeScript types change between minor releases. Tool-use streaming events require Node 18+ for stable behavior under backpressure.
Repository
anthropics/anthropic-sdk-typescriptCharted
Open-source secure sandboxes where AI agents run code — the de facto execution layer for agent apps.
Pythonic framework for building MCP servers — decorators, type hints, and zero boilerplate.
Anthropic's official TypeScript SDK for building agentic applications.