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 Note
recruit_crm:add_note
Add a note to a candidate, job, company, or application.
Write
Medium risk
Create Application
recruit_crm:create_application
Create a new job application linking a candidate to a job.
Write
Medium risk
Create Candidate
recruit_crm:create_candidate
Create a new candidate profile in Recruit CRM.
Write
Medium risk
Create Company
recruit_crm:create_company
Create a new company profile in Recruit CRM.
Write
Medium risk
Create Job
recruit_crm:create_job
Create a new job posting in Recruit CRM.
Write
Medium risk
Delete Candidate
recruit_crm:delete_candidate
Permanently delete a candidate from Recruit CRM. This action cannot be undone.
Write
High risk
Delete Job
recruit_crm:delete_job
Permanently delete a job posting from Recruit CRM. This action cannot be undone.
Write
High risk
Get Application
recruit_crm:get_application
Fetch a single job application by ID with candidate and job details.
Read
Low risk
Get Candidate
recruit_crm:get_candidate
Fetch a single candidate by ID with contact details and application history.
Read
Low risk
Get Company
recruit_crm:get_company
Fetch a single company by ID with full details.
Read
Low risk
Get Job
recruit_crm:get_job
Fetch a single job posting by ID with full details.
Read
Low risk
List Applications
recruit_crm:list_applications
List and search job applications with filtering options.
Read
Low risk
List Candidates
recruit_crm:list_candidates
List and search candidates with filtering options.
Read
Low risk
List Companies
recruit_crm:list_companies
List and search companies with filtering options.
Read
Low risk
List Jobs
recruit_crm:list_jobs
List and search job postings with filtering options.
Read
Low risk
Schedule Interview
recruit_crm:schedule_interview
Schedule an interview for a job application.
Write
Medium risk
Send Email
recruit_crm:send_email
Send an email through Recruit CRM's email system with tracking.
Write
Medium risk
Update Application
recruit_crm:update_application
Update an existing job application's status, stage, and details.
Write
Medium risk
Update Candidate
recruit_crm:update_candidate
Update an existing candidate's information.
Write
Medium risk
Update Job
recruit_crm:update_job
Update an existing job posting's information.
Write
Medium risk