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.
Approve Leave Request
hr_cloud:approve_leave_request
Approve a pending leave request.
Write
Medium risk
Approve Time Entry
hr_cloud:approve_time_entry
Approve a pending time entry.
Write
Medium risk
Create Department
hr_cloud:create_department
Create a new department in HR Cloud.
Write
Medium risk
Create Employee
hr_cloud:create_employee
Create a new employee record in HR Cloud.
Write
Medium risk
Create Leave Request
hr_cloud:create_leave_request
Create a new leave request for an employee.
Write
Medium risk
Create Time Entry
hr_cloud:create_time_entry
Create a new time entry for an employee.
Write
Medium risk
Get Department
hr_cloud:get_department
Fetch a single department by ID with details and employee count.
Read
Low risk
Get Employee
hr_cloud:get_employee
Fetch a single employee by ID with personal details and employment information.
Read
Low risk
Get Leave Request
hr_cloud:get_leave_request
Fetch a single leave request by ID with dates and approval status.
Read
Low risk
Get Time Entry
hr_cloud:get_time_entry
Fetch a single time entry by ID with hours worked and project details.
Read
Low risk
List Departments
hr_cloud:list_departments
List all departments with optional search filtering.
Read
Low risk
List Employees
hr_cloud:list_employees
List employees with optional filtering by department, status, or search term.
Read
Low risk
List Leave Requests
hr_cloud:list_leave_requests
List leave requests with optional filtering by employee, type, status, or date range.
Read
Low risk
List Time Entries
hr_cloud:list_time_entries
List time entries with optional filtering by employee, date range, project, or status.
Read
Low risk
Reject Leave Request
hr_cloud:reject_leave_request
Reject a pending leave request with a reason.
Write
Medium risk
Update Employee
hr_cloud:update_employee
Update an existing employee record in HR Cloud.
Write
Medium risk