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 Clip
rhombus:create_clip
Create a video clip from camera footage for a specific time range.
Write
Medium risk
Create Location
rhombus:create_location
Create a new location in the organization.
Write
Medium risk
Create User
rhombus:create_user
Create a new user and optionally send them an invitation email.
Write
Medium risk
Delete Clip
rhombus:delete_clip
Delete a video clip permanently.
Write
High risk
Delete Location
rhombus:delete_location
Delete a location permanently. WARNING: This will remove all cameras from the location.
Write
High risk
Delete User
rhombus:delete_user
Delete a user permanently from the organization.
Write
High risk
Get Camera
rhombus:get_camera
Fetch detailed information about a specific camera including status, location, and settings.
Read
Low risk
Get Event
rhombus:get_event
Fetch detailed information about a specific security event including video and metadata.
Read
Low risk
Get Location
rhombus:get_location
Fetch detailed information about a specific location including address and camera count.
Read
Low risk
Get User
rhombus:get_user
Fetch detailed information about a specific user including permissions and status.
Read
Low risk
List Cameras
rhombus:list_cameras
List all cameras with filtering options. Returns basic camera info and status.
Read
Low risk
List Clips
rhombus:list_clips
List video clips with filtering options and download status.
Read
Low risk
List Events
rhombus:list_events
List security events with time range and filtering options.
Read
Low risk
List Locations
rhombus:list_locations
List all locations in the organization with basic information and camera counts.
Read
Low risk
List Users
rhombus:list_users
List all users in the organization with filtering options.
Read
Low risk
Update Camera
rhombus:update_camera
Update camera settings including name, recording, and motion detection.
Write
Medium risk
Update Location
rhombus:update_location
Update location information including name, address, and timezone.
Write
Medium risk
Update User
rhombus:update_user
Update user information including name, role, status, and location access.
Write
Medium risk