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.
Cancel Render
plainly:cancel_render
Cancel a queued or processing render.
Write
High risk
Create Project
plainly:create_project
Create a new project from a template with optional variables.
Write
Medium risk
Create Render
plainly:create_render
Create a new video render from a project with optional custom variables.
Write
Medium risk
Delete Project
plainly:delete_project
Permanently delete a project and all its associated renders.
Write
High risk
Delete Render
plainly:delete_render
Permanently delete a render and its associated video file.
Write
High risk
Get Project
plainly:get_project
Fetch a single project by ID with template and render information.
Read
Low risk
Get Render
plainly:get_render
Fetch a single render by ID with status and download information.
Read
Low risk
Get Template
plainly:get_template
Fetch a single template by ID with variables and metadata.
Read
Low risk
List Projects
plainly:list_projects
List projects with optional filtering and pagination.
Read
Low risk
List Renders
plainly:list_renders
List renders with optional filtering and pagination.
Read
Low risk
List Templates
plainly:list_templates
List available templates with optional filtering and pagination.
Read
Low risk
Update Project
plainly:update_project
Update an existing project's name, description, variables, or status.
Write
Medium risk