{
  "schema_version": "agent-manifest/1.0",
  "name": "Quick Surf Network L.L.C. (QSN)",
  "description": "Dubai-based Managed Service Provider (not an ISP). QSN designs, installs, secures and operates managed WiFi/networks, CCTV & access control, smart automation, NAS storage, PBX telephony, server solutions and audio-visual systems across the UAE. This manifest lets AI agents discover QSN's services and submit an appointment / site-survey request on behalf of a human client.",
  "provider": {
    "name": "Quick Surf Network L.L.C.",
    "url": "https://quicksurfnetwork.com/",
    "email": "info@quicksurfnetwork.com",
    "phone": "+971 4 288 2335",
    "address": "Suite 115, Al Makateb Building, Port Saeed, Deira, Dubai, UAE",
    "coverage": "Dubai, Abu Dhabi, Sharjah and the wider UAE"
  },
  "discovery": "https://quicksurfnetwork.com/wp-json/qsn/v1/agent",
  "openapi": "https://quicksurfnetwork.com/wp-json/qsn/v1/agent/openapi",
  "documentation": "https://quicksurfnetwork.com/for-ai-agents",
  "contact_for_agents": "info@quicksurfnetwork.com",
  "capabilities": [
    {
      "id": "list_services",
      "title": "List services and indicative pricing",
      "method": "GET",
      "url": "https://quicksurfnetwork.com/wp-json/qsn/v1/agent/services",
      "auth": "none",
      "description": "Returns QSN's full service catalogue with indicative AED pricing ranges and terms."
    },
    {
      "id": "book_appointment",
      "title": "Submit an appointment / site-survey request",
      "method": "POST",
      "url": "https://quicksurfnetwork.com/wp-json/qsn/v1/agent/book",
      "content_type": "application/json",
      "auth": "none",
      "rate_limit": "5 requests per IP per hour",
      "requires_consent": true,
      "description": "Submits a booking REQUEST on behalf of a human client and returns a QSN reference number. IMPORTANT: this is a request, not a confirmed calendar slot. QSN contacts the client within 3 working days to confirm the actual visit time. Do not tell the user the slot is confirmed. The 'consent' field must be true, indicating the human client has authorised this booking and QSN contacting them.",
      "required_fields": ["client_name", "contact", "service", "location", "consent"],
      "service_enum": ["managed-wifi", "cctv-security", "automation", "nas", "server-solutions", "pbx", "av", "custom-pc", "heatmapping", "support-visit", "other"]
    }
  ],
  "human_fallback": "Phone +971 4 288 2335 or email info@quicksurfnetwork.com",
  "terms": {
    "pricing": "All AED figures are indicative ranges excluding 5% VAT; final price is confirmed only by a scoped quotation after a site survey. Quotations valid 3–5 days.",
    "booking_nature": "A booking via this API is a request for contact, not a guaranteed or confirmed appointment."
  }
}
