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.
Acknowledge Alert
twin:acknowledge_alert
Acknowledge an active alert to indicate it has been seen and is being handled.
Write
Medium risk
Create Device
twin:create_device
Create a new device in a space.
Write
Medium risk
Create Sensor
twin:create_sensor
Create a new sensor on a device.
Write
Medium risk
Create Space
twin:create_space
Create a new space in the Twin platform.
Write
Medium risk
Delete Device
twin:delete_device
Delete a device permanently. This will also remove all associated sensors and data.
Write
High risk
Delete Space
twin:delete_space
Delete a space permanently. This will also remove all associated devices and sensors.
Write
High risk
Get Alerts
twin:get_alerts
Retrieve alerts with optional filtering and pagination.
Read
Low risk
Get Device
twin:get_device
Fetch a single device by ID with its properties and current status.
Read
Low risk
Get Sensor
twin:get_sensor
Fetch a single sensor by ID with its properties and latest reading.
Read
Low risk
Get Sensor Data
twin:get_sensor_data
Retrieve sensor data readings with optional time range and aggregation.
Read
Low risk
Get Space
twin:get_space
Fetch a single space by ID with its properties and metadata.
Read
Low risk
List Devices
twin:list_devices
List devices with optional filtering and pagination.
Read
Low risk
List Sensors
twin:list_sensors
List sensors with optional filtering and pagination.
Read
Low risk
List Spaces
twin:list_spaces
List spaces with optional filtering and pagination.
Read
Low risk
Resolve Alert
twin:resolve_alert
Resolve an alert to mark it as fixed and close it.
Write
Medium risk
Send Sensor Data
twin:send_sensor_data
Send a new data reading to a sensor.
Write
Medium risk
Update Device
twin:update_device
Update an existing device's properties.
Write
Medium risk
Update Space
twin:update_space
Update an existing space's properties.
Write
Medium risk