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
thinkific:create_course
Create a new course in Thinkific.
Write
Medium risk
Create Enrollment
thinkific:create_enrollment
Create a new enrollment for a user in a course.
Write
Medium risk
Create User
thinkific:create_user
Create a new user in Thinkific.
Write
Medium risk
Delete Enrollment
thinkific:delete_enrollment
Delete an enrollment from Thinkific. This will remove the user's access to the course.
Write
High risk
Enroll User In Course
thinkific:enroll_user_in_course
Enroll a user in a course by email address. If user doesn't exist, they will be created.
Write
Medium risk
Get Bundle
thinkific:get_bundle
Fetch a single bundle by ID with details like name, description, and included courses.
Read
Low risk
Get Course
thinkific:get_course
Fetch a single course by ID with details like name, description, and pricing.
Read
Low risk
Get Course Progress
thinkific:get_course_progress
Get detailed course progress for a specific user and course, including chapter and lesson completion.
Read
Low risk
Get Enrollment
thinkific:get_enrollment
Fetch a single enrollment by ID with progress and completion details.
Read
Low risk
Get User
thinkific:get_user
Fetch a single user by ID with profile information.
Read
Low risk
List Bundles
thinkific:list_bundles
List bundles with optional filtering and pagination.
Read
Low risk
List Courses
thinkific:list_courses
List courses with optional filtering and pagination.
Read
Low risk
List Enrollments
thinkific:list_enrollments
List enrollments with optional filtering and pagination.
Read
Low risk
List Users
thinkific:list_users
List users with optional filtering and pagination.
Read
Low risk
Update Course
thinkific:update_course
Update an existing course in Thinkific.
Write
Medium risk
Update Enrollment
thinkific:update_enrollment
Update an existing enrollment in Thinkific.
Write
Medium risk
Update User
thinkific:update_user
Update an existing user in Thinkific.
Write
Medium risk