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.
Cancel Appointment
etermin:cancel_appointment
Cancel an existing appointment and optionally notify the customer.
Write
High risk
Create Appointment
etermin:create_appointment
Create a new appointment for a customer and service.
Write
Medium risk
Create Customer
etermin:create_customer
Create a new customer record in etermin.
Write
Medium risk
Get Appointment
etermin:get_appointment
Fetch a single appointment by ID with customer and service details.
Read
Low risk
Get Availability
etermin:get_availability
Get available time slots for a service within a date range.
Read
Low risk
Get Customer
etermin:get_customer
Fetch a single customer by ID with contact details and appointment history.
Read
Low risk
Get Service
etermin:get_service
Fetch a single service by ID with pricing and availability details.
Read
Low risk
List Appointments
etermin:list_appointments
List appointments with optional filtering by date range, status, customer, or service.
Read
Low risk
List Customers
etermin:list_customers
List customers with optional search and filtering capabilities.
Read
Low risk
List Services
etermin:list_services
List all services with optional filtering by category, status, or name.
Read
Low risk
List Staff
etermin:list_staff
List all staff members with optional filtering.
Read
Low risk
Send Reminder
etermin:send_reminder
Send appointment reminder to customer via email or SMS.
Write
Medium risk
Update Appointment
etermin:update_appointment
Update an existing appointment's details.
Write
Medium risk
Update Customer
etermin:update_customer
Update an existing customer's information.
Write
Medium risk