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
convenia:approve_leave_request
Approve a pending leave request.
Write
Medium risk
Clock In
convenia:clock_in
Record a clock-in time for an employee.
Write
Medium risk
Clock Out
convenia:clock_out
Record a clock-out time for an employee.
Write
Medium risk
Create Employee
convenia:create_employee
Create a new employee record in Convenia.
Write
Medium risk
Create Leave Request
convenia:create_leave_request
Create a new leave request for an employee.
Write
Medium risk
Get Employee
convenia:get_employee
Fetch a single employee by ID with personal details and employment information.
Read
Low risk
Get Payroll
convenia:get_payroll
Get payroll information for an employee for a specific month.
Read
Low risk
Get Timesheet
convenia:get_timesheet
Get timesheet data for an employee for a specific month.
Read
Low risk
List Departments
convenia:list_departments
List all departments in the organization.
Read
Low risk
List Employees
convenia:list_employees
List employees with optional filtering by department, status, or position.
Read
Low risk
List Leave Requests
convenia:list_leave_requests
List leave requests with optional filtering.
Read
Low risk
Reject Leave Request
convenia:reject_leave_request
Reject a pending leave request.
Write
Medium risk
Update Employee
convenia:update_employee
Update an existing employee's information.
Write
Medium risk