{
    "name": "Ever Lodges Concierge",
    "version": "1.2.0",
    "description": "Concierge agent for Ever Lodges, an Australian experiential luxury lodge brand. Its first property, Ever Bloomfield, opens in November 2026. Helps with reservation enquiries, guided experiences, trade portal access for advisors, and media kit requests.",
    "url": "https://ever.au",
    "provider": {
        "organization": "Ever Lodges",
        "url": "https://ever.au"
    },
    "supportedInterfaces": [
        {
            "transport": "web",
            "url": "https://ever.au"
        }
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain",
        "application/json"
    ],
    "skills": [
        {
            "id": "availability-enquiry",
            "name": "Availability Enquiry",
            "description": "Check dates and make a reservation enquiry for Ever Bloomfield via the Mews booking system. The lodge opens in November 2026.",
            "tags": [
                "booking",
                "availability",
                "rates"
            ],
            "examples": [
                "Check availability for 2 guests from 2026-12-01 to 2026-12-05"
            ]
        },
        {
            "id": "explore-experiences",
            "name": "Explore Experiences",
            "description": "Discover the guided Daintree, reef and cultural experiences offered at Ever Bloomfield.",
            "tags": [
                "experiences",
                "daintree",
                "reef"
            ],
            "examples": [
                "What guided experiences are available at Ever Bloomfield?"
            ]
        },
        {
            "id": "property-overview",
            "name": "Property Overview",
            "description": "Understand where Ever Bloomfield is, how to get there, and what to expect.",
            "tags": [
                "property",
                "location",
                "getting-there"
            ],
            "examples": [
                "Where is Ever Bloomfield and how do I get there?"
            ]
        },
        {
            "id": "trade-portal-access",
            "name": "Trade Portal Access",
            "description": "Request access to the trade portal for travel advisors and media partners.",
            "tags": [
                "trade",
                "partners",
                "media"
            ],
            "examples": [
                "Request trade portal credentials for my travel agency"
            ]
        },
        {
            "id": "media-kit",
            "name": "Media Kit Request",
            "description": "Request the press kit including imagery, fact sheets, and editorial content.",
            "tags": [
                "media",
                "press",
                "imagery"
            ],
            "examples": [
                "Send the Ever Bloomfield press kit for an upcoming feature"
            ]
        }
    ],
    "security": [
        {
            "type": "public"
        }
    ],
    "documentationUrl": "https://ever.au/auth.md",
    "contact": {
        "email": "hello@ever.au"
    }
}