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.
Cancel Check
tpscheck:cancel_check
Cancel a pending or in-progress background check.
Write
High risk
Create Candidate
tpscheck:create_candidate
Create a new candidate profile for background screening.
Write
Medium risk
Create Check
tpscheck:create_check
Create a new background check for a candidate using a specific screening package.
Write
Medium risk
Create Webhook
tpscheck:create_webhook
Create a new webhook to receive real-time notifications about screening events.
Write
Medium risk
Delete Webhook
tpscheck:delete_webhook
Delete a webhook configuration. This action cannot be undone.
Write
High risk
Download Report
tpscheck:download_report
Download a screening report in the specified format.
Write
Low risk
Get Candidate
tpscheck:get_candidate
Fetch a single candidate profile with personal information and check history.
Read
Low risk
Get Check
tpscheck:get_check
Fetch a single background check by ID with current status and results.
Read
Low risk
Get Report
tpscheck:get_report
Fetch a detailed screening report with findings and recommendations.
Read
Low risk
Get Webhook
tpscheck:get_webhook
Fetch webhook configuration and delivery status.
Read
Low risk
List Candidates
tpscheck:list_candidates
List candidates with optional search and filtering.
Read
Low risk
List Checks
tpscheck:list_checks
List background checks with optional filtering and pagination.
Read
Low risk
List Packages
tpscheck:list_packages
List available screening packages with their components and pricing.
Read
Low risk
List Webhooks
tpscheck:list_webhooks
List configured webhooks with their status and delivery metrics.
Read
Low risk
Update Candidate
tpscheck:update_candidate
Update an existing candidate's profile information.
Write
Medium risk