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 Subscription
uscreen:cancel_subscription
Cancel a user's subscription. By default cancels at the end of the current billing period.
Write
High risk
Create User
uscreen:create_user
Create a new user account in Uscreen.
Write
Medium risk
Enroll User
uscreen:enroll_user
Enroll a user in a course with specified access type.
Write
Medium risk
Get Course
uscreen:get_course
Fetch a single course by ID with lessons and enrollment details.
Read
Low risk
Get Subscription
uscreen:get_subscription
Fetch a single subscription by ID with plan and billing details.
Read
Low risk
Get User
uscreen:get_user
Fetch a single user by ID with subscription and profile details.
Read
Low risk
Get User Progress
uscreen:get_user_progress
Get a user's progress in a specific course including lesson completion.
Read
Low risk
Get Video
uscreen:get_video
Fetch a single video by ID with metadata and streaming details.
Read
Low risk
List Courses
uscreen:list_courses
List courses with filtering and pagination options.
Read
Low risk
List Subscriptions
uscreen:list_subscriptions
List subscriptions with filtering and pagination options.
Read
Low risk
List Users
uscreen:list_users
List users with filtering and pagination options.
Read
Low risk
List Videos
uscreen:list_videos
List videos with filtering and pagination options.
Read
Low risk
Update User
uscreen:update_user
Update an existing user's profile information.
Write
Medium risk
Update Video
uscreen:update_video
Update an existing video's metadata and settings.
Write
Medium risk