{
    "protocolVersion": "0.3.0",
    "name": "Searchbloom Assistant",
    "version": "1.0.0",
    "description": "Answers questions about Searchbloom: its services, its approach to AI search visibility, and how to get in touch.",
    "url": "https://www.searchbloom.com/a2a",
    "preferredTransport": "JSONRPC",
    "supportedInterfaces": [
        {
            "url": "https://www.searchbloom.com/a2a",
            "transport": "JSONRPC"
        }
    ],
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain"
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false
    },
    "skills": [
        {
            "id": "company-overview",
            "name": "Company overview",
            "description": "Explain what Searchbloom is and where it is based.",
            "tags": [
                "company",
                "about"
            ]
        },
        {
            "id": "services",
            "name": "List services",
            "description": "List Searchbloom services: SEO, AI SEO (GEO and AEO), PPC, CRO, Web Development, Website Optimization.",
            "tags": [
                "services",
                "seo",
                "ppc"
            ]
        },
        {
            "id": "contact",
            "name": "Contact information",
            "description": "Share how to contact Searchbloom.",
            "tags": [
                "contact"
            ]
        }
    ]
}