Built for agents, too.
Everything on this site is available as JSON. No key, no signup. Machine-readable, cacheable, and free to cite. Questions? [email protected].
Read endpoints
- GET /api/v1/eventsUpcoming public events (title, times, RSVP link)
- GET /api/v1/venueVenue, spaces, capacities, floors, layouts, showcases
- GET /api/v1/menusFood menus with dishes, prices, and dietary tags
- GET /api/v1/productionA/V and production gear catalog
- GET /api/v1/packagesEvent packages and add-on offerings
- GET /api/v1/faqFrequently asked questions, answers in Markdown
- GET /api/v1/pressAnnouncements and press coverage
- GET /api/healthService status
The full schema lives in the OpenAPI 3.1 spec and the RFC 9727 API catalog.
Booking inquiries
POST /api/book submits an event inquiry straight to our events team, the same pipeline as the booking form. The request body is documented in the OpenAPI spec. Rate-limited per IP; agents should confirm details with their human before submitting.
MCP server
Connect over Streamable HTTP at /api/mcp for tools to list events, browse spaces, menus, gear, and packages, and submit a booking inquiry. Details in the server card.
More for agents
- /llms.txt: plain-text site overview
- /.well-known/agent-skills/index.json: downloadable skills for booking and venue questions
- Send Accept: text/markdown on any page URL to get the page as markdown instead of HTML

