{
  "protocolVersion": "0.3.0",
  "name": "Moxy, the Moxpitality concierge",
  "description": "Moxy talks with food, beverage and hospitality leaders (and the assistants working for them) about Signature experiences, retail experience design and Staj, finds out what the venue needs, and books a conversation with the Moxpitality team.",
  "url": "https://moxpitality.com/api/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://moxpitality.com/llms.txt",
  "iconUrl": "https://moxpitality.com/apple-touch-icon.png",
  "provider": { "organization": "Moxpitality", "url": "https://moxpitality.com" },
  "capabilities": { "streaming": false, "pushNotifications": false, "stateTransitionHistory": false },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "brief-and-book",
      "name": "Brief Moxpitality and book a time",
      "description": "Describe the venue, the guests and the goal. Moxy asks what it needs to know and offers real times on the team's calendar. Send back the contextId you receive to continue the same conversation.",
      "tags": ["hospitality", "food and beverage", "experience design", "concept development", "booking"],
      "examples": [
        "I run food and beverage at a 300-room mountain resort and want a signature winter experience for the village plaza. Can we book a call next week?",
        "Our golf club wants a drinks-first experience for tournament days. Who should we talk to?",
        "We deploy autonomous retail technology and need the guest experience designed around it."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "leave-a-brief",
      "name": "Leave a written brief for a person",
      "description": "One-shot handoff without a conversation: POST JSON to https://moxpitality.com/api/contact-agent with email and details (onBehalfOf, agentName, requestType optional). A person replies by email. Contract: https://moxpitality.com/openapi.json",
      "tags": ["contact", "inquiry"],
      "examples": ["Brief the team on behalf of my principal and have them email back."]
    }
  ]
}
