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.
Advance Application
greenhouse:advance_application
Advance an application to the next stage in the hiring process.
Write
Medium risk
Create Candidate
greenhouse:create_candidate
Create a new candidate in Greenhouse with basic contact information.
Write
Medium risk
Create Note
greenhouse:create_note
Create a note on an application for tracking candidate feedback and decisions.
Write
Medium risk
Get Application
greenhouse:get_application
Fetch a single application by ID with candidate info, job details, and current stage.
Read
Low risk
Get Candidate
greenhouse:get_candidate
Fetch a single candidate by ID with contact info and application history.
Read
Low risk
Get Job
greenhouse:get_job
Fetch a single job posting by ID with details and status.
Read
Low risk
Get User
greenhouse:get_user
Fetch a single user by ID with contact info and permissions.
Read
Low risk
List Applications
greenhouse:list_applications
List applications with optional filtering by job, candidate, status, and date range.
Read
Low risk
List Candidates
greenhouse:list_candidates
List candidates with optional filtering by job, email, and date ranges.
Read
Low risk
List Departments
greenhouse:list_departments
List all departments in the organization.
Read
Low risk
List Jobs
greenhouse:list_jobs
List jobs with optional filtering by status, department, office, and date range.
Read
Low risk
List Job Stages
greenhouse:list_job_stages
List all stages for a specific job to understand the hiring pipeline.
Read
Low risk
List Offices
greenhouse:list_offices
List all offices in the organization.
Read
Low risk
List Rejection Reasons
greenhouse:list_rejection_reasons
List all rejection reasons available for rejecting applications.
Read
Low risk
List Users
greenhouse:list_users
List users with optional filtering by email and date range.
Read
Low risk
Reject Application
greenhouse:reject_application
Reject an application with a specific reason and optional note.
Write
Medium risk
Schedule Interview
greenhouse:schedule_interview
Schedule an interview for an application at a specific time with interviewers.
Write
Medium risk