{
  "api_version": "v1",
  "name": "Venue Seating Wizard demo workspace",
  "description": "A reachable test environment. Opening the demo URL boots the optimizer pre-loaded with the published example guest list and table layout, so the whole import to optimize to export flow can be exercised end to end without touching a real guest list.",
  "demo_url": "https://venue-seating-wizard.aviramk.com/en/?demo=1",
  "demo_url_he": "https://venue-seating-wizard.aviramk.com/he/?demo=1",
  "dataset": {
    "guests": "https://venue-seating-wizard.aviramk.com/examples/guests.csv",
    "tables": "https://venue-seating-wizard.aviramk.com/examples/tables.csv",
    "guest_rows": 6,
    "seats_needed": 12,
    "tables_count": 4,
    "seats_available": 34
  },
  "isolation": "Every session is already isolated: the optimizer runs in the visitor's own browser and nothing is persisted server-side, so a demo run cannot affect anyone else and there is no production dataset to corrupt.",
  "api_sandbox": {
    "required": false,
    "reason": "Every API operation is a read-only GET over static documents. Calling it has no side effects, so production and sandbox are the same surface and no separate base URL is needed.",
    "base_url": "https://venue-seating-wizard.aviramk.com/api/v1"
  },
  "documentation_url": "https://venue-seating-wizard.aviramk.com/developers/#sandbox"
}
