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 Collection
gistly:create_collection
Create a new collection to organize videos.
Write
Medium risk
Create Video
gistly:create_video
Create a new video by importing from URL with optional auto-processing.
Write
Medium risk
Delete Collection
gistly:delete_collection
Delete a collection. Videos can be moved, unassigned, or deleted based on video_action.
Write
High risk
Delete Video
gistly:delete_video
Permanently delete a video and all associated data (transcript, summary, comments).
Write
High risk
Generate Summary
gistly:generate_summary
Generate or regenerate AI summary for a video with customizable format.
Write
Medium risk
Generate Transcript
gistly:generate_transcript
Generate or regenerate transcript for a video using AI transcription.
Write
Medium risk
Get Collection
gistly:get_collection
Fetch a single collection by ID with metadata and video count.
Read
Low risk
Get Summary
gistly:get_summary
Get AI-generated summary of video content in various formats.
Read
Low risk
Get Transcript
gistly:get_transcript
Get video transcript in various formats with optional timestamps.
Read
Low risk
Get Video
gistly:get_video
Fetch a single video by ID with metadata, transcript, and processing status.
Read
Low risk
Get Video Insights
gistly:get_video_insights
Get AI-generated insights about video content including topics, sentiment, and key entities.
Read
Low risk
List Collections
gistly:list_collections
List collections with optional filtering and pagination.
Read
Low risk
List Videos
gistly:list_videos
List videos with optional filtering and pagination.
Read
Low risk
Search Videos
gistly:search_videos
Search videos using AI-powered semantic search across content and metadata.
Read
Low risk
Update Collection
gistly:update_collection
Update collection metadata and settings.
Write
Medium risk
Update Video
gistly:update_video
Update video metadata and settings.
Write
Medium risk