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 Dataset Records
bright_data:add_dataset_records
Add new records to an existing dataset. Records must match the dataset schema.
Write
Medium risk
Cancel Scraping Job
bright_data:cancel_scraping_job
Cancel a running or pending scraping job. Completed jobs cannot be cancelled.
Write
High risk
Create Dataset
bright_data:create_dataset
Create a new dataset with specified schema and metadata.
Write
Medium risk
Create Scraping Job
bright_data:create_scraping_job
Create a new scraping job to extract data from a website.
Write
Medium risk
Delete Dataset
bright_data:delete_dataset
Permanently delete a dataset and all its data. This action cannot be undone.
Write
High risk
Get Dataset
bright_data:get_dataset
Fetch a single dataset by ID with metadata and status information.
Read
Low risk
Get Dataset Records
bright_data:get_dataset_records
Fetch records from a dataset with optional filtering and pagination.
Read
Low risk
Get Proxy Zone
bright_data:get_proxy_zone
Fetch a single proxy zone by ID with configuration and usage statistics.
Read
Low risk
Get Scraping Job
bright_data:get_scraping_job
Fetch a single scraping job by ID with status and progress information.
Read
Low risk
List Datasets
bright_data:list_datasets
List datasets with optional filtering and pagination.
Read
Low risk
List Proxy Zones
bright_data:list_proxy_zones
List proxy zones with optional filtering and pagination.
Read
Low risk
List Scraping Jobs
bright_data:list_scraping_jobs
List scraping jobs with optional filtering and pagination.
Read
Low risk