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.
Close Job
niceboard:close_job
Close a published job posting to stop accepting new applications.
Write
Medium risk
Create Job
niceboard:create_job
Create a new job posting. Jobs are saved as drafts by default unless publish=true.
Write
Medium risk
Delete Job
niceboard:delete_job
Permanently delete a job posting. This action cannot be undone.
Write
High risk
Get Application
niceboard:get_application
Fetch a single job application by ID with candidate details and status.
Read
Low risk
Get Job
niceboard:get_job
Fetch a single job posting by ID with full details including requirements and benefits.
Read
Low risk
Get Job Stats
niceboard:get_job_stats
Get detailed statistics and analytics for a job posting.
Read
Low risk
List Applications
niceboard:list_applications
List job applications with optional filtering and pagination.
Read
Low risk
List Jobs
niceboard:list_jobs
List job postings with optional filtering and pagination.
Read
Low risk
Publish Job
niceboard:publish_job
Publish a draft job posting to make it visible to candidates.
Write
Low risk
Update Application Status
niceboard:update_application_status
Update the status and rating of a job application.
Write
Medium risk
Update Job
niceboard:update_job
Update an existing job posting. Only provided fields will be updated.
Write
Medium risk