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
freshlearn:cancel_enrollment
Cancel a student's enrollment in a course. This will revoke access to the course.
Write
High risk
Create Course
freshlearn:create_course
Create a new course in Freshlearn.
Write
Medium risk
Create Enrollment
freshlearn:create_enrollment
Enroll a student in a course.
Write
Medium risk
Create Student
freshlearn:create_student
Create a new student in Freshlearn.
Write
Medium risk
Delete Course
freshlearn:delete_course
Delete a course from Freshlearn. This action cannot be undone.
Write
High risk
Get Course
freshlearn:get_course
Fetch a single course by ID with details like title, description, pricing, and enrollment info.
Read
Low risk
Get Course Analytics
freshlearn:get_course_analytics
Get analytics and performance metrics for a specific course.
Read
Low risk
Get Enrollment
freshlearn:get_enrollment
Fetch a single enrollment by ID with progress and completion details.
Read
Low risk
Get Student
freshlearn:get_student
Fetch a single student by ID with profile and enrollment information.
Read
Low risk
Issue Certificate
freshlearn:issue_certificate
Issue a completion certificate for a student's enrollment.
Write
Medium risk
List Courses
freshlearn:list_courses
List courses with optional filtering and pagination.
Read
Low risk
List Enrollments
freshlearn:list_enrollments
List enrollments with optional filtering and pagination.
Read
Low risk
List Students
freshlearn:list_students
List students with optional filtering and pagination.
Read
Low risk
Send Course Announcement
freshlearn:send_course_announcement
Send an announcement to students enrolled in a specific course.
Write
Medium risk
Update Course
freshlearn:update_course
Update an existing course in Freshlearn.
Write
Medium risk
Update Enrollment
freshlearn:update_enrollment
Update an existing enrollment in Freshlearn.
Write
Medium risk
Update Student
freshlearn:update_student
Update an existing student in Freshlearn.
Write
Medium risk