Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Batch Publish
ably:batch_publish
Publish multiple messages to different channels in a single API call.
Write
Medium risk
Get Channel
ably:get_channel
Get channel metadata and current state information.
Read
Low risk
Get Message History
ably:get_message_history
Retrieve message history from a channel within a time range.
Read
Low risk
Get Presence
ably:get_presence
Get current presence data for a channel - who is currently online/active.
Read
Low risk
Get Presence History
ably:get_presence_history
Get presence history for a channel - track when users joined/left over time.
Read
Low risk
Get Stats
ably:get_stats
Get usage statistics for your Ably app - messages, connections, channels, etc.
Read
Low risk
List Channels
ably:list_channels
List all active channels, optionally filtered by prefix.
Read
Low risk
Publish Message
ably:publish_message
Publish a message to a channel. All connected clients will receive it.
Write
Medium risk
Revoke Token
ably:revoke_token
Revoke an issued token to immediately disconnect clients using it.
Write
High risk