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.
Create Player
spotlightr:create_player
Create a new video player with custom settings.
Write
Medium risk
Create Video
spotlightr:create_video
Create a new video by uploading from a URL.
Write
Medium risk
Delete Player
spotlightr:delete_player
Delete a player permanently. This action cannot be undone and will affect all videos using this player.
Write
High risk
Delete Video
spotlightr:delete_video
Delete a video permanently. This action cannot be undone.
Write
High risk
Get Account Analytics
spotlightr:get_account_analytics
Get account-wide analytics data including total views, top videos, and overall engagement metrics.
Read
Low risk
Get Player
spotlightr:get_player
Fetch a single player by ID with configuration and settings.
Read
Low risk
Get Video
spotlightr:get_video
Fetch a single video by ID with metadata and playback information.
Read
Low risk
Get Video Analytics
spotlightr:get_video_analytics
Get analytics data for a specific video including views, engagement, and geographic data.
Read
Low risk
List Players
spotlightr:list_players
List players with optional filtering and pagination.
Read
Low risk
List Videos
spotlightr:list_videos
List videos with optional filtering and pagination.
Read
Low risk
Update Player
spotlightr:update_player
Update an existing player's settings and configuration.
Write
Medium risk
Update Video
spotlightr:update_video
Update an existing video's metadata.
Write
Medium risk