Ably
Overview
SLUG: ABLY
Description
Ably is a real-time messaging platform helping developers build live features, including chat and data synchronization, with global scalability and robust reliability for modern applications
Authentication Details
API Key
Connecting to Ably
Create an auth config
Use the dashboard to create an auth config for the Ably toolkit. This allows you to connect multiple Ably accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Ably toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
ABLY_BATCH_PRESENCE
Tool Name: Query Batch Presence
Description
Action Parameters
Action Response
ABLY_BATCH_PRESENCE_HISTORY
Tool Name: Query Batch Presence History
Description
Action Parameters
Action Response
ABLY_CREATE_CHANNEL
Tool Name: Create Ably Channel
Description
Action Parameters
Action Response
ABLY_DELETE_CHANNEL_SUBSCRIPTION
Tool Name: Delete Channel Subscription
Description
Action Parameters
Action Response
ABLY_GET_CHANNEL_DETAILS
Tool Name: Get Channel Details
Description
Action Parameters
Action Response
ABLY_GET_CHANNEL_HISTORY
Tool Name: Get Channel History
Description
Action Parameters
Action Response
ABLY_GET_PRESENCE_HISTORY
Tool Name: Get Channel Presence History
Description
Action Parameters
Action Response
ABLY_GET_SERVICE_TIME
Tool Name: Get Ably Service Time
Description
Action Parameters
Action Response
ABLY_GET_STATS
Tool Name: Get Application Stats
Description
Action Parameters
Action Response
ABLY_LIST_PUSH_CHANNEL_SUBSCRIPTIONS
Tool Name: List Push Channel Subscriptions
Description
Action Parameters
Action Response
ABLY_PUBLISH_MESSAGE_TO_CHANNEL
Tool Name: Publish Message to Channel
Description
Action Parameters
Action Response