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
konfhub:check_in_attendee
Check in an attendee to mark their arrival at the event.
Read
Low risk
Create Attendee
konfhub:create_attendee
Register a new attendee for an event with specified ticket type.
Write
Medium risk
Create Event
konfhub:create_event
Create a new event with venue and organizer details.
Write
Medium risk
Create Ticket
konfhub:create_ticket
Create a new ticket type for an event with pricing and availability settings.
Write
Medium risk
Delete Event
konfhub:delete_event
Delete an event permanently. This action cannot be undone.
Write
High risk
Get Attendee
konfhub:get_attendee
Fetch a single attendee by ID with registration and ticket details.
Read
Low risk
Get Event
konfhub:get_event
Fetch a single event by ID with complete details including tickets and venue information.
Read
Low risk
Get Ticket
konfhub:get_ticket
Fetch a single ticket type by ID with pricing and availability details.
Read
Low risk
List Attendees
konfhub:list_attendees
List attendees with optional filtering and pagination.
Read
Low risk
List Events
konfhub:list_events
List events with optional filtering and pagination.
Read
Low risk
List Tickets
konfhub:list_tickets
List ticket types with optional filtering and pagination.
Read
Low risk
Send Event Email
konfhub:send_event_email
Send a custom email to event attendees based on specified audience criteria.
Write
Medium risk
Update Attendee
konfhub:update_attendee
Update an existing attendee's information and registration details.
Write
Medium risk
Update Event
konfhub:update_event
Update an existing event with new details.
Write
Medium risk
Update Ticket
konfhub:update_ticket
Update an existing ticket type with new pricing and availability settings.
Write
Medium risk