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.
Add Application Note
recruitee:add_application_note
Add a note to a job application for tracking feedback and decisions.
Write
Medium risk
Create Application
recruitee:create_application
Create a new job application linking a candidate to a job.
Write
Medium risk
Create Candidate
recruitee:create_candidate
Create a new candidate in the talent pool.
Write
Medium risk
Create Job
recruitee:create_job
Create a new job posting.
Write
Medium risk
Get Application
recruitee:get_application
Fetch a single job application by ID with candidate and job details.
Read
Low risk
Get Candidate
recruitee:get_candidate
Fetch a single candidate by ID with contact details and application history.
Read
Low risk
Get Job
recruitee:get_job
Fetch a single job posting by ID with full details.
Read
Low risk
List Applications
recruitee:list_applications
List and search job applications with filtering options.
Read
Low risk
List Candidates
recruitee:list_candidates
List and search candidates with filtering options.
Read
Low risk
List Departments
recruitee:list_departments
List all departments in the company for organizing jobs and team members.
Read
Low risk
List Jobs
recruitee:list_jobs
List and search job postings with filtering options.
Read
Low risk
List Stages
recruitee:list_stages
List hiring pipeline stages for moving applications through the process.
Read
Low risk
Search Candidates
recruitee:search_candidates
Search candidates by name, email, skills, or other criteria.
Read
Low risk
Update Application Stage
recruitee:update_application_stage
Move an application to a different stage in the hiring pipeline.
Write
Medium risk
Update Candidate
recruitee:update_candidate
Update an existing candidate's information.
Write
Medium risk
Update Job
recruitee:update_job
Update an existing job posting.
Write
Medium risk