{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "sethward",
  "slug": "squidgybeta",
  "url": "https://ro.am/sethward/squidgybeta",
  "displayUrl": "ro.am/sethward/squidgybeta",
  "name": "Squidgy Beta Onboarding - Step 1",
  "description": "Quick call to get you set up as a Squidgy beta user. I'll walk you through the platform and gather what I need to create your custom brand templates.\nBefore we chat, it helps to have handy:\n\nYour logo (or link to it)\nYour brand colors (hex codes if you have them, otherwise \"dark blue and gold\" works)\n2-3 recent social posts you liked\n\nNo prep required though - we can figure it out together\n\n-\n\nFeaturing Sophia (the Social Media Superhero) and other content creation Ai Teammates. \n\nThey're here to help take away the admin in your business so you can enjoy getting more done.",
  "descriptionMarkdown": "Quick call to get you set up as a Squidgy beta user. I'll walk you through the platform and gather what I need to create your custom brand templates.\nBefore we chat, it helps to have handy:\n\nYour logo (or link to it)\nYour brand colors (hex codes if you have them, otherwise \"dark blue and gold\" works)\n2-3 recent social posts you liked\n\nNo prep required though - we can figure it out together\n\n-\n\nFeaturing Sophia (the Social Media Superhero) and other content creation Ai Teammates. \n\nThey're here to help take away the admin in your business so you can enjoy getting more done.",
  "organization": {
    "name": "The AI Team / Squidgy"
  },
  "hosts": [
    {
      "name": "Seth Ward",
      "imageUrl": "https://ro.am/card-images/5ad22e2e-89d6-4a40-9845-64c36564f80b"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019c0903-aac4-7068-83d1-b6a6c5bbe24b",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019c0903-aac4-7068-83d1-bb6206afe74a",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019c0903-aac4-7068-83d1-bcba5fa1d9ec",
        "name": "Notes / Questions",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019c090d-9f51-732c-8ba2-99773c517ecb",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      },
      {
        "id": "019c090e-d89a-7489-9144-f5c1bc8686e5",
        "name": "Your Website",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019c090f-78fa-7572-b07a-8059f973f2cb",
        "name": "Social Profile(s)",
        "type": "text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=sethward&slug=squidgybeta",
      "description": "Fetch bookable time slots. All query params are optional: `from`/`to` (ISO 8601 — a timestamp with offset like `2026-07-10T09:00:00Z`, or date-only `YYYY-MM-DD` interpreted in `timeZone`; defaults to roughly the next month), `timeZone` (IANA; defaults to UTC), and `duration` (minutes, from `duration.optionsMinutes`). Returned slot `start`/`end` are Unix epoch seconds, as JSON numbers."
    },
    "book": {
      "method": "POST",
      "href": "https://api.ro.am/v1/public/lobby/book",
      "description": "Create a booking. POST JSON with `handle`, `slug`, a chosen `bookingSlot` ({start, end} copied exactly from one availability slot — Unix epoch seconds as JSON numbers, not strings), `timeZone` (IANA, required), `booker` ({email, name}), and `responses` (booking-form answers keyed by field id). The response confirms the booked time as ISO 8601 strings in `timeZone`. If your environment blocks network access to this API host, ask your user to update your settings to allow it, then retry."
    }
  }
}