← Back to all sparks
A

Ably

INFRA · APIS
Velocity7.1

Ably pivots its developer surface toward AI agents as first-class consumers

ai-agentscliagent-skillsreal-timesdkdeveloper-experience
Current state
Ably's developer surface has been visibly pivoting toward AI agents over the last six weeks. The CLI hit v1.0 with structured JSON output envelopes, hint fields for self-healing agents, and unified --force semantics. Two weeks later v1.1 added `ably init`, which installs the CLI plus Agent Skills bundles directly into Claude, Cursor, Windsurf, and VS Code in one step. A new AI Transport SDK lands separately, with end-to-end tool-calling and React providers for the Vercel AI SDK.
Where it's heading
Ably is building two integration stories in parallel — agents as CLI users (via Agent Skills) and agents as transport consumers (via the AI Transport SDK). Together they bracket the workflow: agents read live data through the SDK and operate Ably itself through the CLI. The traditional client-library stream (JS, Python, Laravel) continues at steady pace in the background, with LiveObjects formally graduating to GA on the protocol-6 update.
Prediction
Expect the AI Transport SDK to add tool-call adapters for at least one more AI runtime beyond Vercel — most likely the OpenAI Agents SDK or Anthropic's Claude Agent SDK — and Agent Skills coverage to expand to additional AI clients (Cline, Aider, Continue). Watch for the LiveObjects API to surface inside the chat/AI surfaces.

Recent moves

  1. 8d ago

    Ably CLI Release V1.1.1

    `ably init` now installs the CLI globally during onboarding so it is available in every shell afterward; the step is non-blocking when elevated permissions are not available. Smooths the onboarding flow introduced in v1.1 — incremental, but the kind of polish that matters in a flow touching first-run.

    View source ↗
  2. 9d ago

    Ably CLI Release V1.1.0

    ⚡ SPARK

    One command — `ably init` — installs the CLI, walks through OAuth login, and drops Agent Skills bundles into Claude, Cursor, Windsurf, and VS Code. This is the second beat of the AI-agent pivot started in v1.0 and lands the integration directly inside the AI editors developers already use.

    View source ↗
  3. 20d ago

    Ably CLI Release V1.0.0

    ⚡ SPARK

    First stable major release of the Ably CLI, explicitly redesigned around AI agents as a primary consumer. Long-running commands emit a structured JSON envelope with status/completed signals; errors carry hint fields suggesting the next command; destructive operations sit behind a unified --force flag. This is the foundation under everything in v1.1.

    View source ↗
  4. 27d ago

    AI Transport SDK Release v0.1.0

    ⚡ SPARK

    A new SDK gives AI clients an Ably-backed transport with end-to-end tool-calling support, server-side tool-approval helpers for the Vercel AI SDK, and React providers (TransportProvider, ChatTransportProvider). Pairs with the CLI work to make Ably a full-stack option for AI applications, not just chat.

    View source ↗
  5. 2mo ago

    JS Client Library Release v2.21.0

    LiveObjects now has a REST client interface — channel.object exposes get(), publish(), and generateObjectId() — making the LiveObjects model usable from server-side and stateless environments, not just WebSocket-connected ones. Continues the LiveObjects-everywhere posture set up by v2.20's GA.

    View source ↗
  6. 2mo ago

    Laravel Broadcaster Library Release v1.0.8

    Adds support for Laravel 13. Routine framework-version compatibility bump in the Laravel broadcaster library.

    View source ↗