{
    "name": "iCork Floor",
    "description": "USA&#039;s best Cork Flooring, Cork Wall Tiles and Cork Underlayment",
    "url": "https://www.icorkfloor.com/wp-json/wc/store/v1/",
    "documentationUrl": "https://www.icorkfloor.com/docs/api/",
    "version": "1.0.0",
    "protocolVersion": "0.3.0",
    "preferredTransport": "HTTP+JSON",
    "supportedInterfaces": [
        {
            "url": "https://www.icorkfloor.com/wp-json/wc/store/v1/",
            "transport": "HTTP+JSON"
        },
        {
            "url": "https://www.icorkfloor.com/wp-json/wp/v2/",
            "transport": "HTTP+JSON"
        }
    ],
    "additionalInterfaces": [
        {
            "url": "https://www.icorkfloor.com/wp-json/wc/store/v1/",
            "transport": "HTTP+JSON"
        }
    ],
    "provider": {
        "organization": "iCork Floor",
        "url": "https://www.icorkfloor.com/"
    },
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false,
        "extensions": [
            {
                "uri": "https://github.com/google-agentic-commerce/ap2",
                "description": "AP2 (Agent Payments Protocol) support for commerce transactions",
                "required": false,
                "params": {
                    "payment_methods": [
                        "card",
                        "ach",
                        "paypal",
                        "apple_pay",
                        "google_pay"
                    ],
                    "currencies": [
                        "USD"
                    ],
                    "checkout_endpoint": "https://www.icorkfloor.com/wp-json/wc/store/v1/checkout"
                }
            },
            {
                "uri": "https://ap2-protocol.org/v1",
                "description": "AP2 Agent Payments Protocol",
                "required": false
            },
            {
                "uri": "urn:a2a:extension:ap2:v1",
                "description": "AP2 v1",
                "required": false
            }
        ]
    },
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "text/plain",
        "application/json",
        "text/markdown"
    ],
    "skills": [
        {
            "id": "product-search",
            "name": "Product Search",
            "description": "Search and retrieve cork flooring product catalog information.",
            "tags": [
                "commerce",
                "flooring"
            ],
            "examples": []
        },
        {
            "id": "sample-ordering",
            "name": "Sample Ordering",
            "description": "Order product samples before committing to a full purchase.",
            "tags": [
                "commerce",
                "flooring"
            ],
            "examples": []
        },
        {
            "id": "shipping-info",
            "name": "Shipping Info",
            "description": "Look up shipping rates, transit times, and tracking.",
            "tags": [
                "commerce",
                "flooring"
            ],
            "examples": []
        }
    ],
    "securitySchemes": {
        "applicationPassword": {
            "type": "http",
            "scheme": "basic",
            "description": "WordPress Application Passwords"
        }
    },
    "security": []
}