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 Candidate To Job
recruiterflow:add_candidate_to_job
Add a candidate to a job opening, creating an application record.
Write
Medium risk
Create Candidate
recruiterflow:create_candidate
Create a new candidate in Recruiterflow.
Write
Medium risk
Create Company
recruiterflow:create_company
Create a new company in Recruiterflow.
Write
Medium risk
Create Job
recruiterflow:create_job
Create a new job posting in Recruiterflow.
Write
Medium risk
Create Note
recruiterflow:create_note
Create a note in Recruiterflow attached to a candidate, job, company, or application.
Write
Medium risk
Get Candidate
recruiterflow:get_candidate
Fetch a single candidate by ID with contact details and current status.
Read
Low risk
Get Company
recruiterflow:get_company
Fetch a single company by ID with contact details and information.
Read
Low risk
Get Job
recruiterflow:get_job
Fetch a single job posting by ID with full details.
Read
Low risk
List Applications
recruiterflow:list_applications
List job applications with optional filtering and pagination.
Read
Low risk
List Candidates
recruiterflow:list_candidates
List candidates with optional filtering and pagination.
Read
Low risk
List Companies
recruiterflow:list_companies
List companies with optional filtering and pagination.
Read
Low risk
List Jobs
recruiterflow:list_jobs
List job postings with optional filtering and pagination.
Read
Low risk
Send Email
recruiterflow:send_email
Send an email through Recruiterflow's email system.
Write
Medium risk
Update Application Stage
recruiterflow:update_application_stage
Update the stage/status of a candidate's job application.
Write
Medium risk
Update Candidate
recruiterflow:update_candidate
Update an existing candidate's information.
Write
Medium risk
Update Job
recruiterflow:update_job
Update an existing job posting.
Write
Medium risk