{
    "name": "Clinchr",
    "description": "Clinchr's agent-commerce demo: a synthetic catalogue proving the end-to-end agent surface on a domain we control.",
    "supportedInterfaces": [
        {
            "url": "https://commerce-surface-g5mfb3pigq-nw.a.run.app/t/clinchr/a2a",
            "protocolBinding": "JSONRPC",
            "protocolVersion": "1.0"
        }
    ],
    "version": "1.0.0",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false
    },
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "text/plain",
        "application/json"
    ],
    "skills": [
        {
            "id": "find_product",
            "name": "Find a product",
            "description": "Search the retailer's catalogue and return ranked, in-stock products.",
            "tags": [
                "shopping",
                "search",
                "catalogue"
            ],
            "examples": [
                "Find me waterproof running shoes under \u00a380",
                "Show me a birthday gift for a coffee lover",
                "What blue dresses do you have in size 12?"
            ]
        },
        {
            "id": "ask_about_products",
            "name": "Ask about products",
            "description": "Ask a grounded question about the retailer's products; answers come only from the catalogue and live price/availability.",
            "tags": [
                "shopping",
                "qa",
                "support"
            ],
            "examples": [
                "Is this jacket machine washable?",
                "What's the difference between these two laptops?",
                "Do you have this in stock for next-day delivery?"
            ]
        }
    ],
    "provider": {
        "url": "https://commerce-surface-g5mfb3pigq-nw.a.run.app/t/clinchr",
        "organization": "Clinchr"
    },
    "documentationUrl": "https://commerce-surface-g5mfb3pigq-nw.a.run.app/t/clinchr/agents.md",
    "securitySchemes": {
        "apiKey": {
            "type": "apiKey",
            "in": "header",
            "name": "X-API-Key",
            "description": "Per-agent API key (enforcement is a later hardening)."
        }
    }
}
