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 Project
castmagic:create_project
Create a new project to organize transcripts and content.
Write
Medium risk
Create Transcript
castmagic:create_transcript
Create a new transcript from a media URL.
Write
Medium risk
Delete Content
castmagic:delete_content
Permanently delete a generated content piece.
Write
High risk
Delete Project
castmagic:delete_project
Permanently delete a project and all associated transcripts and content.
Write
High risk
Delete Transcript
castmagic:delete_transcript
Permanently delete a transcript and all associated content.
Write
High risk
Generate Content
castmagic:generate_content
Generate AI-powered content from a transcript.
Write
Medium risk
Get Content
castmagic:get_content
Fetch a single generated content piece by ID.
Read
Low risk
Get Project
castmagic:get_project
Fetch a single project by ID with associated transcripts and content.
Read
Low risk
Get Transcript
castmagic:get_transcript
Fetch a single transcript by ID with content and metadata.
Read
Low risk
List Content
castmagic:list_content
List generated content with optional filtering and pagination.
Read
Low risk
List Projects
castmagic:list_projects
List projects with optional filtering and pagination.
Read
Low risk
List Transcripts
castmagic:list_transcripts
List transcripts with optional filtering and pagination.
Read
Low risk
Update Content
castmagic:update_content
Update an existing content piece.
Write
Medium risk
Update Project
castmagic:update_project
Update an existing project.
Write
Medium risk