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 Maintenance Request
rendi:create_maintenance_request
Create a new maintenance request for a property.
Write
Medium risk
Create Property
rendi:create_property
Create a new rental property listing.
Write
Medium risk
Create Tenant
rendi:create_tenant
Create a new tenant record with lease information.
Write
Medium risk
Get Maintenance Request
rendi:get_maintenance_request
Fetch a single maintenance request by ID with details, status, and assigned technician.
Read
Low risk
Get Payment
rendi:get_payment
Fetch a single payment record by ID with amount, date, and tenant information.
Read
Low risk
Get Property
rendi:get_property
Fetch a single property by ID with details, amenities, and current status.
Read
Low risk
Get Tenant
rendi:get_tenant
Fetch a single tenant by ID with contact info, lease details, and payment history.
Read
Low risk
List Maintenance Requests
rendi:list_maintenance_requests
List maintenance requests with optional filters for status, priority, property, and dates.
Read
Low risk
List Notices
rendi:list_notices
List notices sent to tenants with optional filters for status, type, tenant, and dates.
Read
Low risk
List Payments
rendi:list_payments
List payments with optional filters for status, tenant, property, dates, and payment method.
Read
Low risk
List Properties
rendi:list_properties
List properties with optional filters for status, location, type, and rent range.
Read
Low risk
List Tenants
rendi:list_tenants
List tenants with optional filters for status, property, name, and lease dates.
Read
Low risk
Record Payment
rendi:record_payment
Record a new payment received from a tenant.
Write
Medium risk
Send Notice
rendi:send_notice
Send a formal notice to a tenant via email or mail.
Write
Medium risk
Update Maintenance Request
rendi:update_maintenance_request
Update an existing maintenance request with new status, assignments, or costs.
Write
Medium risk
Update Property
rendi:update_property
Update an existing property with new information.
Write
Medium risk
Update Tenant
rendi:update_tenant
Update an existing tenant record with new information.
Write
Medium risk