Getting Started with VenueOS
VenueOS provides a comprehensive API for venue revenue optimization. This guide walks you through setup, data ingestion, and your first simulation.
Install
Initialize Client
Ingest Data
Run Simulation
API Reference
Core endpoints for the VenueOS platform.
/api/games
/api/game/{id}
/api/simulate
/api/recommendations
/api/calibration/run
/api/fan-predict/pools
/api/ws/telemetry
VENUEOS CSV Schemas
Standard data formats accepted by the VenueOS ingest pipeline.
tickets.csv
pos.csv
crm.csv
staffing.csv
Simulation Engine
The VenueOS Monte Carlo simulation engine generates revenue projections by modeling fan behavior, staffing efficiency, and pricing elasticity across all venue sections. Configure simulations with four primary control parameters: pricing aggressiveness, staffing density, inventory allocation, and promotional intensity.
Recommendations
AI-generated recommendations follow a controlled lifecycle: submit, review, approve, execute, and reconcile. The control plane enforces role-based access, freshness windows, and immutable audit trails for every recommendation action.
WebSocket
Connect to the live telemetry stream for real-time venue data including section occupancy, POS transaction velocity, and staffing utilization.
Authentication
All API requests require a bearer token passed in the Authorization header. Tokens are scoped to specific venues and enforce role-based access control as defined in the shared authorization policy.