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
eventee:check_in_attendee
Check in an attendee to the event or a specific session.
Read
Low risk
Create Attendee
eventee:create_attendee
Register a new attendee for an event.
Write
Medium risk
Create Event
eventee:create_event
Create a new event with basic details.
Write
Medium risk
Create Session
eventee:create_session
Create a new session within an event.
Write
Medium risk
Create Speaker
eventee:create_speaker
Create a new speaker for an event.
Write
Medium risk
Delete Attendee
eventee:delete_attendee
Remove an attendee from an event. This action cannot be undone.
Write
High risk
Delete Event
eventee:delete_event
Delete an event permanently. This action cannot be undone.
Write
High risk
Get Attendee
eventee:get_attendee
Fetch a single attendee by ID with registration details.
Read
Low risk
Get Event
eventee:get_event
Fetch a single event by ID with basic details and settings.
Read
Low risk
Get Session
eventee:get_session
Fetch a single session by ID with details and speakers.
Read
Low risk
Get Speaker
eventee:get_speaker
Fetch a single speaker by ID with profile details and sessions.
Read
Low risk
List Attendees
eventee:list_attendees
List attendees for an event with optional filtering and pagination.
Read
Low risk
List Events
eventee:list_events
List events with optional filtering and pagination.
Read
Low risk
List Sessions
eventee:list_sessions
List sessions for an event with optional filtering and pagination.
Read
Low risk
List Speakers
eventee:list_speakers
List speakers for an event with optional filtering and pagination.
Read
Low risk
Send Email
eventee:send_email
Send an email to event attendees with customizable recipients and scheduling.
Write
Medium risk
Update Attendee
eventee:update_attendee
Update an existing attendee's information.
Write
Medium risk
Update Event
eventee:update_event
Update an existing event with new details.
Write
Medium risk