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 Job
charthop:create_job
Create a new job in ChartHop.
Write
Medium risk
Create Person
charthop:create_person
Create a new person in ChartHop.
Write
Medium risk
Create Scenario
charthop:create_scenario
Create a new organizational scenario for planning.
Write
Medium risk
Get Compensation
charthop:get_compensation
Fetch compensation details for a person including salary, equity, and benefits.
Read
Low risk
Get Job
charthop:get_job
Fetch a single job by ID with details about the role and current occupant.
Read
Low risk
Get Org
charthop:get_org
Fetch organization details and settings.
Read
Low risk
Get Org Chart
charthop:get_org_chart
Get organizational chart structure showing reporting relationships.
Read
Low risk
Get Person
charthop:get_person
Fetch a single person by ID with their current job, manager, and basic profile info.
Read
Low risk
Get Scenario
charthop:get_scenario
Fetch a single scenario by ID with details about the planning model.
Read
Low risk
List Departments
charthop:list_departments
List all departments in the organization with optional employee counts.
Read
Low risk
List Jobs
charthop:list_jobs
List jobs with optional filtering and pagination.
Read
Low risk
List Locations
charthop:list_locations
List all office locations in the organization with optional employee counts.
Read
Low risk
List People
charthop:list_people
List people with optional filtering and pagination.
Read
Low risk
List Scenarios
charthop:list_scenarios
List organizational scenarios for planning and modeling.
Read
Low risk
Update Compensation
charthop:update_compensation
Update compensation information for a person.
Write
Medium risk
Update Job
charthop:update_job
Update an existing job's information.
Write
Medium risk
Update Person
charthop:update_person
Update an existing person's information.
Write
Medium risk