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 Customer
storeganise:create_customer
Create a new customer account.
Write
Medium risk
Create Facility
storeganise:create_facility
Create a new storage facility.
Write
Medium risk
Create Payment
storeganise:create_payment
Record a new payment for a rental agreement.
Write
Medium risk
Create Rental
storeganise:create_rental
Create a new rental agreement between a customer and unit.
Write
Medium risk
Create Unit
storeganise:create_unit
Create a new storage unit in a facility.
Write
Medium risk
End Rental
storeganise:end_rental
End an active rental agreement and process move-out.
Write
Medium risk
Generate Invoice
storeganise:generate_invoice
Generate an invoice for a rental period with charges and fees.
Write
Medium risk
Get Customer
storeganise:get_customer
Fetch a single customer by ID with contact details and rental history.
Read
Low risk
Get Facility
storeganise:get_facility
Fetch a single facility by ID with location and contact details.
Read
Low risk
Get Payment
storeganise:get_payment
Fetch a single payment by ID with transaction details.
Read
Low risk
Get Rental
storeganise:get_rental
Fetch a single rental agreement by ID with customer, unit, and payment details.
Read
Low risk
Get Unit
storeganise:get_unit
Fetch a single storage unit by ID with size, pricing, and availability details.
Read
Low risk
List Customers
storeganise:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Facilities
storeganise:list_facilities
List facilities with optional filtering and pagination.
Read
Low risk
List Payments
storeganise:list_payments
List payments with optional filtering and pagination.
Read
Low risk
List Rentals
storeganise:list_rentals
List rental agreements with optional filtering and pagination.
Read
Low risk
List Units
storeganise:list_units
List storage units with optional filtering and pagination.
Read
Low risk
Send Notification
storeganise:send_notification
Send a notification (email/SMS) to a customer.
Write
Medium risk