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 User
lightspeed_vt:create_user
Create a new user in the LightSpeed VT system.
Write
Medium risk
Delete User
lightspeed_vt:delete_user
Delete a user from the LightSpeed VT system. This action cannot be undone.
Write
High risk
Enroll User
lightspeed_vt:enroll_user
Enroll a user in a specific course.
Write
Medium risk
Get Completion Report
lightspeed_vt:get_completion_report
Generate a course completion report with statistics and user progress data.
Read
Low risk
Get Course
lightspeed_vt:get_course
Fetch a single course by ID with details and enrollment information.
Read
Low risk
Get User
lightspeed_vt:get_user
Fetch a single user by ID with profile information and training status.
Read
Low risk
Get User Progress
lightspeed_vt:get_user_progress
Get training progress for a user, either for all courses or a specific course.
Read
Low risk
List Courses
lightspeed_vt:list_courses
List courses with filtering, searching, and pagination options.
Read
Low risk
List Enrollments
lightspeed_vt:list_enrollments
List course enrollments with filtering and pagination options.
Read
Low risk
List Users
lightspeed_vt:list_users
List users with filtering and pagination options.
Read
Low risk
Send Reminder
lightspeed_vt:send_reminder
Send a training reminder email to a user for a specific course or general training.
Write
Medium risk
Update User
lightspeed_vt:update_user
Update an existing user's information.
Write
Medium risk