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 Absence
breathe:approve_absence
Approve a pending absence request.
Write
Medium risk
Create Absence
breathe:create_absence
Create a new absence request for an employee.
Write
Medium risk
Create Employee
breathe:create_employee
Create a new employee record in Breathe.
Write
Medium risk
Create Performance Review
breathe:create_performance_review
Create a new performance review for an employee.
Write
Medium risk
Get Absence
breathe:get_absence
Fetch a single absence record by ID with details and approval status.
Read
Low risk
Get Department
breathe:get_department
Fetch a single department by ID with details and employee count.
Read
Low risk
Get Employee
breathe:get_employee
Fetch a single employee by ID with personal details and employment information.
Read
Low risk
Get Performance Review
breathe:get_performance_review
Fetch a single performance review by ID with ratings and feedback.
Read
Low risk
List Absences
breathe:list_absences
List absence requests with optional filtering by employee, type, status, or date range.
Read
Low risk
List Departments
breathe:list_departments
List all departments in the organization.
Read
Low risk
List Employees
breathe:list_employees
List employees with optional filtering by department, status, or manager.
Read
Low risk
List Performance Reviews
breathe:list_performance_reviews
List performance reviews with optional filtering by employee, reviewer, status, or period.
Read
Low risk
Reject Absence
breathe:reject_absence
Reject a pending absence request.
Write
Medium risk
Update Employee
breathe:update_employee
Update an existing employee record in Breathe.
Write
Medium risk