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
customjs:create_project
Create a new project to organize scripts and executions.
Write
Medium risk
Create Script
customjs:create_script
Create a new script with the provided code and metadata.
Write
Medium risk
Delete Script
customjs:delete_script
Permanently delete a script. This action cannot be undone.
Write
High risk
Execute Script
customjs:execute_script
Execute a script with optional input parameters and return the result.
Write
Medium risk
Get Execution
customjs:get_execution
Fetch details of a specific script execution by ID.
Read
Low risk
Get Project
customjs:get_project
Fetch a single project by ID with its scripts and settings.
Read
Low risk
Get Script
customjs:get_script
Fetch a single script by ID with its code and metadata.
Read
Low risk
List Executions
customjs:list_executions
List script executions with optional filtering and pagination.
Read
Low risk
List Projects
customjs:list_projects
List projects with optional filtering and pagination.
Read
Low risk
List Scripts
customjs:list_scripts
List scripts with optional filtering and pagination.
Read
Low risk
Update Script
customjs:update_script
Update an existing script's code and metadata.
Write
Medium risk