← Back to all sparks
A

Anthropic SDK (TypeScript)

AI-ASSISTANTS
Velocity5.1

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

Anthropic ships a dedicated AWS client for Claude Platform on AWS, alongside steady Managed Agents expansion.

claude-platform-awsmanaged-agentsself-hosted-sandboxeswebhooksoidc-federationsdk-cadence
Current state
The TypeScript SDK family is on a weekly bump cadence (0.94 → 0.97 in two weeks) with two structural moves underneath. First, a new [email protected] introduces an AWS client for Claude Platform on AWS — a distinct package from the existing bedrock-sdk. Second, Managed Agents (CMA) is broadening visibly: webhooks, multiagents and outcomes types, vault validation, self-hosted sandboxes with helpers, a BetaManagedAgentsSearchResultBlock, and cache diagnostics beta in successive releases.
Where it's heading
Anthropic is splitting its AWS distribution into two channels — Bedrock for the model API, and a separate Claude Platform on AWS surface that the new aws-sdk implies will bundle Managed Agents and related platform features. Managed Agents itself is hardening from a single-agent harness into a multi-agent orchestration product with webhooks, outcomes, and self-hosted execution. The combination reads as Anthropic moving from model API to deployable agent platform.
Prediction
Expect a public Claude Platform on AWS announcement (likely an AWS Marketplace listing or product page) once [email protected] stabilizes. Managed Agents will keep adding orchestration surface — likely persistent memory hooks, audit endpoints, or agent-to-agent messaging primitives.

Recent moves

  1. 1d ago

    SDK 0.97.1: SessionToolRunner ownership fix

    0.97.1 patch fixes SessionToolRunner so it skips tool calls it does not own. Single-bug release in the standard cadence.

    View source ↗
  2. 2d ago

    Bedrock SDK 0.29.2: align @types/node across sub-packages

    Bedrock SDK 0.29.2 aligns @types/node across sub-packages to unblock CI. Build-infrastructure release, no behavior change.

    View source ↗
  3. 2d ago

    Vertex SDK 0.16.1: align @types/node across sub-packages

    Vertex SDK 0.16.1 carries the same @types/node alignment as the bedrock-sdk patch — coordinated CI fix across sub-packages.

    View source ↗
  4. 2d ago

    SDK 0.97.0: self-hosted sandboxes for Managed Agents

    0.97.0 adds support for self-hosted sandboxes in Managed Agents (CMA) with sandbox helpers. Direct enabler for running CMA workloads on customer-controlled execution environments, plus Node 26 toolchain support.

    View source ↗
  5. 7d ago

    SDK 0.96.0: cache diagnostics and Managed Agents search block

    0.96.0 adds BetaManagedAgentsSearchResultBlock types and cache diagnostics beta. Both are observability/structure additions on top of the Managed Agents surface — incremental but useful for production debugging.

    View source ↗
  6. 9d ago

    aws-sdk 0.3.0: AWS client for Claude Platform on AWS

    ⚡ SPARK

    aws-sdk 0.3.0 adds an AWS client for Claude Platform on AWS — a separate package from the long-standing bedrock-sdk. The naming and packaging imply a new direct distribution channel in AWS distinct from Bedrock's per-model API.

    View source ↗