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 Employee
bamboohr:create_employee
Create a new employee record in BambooHR.
Write
Medium risk
Create Time Off Request
bamboohr:create_time_off_request
Create a new time off request for an employee.
Write
Medium risk
Get Company Report
bamboohr:get_company_report
Generate and fetch a company report by ID.
Read
Low risk
Get Custom Report
bamboohr:get_custom_report
Generate a custom report with specified fields and filters.
Read
Low risk
Get Employee
bamboohr:get_employee
Fetch a single employee by ID with their profile information.
Read
Low risk
Get Employee Benefits
bamboohr:get_employee_benefits
Get all benefits enrolled by a specific employee.
Read
Low risk
Get Employee Files
bamboohr:get_employee_files
Get all files associated with a specific employee.
Read
Low risk
Get Employee Time Off Balance
bamboohr:get_employee_time_off_balance
Get time off balance for a specific employee.
Read
Low risk
Get Time Off Request
bamboohr:get_time_off_request
Fetch a single time off request by ID.
Read
Low risk
List Company Benefits
bamboohr:list_company_benefits
List all benefits available in the company.
Read
Low risk
List Company Files
bamboohr:list_company_files
List all files in the company files section.
Read
Low risk
List Employees
bamboohr:list_employees
List all employees in the company directory.
Read
Low risk
List Reports
bamboohr:list_reports
List all available reports in the company.
Read
Low risk
List Time Off Requests
bamboohr:list_time_off_requests
List time off requests with optional filters.
Read
Low risk
List Time Off Types
bamboohr:list_time_off_types
List all available time off types in the company.
Read
Low risk
Update Employee
bamboohr:update_employee
Update an existing employee record in BambooHR.
Write
Medium risk