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.
Check In Attendee
evenium:check_in_attendee
Check in an attendee to mark their arrival at the event.
Read
Low risk
Create Attendee
evenium:create_attendee
Register a new attendee for an event.
Write
Medium risk
Create Event
evenium:create_event
Create a new event with basic details and settings.
Write
Medium risk
Create Session
evenium:create_session
Create a new session within an event.
Write
Medium risk
Create Speaker
evenium:create_speaker
Create a new speaker for an event.
Write
Medium risk
Delete Event
evenium:delete_event
Delete an event permanently. This action cannot be undone and will remove all associated data.
Write
High risk
Get Attendee
evenium:get_attendee
Fetch a single attendee by ID with registration details and status.
Read
Low risk
Get Event
evenium:get_event
Fetch a single event by ID with full details including dates, location, and settings.
Read
Low risk
Get Session
evenium:get_session
Fetch a single session by ID with details including speakers and schedule.
Read
Low risk
Get Speaker
evenium:get_speaker
Fetch a single speaker by ID with profile details and session assignments.
Read
Low risk
List Attendees
evenium:list_attendees
List attendees for an event with optional filtering by status and search terms.
Read
Low risk
List Events
evenium:list_events
List events with optional filtering by status, dates, and search terms.
Read
Low risk
List Sessions
evenium:list_sessions
List sessions for an event with optional filtering by type, status, and time.
Read
Low risk
List Speakers
evenium:list_speakers
List speakers for an event with optional search and filtering.
Read
Low risk
Send Email
evenium:send_email
Send an email to event attendees with customizable recipients and content.
Write
Medium risk
Update Attendee
evenium:update_attendee
Update an existing attendee's information and registration details.
Write
Medium risk
Update Event
evenium:update_event
Update an existing event with new details and settings.
Write
Medium risk