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.
Abort Actor Run
apify:abort_actor_run
Abort a running actor run.
Write
Medium risk
Create Schedule
apify:create_schedule
Create a new schedule to run an actor at specified intervals.
Write
Medium risk
Delete Dataset
apify:delete_dataset
Permanently delete a dataset and all its items.
Write
High risk
Delete Schedule
apify:delete_schedule
Permanently delete a schedule.
Write
High risk
Get Actor
apify:get_actor
Fetch details of a specific actor including its configuration and stats.
Read
Low risk
Get Actor Run
apify:get_actor_run
Fetch details of a specific actor run including status and results.
Read
Low risk
Get Dataset
apify:get_dataset
Fetch dataset metadata and information.
Read
Low risk
Get Dataset Items
apify:get_dataset_items
Fetch items from a dataset with optional filtering and formatting.
Read
Low risk
Get Key Value Store
apify:get_key_value_store
Fetch key-value store metadata and information.
Read
Low risk
Get Key Value Store Record
apify:get_key_value_store_record
Fetch a specific record from a key-value store.
Read
Low risk
Get Schedule
apify:get_schedule
Fetch details of a specific schedule.
Read
Low risk
List Actor Runs
apify:list_actor_runs
List actor runs with optional filtering and pagination.
Read
Low risk
List Actors
apify:list_actors
List actors with optional filtering and pagination.
Read
Low risk
List Datasets
apify:list_datasets
List datasets with optional filtering and pagination.
Read
Low risk
List Key Value Stores
apify:list_key_value_stores
List key-value stores with optional filtering and pagination.
Read
Low risk
List Schedules
apify:list_schedules
List schedules with optional filtering and pagination.
Read
Low risk
Run Actor
apify:run_actor
Start an actor run with specified input and configuration.
Write
Medium risk
Update Schedule
apify:update_schedule
Update an existing schedule configuration.
Write
Medium risk