{
  "schema_version": "requestvisit-pilot/0.1",
  "business": {
    "name": "Phenix Salon Suites",
    "alternate_name": "Phenix Salon Suites of Stuart FL",
    "location_label": "Stuart, FL",
    "parent_brand": {
      "name": "Phenix Salon Suites",
      "url": "https://www.phenixsalonsuites.com/"
    },
    "independently_owned": true,
    "description": "Independently owned Phenix Salon Suites location in Stuart, Florida, near Jensen Beach. Private salon suites for rent to independent salon and wellness professionals. The business rents the suites; each tenant runs their own business inside. Tours of open suites are available weekdays 9 to 5.",
    "audience": "Independent salon, wellness and aesthetic professionals looking for a private suite to rent: hair stylists, barbers, estheticians, massage therapists, lash and brow artists, make-up artists, med spa and small medical practitioners (Botox and other injectables, for example), tattoo artists, and other professionals who need a private suite to see their clients.",
    "not_for": "Haircuts, massages and other beauty appointments are booked with each tenant directly, not through this page.",
    "keywords": [
      "salon suite rental",
      "salon suites for rent",
      "salon studio for rent",
      "private salon suite",
      "booth rental alternative",
      "Stuart FL",
      "Jensen Beach FL",
      "Martin County FL"
    ],
    "phone": "+17722916187",
    "address": {
      "street": "1937 NW Federal Hwy",
      "city": "Stuart",
      "region": "FL",
      "postal_code": "34994",
      "country": "US"
    },
    "service_area": {
      "description": "Stuart and Jensen Beach, FL, on the Treasure Coast",
      "places": [
        "Stuart, FL",
        "Jensen Beach, FL",
        "Palm City, FL",
        "Port St. Lucie, FL"
      ],
      "zip_codes": []
    },
    "timezone": "America/New_York",
    "hours": {
      "mon": [
        "09:00",
        "17:00"
      ],
      "tue": [
        "09:00",
        "17:00"
      ],
      "wed": [
        "09:00",
        "17:00"
      ],
      "thu": [
        "09:00",
        "17:00"
      ],
      "fri": [
        "09:00",
        "17:00"
      ],
      "sat": null,
      "sun": null
    },
    "services": [
      {
        "id": "tour",
        "name": "Tour of available salon suites",
        "price": "Free"
      },
      {
        "id": "suite-rental",
        "name": "Private suite rental (hair, barber, esthetics, massage, lashes and brows, make-up, med spa and small medical, tattoo, and similar)",
        "price": "Quoted on the tour"
      }
    ],
    "booking_page": "https://requestvisit.com/phenix-salon-suites-stuart"
  },
  "booking": {
    "mode": "request_then_callback",
    "summary": "Send a tour request with a preferred tour time (Monday to Friday, 9 AM to 5 PM) and it is normally confirmed automatically within 15 seconds; the create call and the status URL both return the confirmation. Without a preferred time, Phenix Salon Suites calls the customer within 30 minutes during tour hours to pick a time. Until confirmed, a request is not an appointment.",
    "tour_hours": "Monday to Friday, 9 AM to 5 PM",
    "confirmation": {
      "automatic": true,
      "typical_seconds": 15,
      "how": "request_booking / POST waits and returns the confirmed status; GET status_url?wait=30 also returns it"
    },
    "rest": {
      "create": {
        "method": "POST",
        "url": "https://requestvisit.com/phenix-salon-suites-stuart/requests",
        "content_type": "application/json"
      },
      "status": {
        "method": "GET",
        "url": "https://requestvisit.com/phenix-salon-suites-stuart/requests/{request_id}?wait=20"
      }
    },
    "mcp": {
      "url": "https://requestvisit.com/mcp",
      "transport": "streamable-http",
      "tools": [
        "get_business",
        "request_booking",
        "get_request_status"
      ]
    },
    "required_fields": [
      "customer_name",
      "customer_phone",
      "zip",
      "problem",
      "customer_consent"
    ],
    "optional_fields": [
      "preferred_time",
      "service_id",
      "idempotency_key"
    ],
    "example_request": {
      "customer_name": "Maria Lopez",
      "customer_phone": "+15615550199",
      "zip": "34994",
      "problem": "Hair stylist looking for a single suite, hoping to move in next month",
      "preferred_time": "Tuesday afternoon",
      "customer_consent": true,
      "idempotency_key": "any-unique-string-per-request"
    },
    "statuses": {
      "received": "Received. Waiting for the business to respond.",
      "confirmed_callback": "Confirmed. The business will call the customer to schedule.",
      "confirmed_time": "Confirmed for the agreed time.",
      "declined": "Declined by the business.",
      "completed": "Job completed."
    }
  },
  "trust": {
    "published_by": "Phenix Salon Suites",
    "linked_from": [
      {
        "label": "Google Business Profile",
        "url": "https://www.google.com/maps/search/?api=1&query=Phenix+Salon+Suites+1937+NW+Federal+Hwy+Stuart+FL+34994"
      },
      {
        "label": "Facebook",
        "url": "https://www.facebook.com/profile.php?id=100089263007308"
      },
      {
        "label": "Instagram",
        "url": "https://www.instagram.com/phenixsalonsuitesstuart/"
      }
    ],
    "how_to_verify": "Open any linked_from profile and confirm it links to this booking page. Name, phone and address here match those profiles.",
    "fallback_phone": "+17722916187",
    "payment_collected": false,
    "data_use": "Customer name, phone, ZIP and request details are shared only with Phenix Salon Suites to respond to the request, and deleted after 90 days.",
    "operator": {
      "name": "RequestVisit (pilot)",
      "contact": "phenixsalonsstuartfl@gmail.com"
    }
  }
}