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