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.
Bulk Create Objects
bubble:bulk_create_objects
Create multiple data objects in your Bubble application in a single request.
Write
Medium risk
Create Object
bubble:create_object
Create a new data object in your Bubble application.
Write
Medium risk
Delete Object
bubble:delete_object
Delete a data object from your Bubble application. WARNING: This action cannot be undone.
Write
High risk
Get Object
bubble:get_object
Fetch a single data object by ID from your Bubble application.
Read
Low risk
Get User
bubble:get_user
Fetch a single user by ID from your Bubble application's User data type.
Read
Low risk
List Objects
bubble:list_objects
List data objects from your Bubble application with optional filtering and sorting.
Read
Low risk
List Users
bubble:list_users
List users from your Bubble application with optional filtering and sorting.
Read
Low risk
Run Workflow
bubble:run_workflow
Trigger a backend workflow in your Bubble application.
Write
Medium risk
Search Objects
bubble:search_objects
Search for data objects in your Bubble application using text search with optional filters.
Read
Low risk
Update Object
bubble:update_object
Update an existing data object in your Bubble application.
Write
Medium risk