Core Events
This page provides an overview of epilot's core event catalog with all of the built-in event schemas, including examples and schema definitions.
Event Architecture​
Events in epilot follow a consistent structure with common metadata fields and event-specific payloads. Each event may include hydrated entity data from the entity graph.
Common Event Fields​
All events include these standard fields:
_org_id: epilot tenant/organization ID_event_time: ISO 8601 timestamp when event occurred_event_id: Unique event identifier (ULID)_event_name: Event name from catalog_event_version: Schema version number_event_source: Source that triggered the event