Overview
Anthropicprovides powerful language models through their Messages API. By combining Anthropic with Ably AI Transport, you can:- Stream Claude responses reliably to users across devices
- Enable users to resume conversations after disconnections
- Support multi-user collaborative AI sessions
- Implement human-in-the-loop workflows for sensitive operations
Getting started guides
Explore the following guides to integrate Anthropic with AI Transport:Key features
Streaming responses
Stream Claude’s responses in realtime using either the message-per-response or message-per-token pattern.Tool use
Claude supports function calling through its tool use capability. Stream tool calls and results to clients for transparency and generative UI experiences. Learn more about streaming tool calls.Session management
Maintain conversation context across devices and sessions using Ably’s session management features.Next steps
- Follow the message-per-response guide to get started
- Learn about token streaming patterns
- Explore sessions and identity management
