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
codescene:create_project
Create a new project with repository connection and analysis configuration.
Write
Medium risk
Delete Project
codescene:delete_project
Permanently delete a project and all its analysis data.
Write
High risk
Get Analysis
codescene:get_analysis
Fetch a specific analysis with detailed results and metrics.
Read
Low risk
Get Code Health
codescene:get_code_health
Get code health metrics and scores from analysis.
Read
Low risk
Get Hotspots
codescene:get_hotspots
Get code hotspots (files with high complexity and change frequency) from an analysis.
Read
Low risk
Get Project
codescene:get_project
Fetch a single project by ID with basic information and configuration.
Read
Low risk
Get Team Metrics
codescene:get_team_metrics
Get team productivity and collaboration metrics from code analysis.
Read
Low risk
Get Technical Debt
codescene:get_technical_debt
Get technical debt breakdown and estimates from code analysis.
Read
Low risk
List Analyses
codescene:list_analyses
List analyses for a project with optional filtering and pagination.
Read
Low risk
List Projects
codescene:list_projects
List all projects with optional filtering and pagination.
Read
Low risk
Trigger Analysis
codescene:trigger_analysis
Trigger a new code analysis for a project.
Write
Medium risk
Update Project
codescene:update_project
Update an existing project's configuration and settings.
Write
Medium risk