AblyDocumentation
Platform and Products
Platform
Understand the core concepts and features of Ably's platform.
Tooling
AI and LLMs
Use AI assistants to build with Ably. Access LLM-friendly markdown docs and prompts for your AI tools.
Ably CLI
Interact with your Ably apps from the command line. Manage resources, test channels, and debug connections.

Examples
From avatar stacks to live cursors, learn how deliver live chat, multiplayer collaboration features, and more.

Changelog
View all- 1 MayAbly CLI Release V1.0.0NEW PRODUCT
Version 1.0.0 of the Ably CLI has been released, marking the first stable major version of @ably/cli. For anyone wiring the CLI into automation or AI agents, long-running commands now emit a structured JSON envelope with status and completed signals. Agents can tell exactly when a connection is live, a stream is flowing, or a command has finished. No more scraping log lines or guessing at exit timing. When a command fails, errors include a hint field that suggests the next step. The hint usually names a specific command to run resulting in agents that can self-heal in fewer turns, without a human in the loop.
- 23 AprAI Transport SDK Release v0.1.0CLIENT LIBRARY SDK IMPROVEMENT
Version 0.1.0 of the Ably AI Transport SDK has been released. This release introduces end-to-end tool-calling support (including server-side tool-approval helpers for the Vercel AI SDK), new React context providers (TransportProvider and ChatTransportProvider) for simpler transport setup, improved error surfacing in useChat to match the default Vercel transport, and channel continuity detection on both client and server transports. The release also includes various API and type improvements around the Tree/View separation and associated React hooks.
- 19 MarJS Client Library Release v2.21.0CLIENT LIBRARY SDK IMPROVEMENT
Version 2.21.0 of the JS Client Library has been released. This release introduces LiveObjects REST client: channel.object is now available on REST channel instances, exposing get() to read object state, publish() to send object operations, and generateObjectId() to create object IDs on the client side for atomic batch operations with cross-references between newly created objects.