Ably
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
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Ably authenticates with an API key. Generate the credential in your Ably account, then paste it into FlyMyAI the first time an agent uses an Ably action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
API Key | Your Ably API key. Generate it from your Ably Dashboard. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
ABLY_BATCH_PRESENCE | This tool enables querying the presence states of multiple channels in a single api request. the api retrieves the member presence details of the specified channels in parallel. | channels |
ABLY_BATCH_PRESENCE_HISTORY | This tool enables querying presence history for multiple channels in a single api request. it uses the get endpoint at https://rest.ably.io/presence to retrieve the member presence history details of the specified channels in parallel. | channels |
ABLY_CREATE_CHANNEL | Creates a new channel or retrieves an existing channel in ably. this tool allows you to programmatically create and initialize channels for real-time messaging. since ably creates channels implicitly when first used, this action publishes an empty initializat… | channel_id |
ABLY_DELETE_CHANNEL_SUBSCRIPTION | This tool allows you to unsubscribe devices or clients from push notifications for specific channels. the operation is asynchronous, so immediate requests after deletion may briefly still return the subscription. | - |
ABLY_GET_CHANNEL_DETAILS | This tool retrieves metadata and details for a specific channel in ably. it returns a channeldetails object containing information about the channel's status, occupancy, and other metadata. the endpoint provides visibility into channel activity, including met… | channel_id |
ABLY_GET_CHANNEL_HISTORY | This tool retrieves the message history for a specified ably channel. it uses the get /channels/(channelid)/messages endpoint to return a paginated list of messages in chronological order, subject to parameters such as 'channelid', 'limit', 'direction', 'star… | channel_id |
ABLY_GET_PRESENCE_HISTORY | This tool retrieves the history of presence messages for a specified channel in ably. it allows you to query presence events on a channel within a given time period. | channel_id |
ABLY_GET_SERVICE_TIME | This tool retrieves the current server time from ably's service in milliseconds since the epoch. it is particularly useful for time synchronization and generating valid tokenrequest timestamps to prevent replay attacks. the endpoint supports multiple content… | - |
ABLY_GET_STATS | This tool retrieves your application's usage statistics from ably. the stats endpoint returns a paginated list of your application's usage statistics by minute, hour, day, or month. it supports optional parameters such as start, end, direction, limit, and uni… | - |
ABLY_LIST_PUSH_CHANNEL_SUBSCRIPTIONS | This tool retrieves a list of all push notification channel subscriptions. it allows you to view all active push notification subscriptions for channels in your ably application. allows filtering by channel, deviceid, and clientid, supports pagination with li… | - |
ABLY_PUBLISH_MESSAGE_TO_CHANNEL | This tool will allow users to publish a message to a specified ably channel using a post request. it covers the essentials like channel name, message data, optional event name/type, and additional metadata for push notifications. it is an independent and fund… | channel_id, message_data |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Ably!