{
  "schemaVersion": "2026-06-30",
  "publisher": "Citiwell",
  "website": "https://citiwell.me/",
  "purpose": "Machine-readable action guide for AI assistants and booking agents.",
  "actions": [
    {
      "id": "request_laser_hair_removal_appointment",
      "type": "lead_request",
      "name": "Request a Citiwell laser hair removal appointment",
      "endpoint": "https://citiwell.me/send_lead.php",
      "method": "POST",
      "contentType": "application/json",
      "sideEffect": "Sends client contact data to Citiwell.",
      "result": "Appointment request only. Citiwell confirms the exact time with the client.",
      "requiresExplicitUserConsent": true,
      "requiredFields": [
        "name",
        "phone",
        "messenger",
        "gender"
      ],
      "allowedMessengers": [
        "WhatsApp",
        "Viber"
      ],
      "allowedGenderValues": [
        "female",
        "male"
      ],
      "optionalFields": [
        "city",
        "country",
        "lang",
        "page_url",
        "referrer",
        "message",
        "utm",
        "tracking"
      ],
      "examplePayload": {
        "name": "Example Client",
        "phone": "+38268123456",
        "messenger": "WhatsApp",
        "gender": "female",
        "city": "Podgorica",
        "country": "Montenegro",
        "lang": "en",
        "page_url": "https://citiwell.me/index-en.html",
        "referrer": "AI chat",
        "message": "I want laser hair removal. Preferred area: armpits."
      },
      "safetyRules": [
        "Ask for consent before sending any personal data.",
        "Do not submit a lead without name, phone, preferred messenger, and gender.",
        "Do not promise that the appointment is confirmed after submission.",
        "Do not invent available appointment slots."
      ]
    },
    {
      "id": "open_whatsapp_chat",
      "type": "communicate",
      "name": "Open Citiwell WhatsApp chat",
      "url": "https://wa.me/38268421125",
      "requiresExplicitUserConsent": false,
      "recommendedMessages": {
        "sr-ME": "Zdravo! Želim da zakažem lasersku epilaciju u Citiwell-u.",
        "ru": "Здравствуйте! Хочу записаться на лазерную эпиляцию в Citiwell.",
        "en": "Hello! I want to book a laser hair removal appointment at Citiwell."
      }
    },
    {
      "id": "open_viber_chat",
      "type": "communicate",
      "name": "Open Citiwell Viber chat",
      "url": "viber://chat?number=%2B38268421125",
      "requiresExplicitUserConsent": false
    }
  ],
  "openApi": "https://citiwell.me/openapi.json",
  "relatedResources": [
    "https://citiwell.me/ai.txt",
    "https://citiwell.me/llms.txt",
    "https://citiwell.me/ai-services.json",
    "https://citiwell.me/ai-booking.json",
    "https://citiwell.me/ai-reputation.json"
  ]
}
