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 Order
kindo:create_order
Create a new order for a student with specified line items.
Write
Medium risk
Get Balance
kindo:get_balance
Get the current account balance for a parent, including pending charges.
Read
Low risk
Get Order
kindo:get_order
Fetch a single order by ID with line items and payment status.
Read
Low risk
Get Parent
kindo:get_parent
Fetch a single parent by ID with profile details and linked students.
Read
Low risk
Get Product
kindo:get_product
Fetch a single product by ID with pricing and availability details.
Read
Low risk
Get School
kindo:get_school
Fetch a single school by ID with basic details and settings.
Read
Low risk
Get Student
kindo:get_student
Fetch a single student by ID with profile details and parent information.
Read
Low risk
List Orders
kindo:list_orders
List orders with optional filtering and pagination.
Read
Low risk
List Parents
kindo:list_parents
List parents with optional filtering and pagination.
Read
Low risk
List Products
kindo:list_products
List products for a school with optional filtering and pagination.
Read
Low risk
List Schools
kindo:list_schools
List schools with optional filtering and pagination.
Read
Low risk
List Students
kindo:list_students
List students for a school with optional filtering and pagination.
Read
Low risk
List Transactions
kindo:list_transactions
List financial transactions with optional filtering and pagination.
Read
Low risk
Send Message
kindo:send_message
Send a message to parents and/or students through Kindo's communication system.
Write
Medium risk
Update Order
kindo:update_order
Update an existing order's details, status, or line items.
Write
Medium risk