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.
Block User
twitch:block_user
Blocks a user; that is, adds a specified target user to your blocks list
Write
Medium risk
Check Channel Subscription
twitch:check_channel_subscription
Checks if you are subscribed to the specified user's channel
Read
Low risk
Delete Video
twitch:delete_video
Deletes a specified video
Write
High risk
Get Channel Editors
twitch:get_channel_editors
Gets a list of users who are editors for your channel
Read
Low risk
Get Channel Followers
twitch:get_channel_followers
Retrieves a list of users who follow the authenticated user
Read
Low risk
Get Channel Information
twitch:get_channel_information
Retrieves information about a particular broadcaster's channel
Read
Low risk
Get Channel Teams
twitch:get_channel_teams
Gets a list of teams to which a specified channel belongs
Read
Low risk
Get Clips
twitch:get_clips
Gets clip information by clip ID, user ID, or game ID
Read
Low risk
Get Followed Channels
twitch:get_followed_channels
Retrieves a list of channels that the authenticated user follows
Read
Low risk
Get Stream By User
twitch:get_stream_by_user
Gets stream information (the stream object) for a specified user
Read
Low risk
Get Top Games
twitch:get_top_games
Gets games sorted by number of current viewers on Twitch, most popular first
Read
Low risk
Get Users
twitch:get_users
Gets the user objects for the specified Twitch login names
Read
Low risk
Get Videos
twitch:get_videos
Gets video information by video ID, user ID, or game ID
Read
Low risk
Search Channels
twitch:search_channels
Returns a list of channels (users who have streamed within the past 6 months) that match the query via channel name or description either entirely or partially. Results include both live and offline channels.
Read
Low risk
Search Games
twitch:search_games
Searches for games based on a specified query parameter. A game is returned if the query parameter is matched entirely or partially in the channel description or game name
Read
Low risk
Unblock User
twitch:unblock_user
Unblocks a user; that is, deletes a specified target user to your blocks list
Write
Medium risk
Update Channel
twitch:update_channel
Update information for the channel owned by the authenticated user. At least one parameter must be provided.
Write
Medium risk