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 Department
rippling:create_department
Create a new department in Rippling with optional manager and parent.
Write
Medium risk
Create Employee
rippling:create_employee
Create a new employee in Rippling with basic information.
Write
Medium risk
Create Time Entry
rippling:create_time_entry
Create a new time entry for an employee with clock in/out times.
Write
Medium risk
Get Benefit Enrollment
rippling:get_benefit_enrollment
Fetch a single benefit enrollment by ID with plan details and coverage.
Read
Low risk
Get Department
rippling:get_department
Fetch a single department by ID with manager and employee count.
Read
Low risk
Get Employee
rippling:get_employee
Fetch a single employee by ID with personal info, job details, and status.
Read
Low risk
Get Payroll Run
rippling:get_payroll_run
Fetch a single payroll run by ID with status and employee details.
Read
Low risk
Get Time Entry
rippling:get_time_entry
Fetch a single time entry by ID with clock in/out times and duration.
Read
Low risk
List Benefit Enrollments
rippling:list_benefit_enrollments
List benefit enrollments with filtering by employee, type, and status.
Read
Low risk
List Departments
rippling:list_departments
List departments with filtering and search capabilities.
Read
Low risk
List Employees
rippling:list_employees
List employees with filtering and pagination support.
Read
Low risk
List Payroll Runs
rippling:list_payroll_runs
List payroll runs with filtering by status, date range, and type.
Read
Low risk
List Time Entries
rippling:list_time_entries
List time entries with filtering by employee, date range, and status.
Read
Low risk
Terminate Employee
rippling:terminate_employee
Terminate an employee in Rippling with termination details.
Write
Medium risk
Update Employee
rippling:update_employee
Update an existing employee's information in Rippling.
Write
Medium risk