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.
Add Video To Playlist
jw_player:add_video_to_playlist
Add a video to an existing playlist at a specific position.
Write
Medium risk
Create Playlist
jw_player:create_playlist
Create a new playlist with optional initial videos.
Write
Medium risk
Create Video
jw_player:create_video
Create a new video by importing from a URL.
Write
Medium risk
Delete Playlist
jw_player:delete_playlist
Permanently delete a playlist. This action cannot be undone.
Write
High risk
Delete Video
jw_player:delete_video
Permanently delete a video. This action cannot be undone.
Write
High risk
Get Playlist
jw_player:get_playlist
Fetch a single playlist by ID with metadata and video list.
Read
Low risk
Get Video
jw_player:get_video
Fetch a single video by ID with metadata, status, and playback URLs.
Read
Low risk
Get Video Analytics
jw_player:get_video_analytics
Get analytics data for a specific video including views, play rate, and engagement.
Read
Low risk
List Playlists
jw_player:list_playlists
List playlists with optional filtering and pagination.
Read
Low risk
List Videos
jw_player:list_videos
List videos with optional filtering and pagination.
Read
Low risk
Remove Video From Playlist
jw_player:remove_video_from_playlist
Remove a video from an existing playlist.
Write
High risk
Update Playlist
jw_player:update_playlist
Update playlist metadata and/or video content.
Write
Medium risk
Update Video
jw_player:update_video
Update video metadata like title, description, and tags.
Write
Medium risk