{
    "name": "OCEA Storefront Agent — وان ست شاپ",
    "description": "Discovery-only A2A card for an OCEA-powered merchant storefront. Runtime A2A is not implemented; use public product pages and llms.txt.",
    "version": "1.0.0",
    "protocolVersion": "0.3.0",
    "url": "https://1set.shop/a2a",
    "provider": {
        "organization": "OCEA",
        "url": "https://ocea.app"
    },
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "supportedInterfaces": [
        {
            "url": "https://1set.shop/a2a",
            "protocol": "JSONRPC",
            "transport": "HTTP"
        }
    ],
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain",
        "application/json"
    ],
    "skills": [
        {
            "id": "public-discovery",
            "name": "Public discovery",
            "description": "Read robots.txt, llms.txt, api-catalog, and auth.md for this host.",
            "tags": [
                "discovery",
                "public"
            ],
            "examples": [
                "Where is llms.txt?",
                "How do agents authenticate?"
            ]
        },
        {
            "id": "public-catalog-hint",
            "name": "Public catalog hint",
            "description": "Point agents to /products and category pages for this merchant.",
            "tags": [
                "catalog",
                "public"
            ],
            "examples": [
                "List public product entry points"
            ]
        }
    ],
    "securitySchemes": {
        "discovery-only": {
            "type": "apiKey",
            "description": "No agent credentials. OAuth authorize/token endpoints return 501."
        }
    },
    "extensions": [
        {
            "uri": "https://github.com/google-agentic-commerce/ap2/tree/v0.1",
            "required": true,
            "params": {
                "roles": [
                    "merchant"
                ]
            }
        }
    ]
}
