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.
Append Data
geckoboard:append_data
Append data records to an existing dataset without replacing existing data.
Write
Medium risk
Create Dataset
geckoboard:create_dataset
Create a new dataset with specified schema for pushing data to Geckoboard widgets.
Write
Medium risk
Delete Dataset
geckoboard:delete_dataset
Permanently delete a dataset and all its data. This cannot be undone.
Write
High risk
Get Dataset
geckoboard:get_dataset
Fetch a single dataset by ID to see its schema and metadata.
Read
Low risk
Ping
geckoboard:ping
Test the connection to Geckoboard API and verify credentials are working.
Write
Low risk
Push Data
geckoboard:push_data
Push data records to an existing dataset. Data will be appended or updated based on unique_by configuration.
Write
Medium risk
Replace Data
geckoboard:replace_data
Replace all data in a dataset with new records. This deletes existing data first.
Write
Medium risk