{
    "protocolVersion": "0.3.0",
    "name": "Maya - Razi Interactive AI Voice Agent",
    "description": "Maya is the AI voice agent of Razi Interactive. She speaks Hebrew and English, explains the services Razi Interactive offers (website building, AI agents, automation, marketing campaigns), provides initial responses to inquiries, and sends a meeting booking link so prospects can schedule a consultation with Razi.",
    "url": "https://razi.co.il/a2a/maya",
    "version": "1.0.0",
    "documentationUrl": "https://razi.co.il/",
    "provider": {
        "organization": "Razi Interactive",
        "url": "https://razi.co.il"
    },
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain"
    ],
    "skills": [
        {
            "id": "explain-services",
            "name": "Explain Razi Interactive Services",
            "description": "Explains the services that Razi Interactive offers: website design and development, AI agent deployment, marketing automation, Google Ads campaigns, and SEO.",
            "tags": [
                "services",
                "sales",
                "razi-interactive",
                "discovery"
            ],
            "examples": [
                "מה השירותים שאתם מציעים?",
                "ספרי לי על השירותים של רזי",
                "What does Razi Interactive do?",
                "Tell me about your AI agent services"
            ]
        },
        {
            "id": "initial-response",
            "name": "Initial Inquiry Response",
            "description": "Provides a first-line response to inquiries from prospective clients. Answers basic questions about Razi Interactive offerings, expertise, and approach.",
            "tags": [
                "lead-response",
                "qualification",
                "first-contact"
            ],
            "examples": [
                "אני מחפש מישהו שיבנה לי אתר",
                "כמה עולה לבנות אתר?",
                "I need help with my website conversions",
                "Can you help with Google Ads?"
            ]
        },
        {
            "id": "send-booking-link",
            "name": "Send Meeting Booking Link",
            "description": "Sends a link to the inquirer so they can schedule a consultation meeting with Razi directly.",
            "tags": [
                "booking",
                "scheduling",
                "meeting",
                "conversion"
            ],
            "examples": [
                "אני רוצה לקבוע פגישה",
                "תשלחי לי לינק לפגישה",
                "I want to book a meeting with Razi",
                "How do I schedule a call?"
            ]
        }
    ]
}