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
cliniko:cancel_appointment
Cancel an existing appointment.
Write
High risk
Create Appointment
cliniko:create_appointment
Create a new appointment.
Write
Medium risk
Create Patient
cliniko:create_patient
Create a new patient record.
Write
Medium risk
Create Treatment Note
cliniko:create_treatment_note
Create a new treatment note for a patient.
Write
Medium risk
Delete Treatment Note
cliniko:delete_treatment_note
Delete a treatment note permanently. This action cannot be undone.
Write
High risk
Get Appointment
cliniko:get_appointment
Fetch a single appointment by ID with patient and practitioner details.
Read
Low risk
Get Business
cliniko:get_business
Fetch a single business/location by ID with full details.
Read
Low risk
Get Patient
cliniko:get_patient
Fetch a single patient by ID with contact details and medical information.
Read
Low risk
Get Practitioner
cliniko:get_practitioner
Fetch a single practitioner by ID with full details.
Read
Low risk
Get Treatment Note
cliniko:get_treatment_note
Fetch a single treatment note by ID with full details.
Read
Low risk
List Appointments
cliniko:list_appointments
List appointments with optional filtering by patient, practitioner, date range, etc.
Read
Low risk
List Appointment Types
cliniko:list_appointment_types
List all appointment types available in the clinic.
Read
Low risk
List Businesses
cliniko:list_businesses
List all businesses/locations in the clinic.
Read
Low risk
List Patients
cliniko:list_patients
List patients with optional search and filtering.
Read
Low risk
List Practitioners
cliniko:list_practitioners
List all practitioners in the clinic.
Read
Low risk
List Treatment Notes
cliniko:list_treatment_notes
List treatment notes with optional filtering by patient, practitioner, or appointment.
Read
Low risk
Update Appointment
cliniko:update_appointment
Update an existing appointment.
Write
Medium risk
Update Patient
cliniko:update_patient
Update an existing patient record.
Write
Medium risk
Update Treatment Note
cliniko:update_treatment_note
Update an existing treatment note.
Write
Medium risk