Create a prefilled seating plan
seatcanvas_create_planReturns a link to a SeatCanvas plan prefilled with a table layout for the given guest count and event type (optional venue dimensions). Opening the link seeds the canvas; nothing is saved until the user signs in. Read-only; deterministic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Language for the prefilled plan: 'en' (default) or 'es'. | en |
| venue_h | No | Optional venue height/depth in the chosen unit_system; omit to auto-size. | |
| venue_w | No | Optional venue width in the chosen unit_system; omit to auto-size a venue to fit the guests. | |
| event_type | Yes | Event type: 'wedding' (adds a head table), 'quinceanera', 'corporate', or 'other'. | |
| table_type | No | Table shape + seats: 'round-8', 'round-10', 'rect-8', or 'rect-10'. Default 'round-8'. | round-8 |
| guest_count | Yes | Number of guests to seat (positive integer). | |
| unit_system | Yes | Unit for venue dimensions: 'metric' (meters) or 'imperial' (feet). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guest_count | Yes | Guest count the plan was built for. | |
| planner_url | Yes | Prefilled SeatCanvas planner URL. | |
| table_count | Yes | Number of tables in the seeded plan (includes the head table for weddings). |