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 Event
ticket_source:create_event
Create a new event with optional ticket types.
Write
Medium risk
Create Ticket Type
ticket_source:create_ticket_type
Create a new ticket type for an event.
Write
Medium risk
Create Venue
ticket_source:create_venue
Create a new venue with address and contact information.
Write
Medium risk
Delete Event
ticket_source:delete_event
Delete an event permanently. This action cannot be undone.
Write
High risk
Get Customer
ticket_source:get_customer
Fetch a single customer by ID with contact information and order history.
Read
Low risk
Get Event
ticket_source:get_event
Fetch a single event by ID with ticket types and venue information.
Read
Low risk
Get Order
ticket_source:get_order
Fetch a single order by ID with ticket details and customer information.
Read
Low risk
Get Ticket Type
ticket_source:get_ticket_type
Fetch a single ticket type by ID with pricing and availability information.
Read
Low risk
Get Venue
ticket_source:get_venue
Fetch a single venue by ID with address and capacity information.
Read
Low risk
List Customers
ticket_source:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Events
ticket_source:list_events
List events with optional filtering and pagination.
Read
Low risk
List Orders
ticket_source:list_orders
List orders with optional filtering and pagination.
Read
Low risk
List Ticket Types
ticket_source:list_ticket_types
List ticket types with optional filtering and pagination.
Read
Low risk
List Venues
ticket_source:list_venues
List venues with optional filtering and pagination.
Read
Low risk
Refund Order
ticket_source:refund_order
Process a refund for an order. This action cannot be undone.
Write
High risk
Update Event
ticket_source:update_event
Update an existing event's details.
Write
Medium risk