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 Enrollment
miestro:cancel_enrollment
Cancel a student's enrollment in a course.
Write
High risk
Create Course
miestro:create_course
Create a new course in Miestro.
Write
Medium risk
Create Enrollment
miestro:create_enrollment
Enroll a student in a course.
Write
Medium risk
Create Student
miestro:create_student
Create a new student account in Miestro.
Write
Medium risk
Delete Course
miestro:delete_course
Delete a course from Miestro. This action cannot be undone.
Write
High risk
Get Course
miestro:get_course
Fetch a single course by ID with details, modules, and enrollment info.
Read
Low risk
Get Enrollment
miestro:get_enrollment
Fetch a single enrollment by ID with progress and completion details.
Read
Low risk
Get Student
miestro:get_student
Fetch a single student by ID with profile and enrollment info.
Read
Low risk
Issue Certificate
miestro:issue_certificate
Issue a completion certificate for a student's course enrollment.
Write
Medium risk
List Courses
miestro:list_courses
List courses with filtering, search, and pagination.
Read
Low risk
List Enrollments
miestro:list_enrollments
List enrollments with filtering, search, and pagination.
Read
Low risk
List Students
miestro:list_students
List students with filtering, search, and pagination.
Read
Low risk
Send Course Announcement
miestro:send_course_announcement
Send an announcement email to students enrolled in a course.
Write
Medium risk
Update Course
miestro:update_course
Update an existing course in Miestro.
Write
Medium risk
Update Enrollment
miestro:update_enrollment
Update an existing enrollment.
Write
Medium risk
Update Student
miestro:update_student
Update an existing student in Miestro.
Write
Medium risk