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- 3 MarJS Chat SDK Release v1.3.0CHATCLIENT LIBRARY SDK IMPROVEMENT
Version 1.3.0 of the JS/React Chat SDK has been released. This adds support for a new detail field on error responses received by a client. It can be used to transport custom moderation rejection data from Before Publish moderation integrations to clients.
- 3 MarJS Client Library Release v2.19.0CLIENT LIBRARY SDK FIXCLIENT LIBRARY SDK IMPROVEMENT
Version 2.19.0 of the JS Client Library has been released. This contains a new optional detail field on the ErrorInfo type. This may be used to convey additional structured data about the error to clients. For the full changelog, please visit the GitHub release page.
- 25 FebJS Chat SDK Release v1.2.0CLIENT LIBRARY SDK IMPROVEMENTCHAT
Version 1.2.0 of the JS/React Chat SDK has been released. It introduces JWT user claims to entities in the chat including messages and typing indicators. This allows you to use claims to encode authoritative data about each message such as a users profile name.