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.
Assign Booth
expofp:assign_booth
Assign a booth to an exhibitor on a floor plan.
Write
Medium risk
Create Event
expofp:create_event
Create a new event with basic configuration.
Write
Medium risk
Create Exhibitor
expofp:create_exhibitor
Create a new exhibitor for an event.
Write
Medium risk
Delete Event
expofp:delete_event
Delete an event permanently. This action cannot be undone.
Write
High risk
Delete Exhibitor
expofp:delete_exhibitor
Delete an exhibitor from an event permanently. This action cannot be undone.
Write
High risk
Get Analytics
expofp:get_analytics
Get analytics data for an event including views, interactions, and booth visits.
Read
Low risk
Get Event
expofp:get_event
Fetch a single event by ID with basic details and configuration.
Read
Low risk
Get Exhibitor
expofp:get_exhibitor
Fetch a single exhibitor by ID with booth and contact details.
Read
Low risk
Get Floor Plan
expofp:get_floor_plan
Fetch a single floor plan by ID with layout and booth information.
Read
Low risk
List Events
expofp:list_events
List events with optional filtering and pagination.
Read
Low risk
List Exhibitors
expofp:list_exhibitors
List exhibitors for an event with optional filtering and pagination.
Read
Low risk
List Floor Plans
expofp:list_floor_plans
List floor plans for an event with optional filtering and pagination.
Read
Low risk
Unassign Booth
expofp:unassign_booth
Unassign a booth from its current exhibitor.
Write
Medium risk
Update Event
expofp:update_event
Update an existing event's details.
Write
Medium risk
Update Exhibitor
expofp:update_exhibitor
Update an existing exhibitor's details.
Write
Medium risk