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 Timeoff Request
remote:approve_timeoff_request
Approve a pending time off request.
Write
Low risk
Create Contractor
remote:create_contractor
Create a new contractor record in Remote.
Write
Medium risk
Create Employee
remote:create_employee
Create a new employee record in Remote.
Write
Medium risk
Get Company
remote:get_company
Fetch a single company by ID with details and settings.
Read
Low risk
Get Contractor
remote:get_contractor
Fetch a single contractor by ID with contract details and status.
Read
Low risk
Get Employee
remote:get_employee
Fetch a single employee by ID with employment details and status.
Read
Low risk
Get Payroll
remote:get_payroll
Fetch a single payroll record by ID with payment details.
Read
Low risk
Get Timeoff Request
remote:get_timeoff_request
Fetch a single time off request by ID with details and approval status.
Read
Low risk
List Companies
remote:list_companies
List companies with optional filters for status and country.
Read
Low risk
List Contractors
remote:list_contractors
List contractors with optional filters for status, country, and contract type.
Read
Low risk
List Employees
remote:list_employees
List employees with optional filters for status, country, and department.
Read
Low risk
List Payrolls
remote:list_payrolls
List payroll records with optional filters for employee, status, and pay period.
Read
Low risk
List Timeoff Requests
remote:list_timeoff_requests
List time off requests with optional filters for employee, status, and dates.
Read
Low risk
Reject Timeoff Request
remote:reject_timeoff_request
Reject a pending time off request with a reason.
Write
Low risk
Terminate Contractor
remote:terminate_contractor
Terminate a contractor's contract with Remote.
Write
Medium risk
Terminate Employee
remote:terminate_employee
Terminate an employee's employment with Remote.
Write
Medium risk
Update Contractor
remote:update_contractor
Update an existing contractor's information.
Write
Medium risk
Update Employee
remote:update_employee
Update an existing employee's information.
Write
Medium risk