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 Registration
stealthseminar:create_registration
Register a new attendee for a webinar.
Write
Medium risk
Create Webinar
stealthseminar:create_webinar
Create a new webinar with basic settings.
Write
Medium risk
Delete Registration
stealthseminar:delete_registration
Delete/cancel a registration. This will remove the attendee from the webinar.
Write
High risk
Delete Webinar
stealthseminar:delete_webinar
Delete a webinar permanently. This action cannot be undone.
Write
High risk
Get Registration
stealthseminar:get_registration
Fetch a single registration by ID with attendee details.
Read
Low risk
Get Webinar
stealthseminar:get_webinar
Fetch a single webinar by ID with all details including settings and statistics.
Read
Low risk
Get Webinar Stats
stealthseminar:get_webinar_stats
Get detailed statistics for a webinar including registrations, attendance, and engagement.
Read
Low risk
List Registrations
stealthseminar:list_registrations
List registrations with optional filtering and pagination.
Read
Low risk
List Webinars
stealthseminar:list_webinars
List webinars with optional filtering and pagination.
Read
Low risk
Send Reminder
stealthseminar:send_reminder
Send reminder notifications to webinar registrants.
Write
Medium risk
Update Registration
stealthseminar:update_registration
Update an existing registration's details.
Write
Medium risk
Update Webinar
stealthseminar:update_webinar
Update an existing webinar's settings.
Write
Medium risk