{
  "name": "Ethnix.ai",
  "description": "Ethnix.ai builds fully custom AI chatbots for medi spas, salons, restaurants and local businesses. 100% custom-built. Live in 48 hours.",
  "version": "1.0.0",
  "documentationUrl": "https://www.ethnixai.com/services",
  "provider": {
    "organization": "Ethnix.ai",
    "url": "https://www.ethnixai.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://www.ethnixai.com/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "book-discovery-call",
      "name": "Book Discovery Call",
      "description": "Open the Ethnix.ai booking widget so a user can schedule a 15-minute discovery call for custom AI chatbot solutions.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"],
      "tags": ["booking", "scheduling", "sales", "discovery"]
    },
    {
      "id": "get-contact-info",
      "name": "Get Contact Info",
      "description": "Return contact channels for Ethnix.ai (email, social links, business location).",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"],
      "tags": ["contact", "info"]
    },
    {
      "id": "navigate-to-section",
      "name": "Navigate to Section",
      "description": "Navigate the user's browser to a top-level section of ethnixai.com (home, services, contact).",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"],
      "tags": ["navigation"]
    }
  ],
  "securitySchemes": {},
  "security": []
}
