get_pricing("groups")
{
"currency": "CAD",
"tax": "Ontario HST. Published prices do not include tax.",
"same_at_all_locations": true,
"group_packages": {
"description": "Private racing for groups of 10 or more: birthdays, bachelor/bachelorette, corporate team building, bar/bat mitzvahs. Group races are private (not mixed with the public), with a grid-start final and podium ceremony. The K1 Track License is waived for the day. A credit card and deposit are required to reserve. Group Sales confirms date and time.",
"min_group_size": 10,
"packages": [
{
"id": "mini_grand_prix",
"name": "Mini Grand Prix",
"races": 2,
"price_weekday": 65.0,
"price_weekend": 71.0,
"format": [
"12-lap qualifying race",
"14-lap final race"
],
"includes": [
"Medals for top 3",
"K1 RS racing score sheet",
"Podium photo",
"K1 Speed racing headsock"
]
},
{
"id": "grand_prix",
"name": "Grand Prix",
"races": 3,
"price_weekday": 80.0,
"price_weekend": 88.0,
"format": [
"12-lap practice",
"12-lap qualifying race",
"14-lap final race"
],
"includes": [
"Trophies for top 3",
"K1 RS racing score sheet",
"Podium photo",
"K1 Speed racing headsock"
]
},
{
"id": "le_mans_endurance",
"name": "Le Mans Endurance",
"races": 4,
"price_weekday": 109.0,
"price_weekend": 109.0,
"format": [
"12-lap practice",
"12-lap qualifying 1",
"12-lap qualifying 2",
"14-lap final race"
],
"includes": [
"Trophies for top 3",
"K1 RS racing score sheet",
"Podium photo",
"K1 Speed racing headsock"
]
}
],
"weekday_days": [
"monday",
"tuesday",
"wednesday",
"thursday",
"friday"
],
"extras": [
"Paddock Lounge (licensed) for food and drinks",
"Full-facility rental on request"
]
},
"promotions": [
{
"id": "free_race_mon_thu",
"text": "Buy any race package and get 1 free race, Monday to Thursday. Limited time; cannot be combined with other offers."
}
]
}
get_quote("grand_prix", party_size=12, date="2026-10-03")
{
"lines": [
{
"item": "Grand Prix (3 races, weekend rate)",
"unit": 88.0,
"qty": 12,
"amount": 1056.0
}
],
"subtotal": 1056.0,
"tax": {
"name": "HST",
"amount": 137.28
},
"total": 1193.28,
"currency": "CAD",
"notes": [
"K1 Track License is waived for group events.",
"A credit card deposit is required to reserve.",
"Group Sales confirms the final time slot."
]
}
These are the exact calls an agent makes (MCP tool or A2A agent skill), run live against the same booking system this page uses.
schema.org JSON-LD embedded in this page's HTML. Search engines and agents read it directly.
- /llms.txt: plain-language summary with hours, prices and links
- /.well-known/agent-card.json: A2A agent card (3 skills)
https://a2a-demo.getdsegroup.com/a2a: A2A JSON-RPC, talk to K1's booking agent
https://a2a-demo.getdsegroup.com/mcp: MCP server, 10 tools (add it as a connector in Muse or Claude)
Payment always stays with the customer: agents place 15-minute holds, and the customer confirms on a K1 checkout page.