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.
Create Device
control_d:create_device
Create a new device with the specified configuration.
Write
Medium risk
Create Profile
control_d:create_profile
Create a new filtering profile with specified rules.
Write
Medium risk
Create Rule
control_d:create_rule
Create a new filtering rule for a domain.
Write
Medium risk
Delete Device
control_d:delete_device
Delete a device permanently. This action cannot be undone.
Write
High risk
Delete Profile
control_d:delete_profile
Delete a filtering profile permanently. This action cannot be undone.
Write
High risk
Delete Rule
control_d:delete_rule
Delete a filtering rule permanently. This action cannot be undone.
Write
High risk
Get Account
control_d:get_account
Get current account information including subscription details and usage.
Read
Low risk
Get Analytics
control_d:get_analytics
Get DNS query analytics and blocking statistics.
Read
Low risk
Get Device
control_d:get_device
Fetch a single device by ID with its configuration and status.
Read
Low risk
Get Profile
control_d:get_profile
Fetch a single profile by ID with its filtering rules and configuration.
Read
Low risk
Get Rule
control_d:get_rule
Fetch a single filtering rule by ID with its configuration.
Read
Low risk
List Devices
control_d:list_devices
List all devices with their basic information and status.
Read
Low risk
List Profiles
control_d:list_profiles
List all filtering profiles with their basic information.
Read
Low risk
List Resolvers
control_d:list_resolvers
List available DNS resolvers with their locations and capabilities.
Read
Low risk
List Rules
control_d:list_rules
List filtering rules with optional filters.
Read
Low risk
Test Connection
control_d:test_connection
Test the API connection and validate credentials.
Write
Low risk
Update Device
control_d:update_device
Update an existing device's configuration.
Write
Medium risk
Update Profile
control_d:update_profile
Update an existing filtering profile's configuration.
Write
Medium risk
Update Rule
control_d:update_rule
Update an existing filtering rule's configuration.
Write
Medium risk