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 Course
teachable:create_course
Create a new course.
Write
Medium risk
Create Enrollment
teachable:create_enrollment
Enroll a user in a course.
Write
Medium risk
Create User
teachable:create_user
Create a new user account.
Write
Medium risk
Delete Course
teachable:delete_course
Delete a course permanently. This action cannot be undone.
Write
High risk
Delete Enrollment
teachable:delete_enrollment
Remove a user's enrollment from a course. This will revoke their access.
Write
High risk
Get Course
teachable:get_course
Fetch a single course by ID with curriculum and enrollment information.
Read
Low risk
Get Enrollment
teachable:get_enrollment
Fetch a single enrollment by ID with progress and completion information.
Read
Low risk
Get Lecture
teachable:get_lecture
Fetch a single lecture by ID with content and completion information.
Read
Low risk
Get Order
teachable:get_order
Fetch a single order by ID with payment and enrollment information.
Read
Low risk
Get User
teachable:get_user
Fetch a single user by ID with profile and enrollment information.
Read
Low risk
List Courses
teachable:list_courses
List and search courses with filtering options.
Read
Low risk
List Enrollments
teachable:list_enrollments
List and search enrollments with filtering options.
Read
Low risk
List Lectures
teachable:list_lectures
List and search lectures with filtering options.
Read
Low risk
List Orders
teachable:list_orders
List and search orders with filtering options.
Read
Low risk
List Users
teachable:list_users
List and search users with filtering options.
Read
Low risk
Mark Lecture Complete
teachable:mark_lecture_complete
Mark a lecture as completed for a specific enrollment.
Write
Medium risk
Update Course
teachable:update_course
Update an existing course's information.
Write
Medium risk
Update User
teachable:update_user
Update an existing user's information.
Write
Medium risk