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.
Check Disposable
mailboxvalidator:check_disposable
Check if an email address is from a disposable email provider.
Read
Low risk
Check Free Email
mailboxvalidator:check_free_email
Check if an email address is from a free email provider like Gmail, Yahoo, etc.
Read
Low risk
Get Account Info
mailboxvalidator:get_account_info
Get account information including available credits and usage statistics.
Read
Low risk
Get Batch Status
mailboxvalidator:get_batch_status
Get the status and results of a batch email validation job.
Read
Low risk
Validate Email
mailboxvalidator:validate_email
Validate an email address to check if it's valid, deliverable, and get detailed information.
Write
Low risk
Validate Email Batch
mailboxvalidator:validate_email_batch
Validate multiple email addresses in a single batch request.
Write
Medium risk