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
intellihr:approve_leave_request
Approve a pending leave request.
Write
Medium risk
Create Leave Request
intellihr:create_leave_request
Create a new leave request for a person.
Write
Medium risk
Create Person
intellihr:create_person
Create a new person in IntelliHR with employment details.
Write
Medium risk
Get Leave Request
intellihr:get_leave_request
Fetch a single leave request by ID with approval status and details.
Read
Low risk
Get Performance Review
intellihr:get_performance_review
Fetch a single performance review by ID with ratings and feedback.
Read
Low risk
Get Person
intellihr:get_person
Fetch a single person by ID with their employment details and personal information.
Read
Low risk
Get Timesheet
intellihr:get_timesheet
Fetch a single timesheet by ID with time entries and approval status.
Read
Low risk
List Departments
intellihr:list_departments
List all departments in the organization.
Read
Low risk
List Leave Requests
intellihr:list_leave_requests
List leave requests with optional filtering and pagination.
Read
Low risk
List Leave Types
intellihr:list_leave_types
List all leave types available in the organization.
Read
Low risk
List Locations
intellihr:list_locations
List all locations in the organization.
Read
Low risk
List People
intellihr:list_people
List people with optional filtering and pagination.
Read
Low risk
List Performance Reviews
intellihr:list_performance_reviews
List performance reviews with optional filtering and pagination.
Read
Low risk
List Timesheets
intellihr:list_timesheets
List timesheets with optional filtering and pagination.
Read
Low risk
Reject Leave Request
intellihr:reject_leave_request
Reject a pending leave request.
Write
Medium risk
Update Person
intellihr:update_person
Update an existing person's details and employment information.
Write
Medium risk