← Back to all sparks
A

Anthropic SDK (TypeScript)

AI-ASSISTANTS
Velocity7.5

Official TypeScript/JavaScript SDK for the Anthropic API; also includes vertex and bedrock variants.

Anthropic's TypeScript SDK ships weekly, tracking new agent and API surfaces

sdktypescriptai-agentsapi-clientsagent-memory
Current state
This is a genuine release changelog for Anthropic's TypeScript SDK family (core, AWS Bedrock, and Vertex bindings). The cadence is high and incremental: most releases add support for newly shipped API capabilities, notably around managed agents, streaming, and memory, with periodic housekeeping. Recent versions add an agent-memory beta header and a broad managed-agents feature set (event delta streaming, agent overrides, reverse pagination, vault credential injection scoping, and deployment webhooks).
Where it's heading
The SDK is clearly tracking a server-side push into agent infrastructure: memory, managed agents, deployment webhooks, and credential scoping are all agent-platform primitives surfacing as client bindings. The Bedrock and Vertex packages move in lockstep with smaller plumbing changes, so the direction is a steadily widening agent API being made first-class in the TypeScript client.
Prediction
Expect continued fast minor releases exposing more managed-agent and memory endpoints as the underlying API expands; the SDK will keep trailing server-side agent features by days rather than leading them.

Recent moves

  1. 22h ago

    SDK v0.110.0: adds agent-memory beta header

    Adds the agent-memory-2026-07-22 beta header, exposing the new agent-memory API surface to TypeScript clients. A small but directional addition that fits the SDK's role of front-running the server-side agent platform.

    View source ↗
  2. 1d ago

    SDK v0.109.1: removes nonfunctional API types

    A chore release removing nonfunctional types from the SDKs. Internal cleanup with no user-facing capability change.

    View source ↗
  3. 2d ago

    SDK v0.109.0: managed-agent streaming, overrides, webhooks

    A substantive feature release adding managed-agent event delta streaming, agent overrides, reverse pagination, vault credential injection scoping, and agent/deployment webhook events. This is the clearest signal of the SDK tracking Anthropic's agent-platform build-out.

    View source ↗
  4. 2d ago

    AWS SDK v0.6.0: logger passed to credential provider

    Passes the client logger into the AWS credential provider chain in the AWS SDK binding. Plumbing improvement with no capability change.

    View source ↗
  5. 2d ago

    Bedrock SDK v0.32.0: client logger in credential chain

    The Bedrock binding's counterpart to the AWS logger change, threading the client logger through the credential chain. Internal parity update.

    View source ↗
  6. 2d ago

    Vertex SDK v0.19.0: bumps google-auth-library

    Bumps google-auth-library in the Vertex binding. A routine dependency update with no user-visible effect.

    View source ↗