{
    "version": "1.0",
    "protocol": "W3C AI Agent Protocol",
    "entity": "Everwind Servers",
    "url": "https://everwind-servers.com",
    "agents_supported": [
        {
            "type": "personal_agent",
            "description": "User assistant agents for finding servers",
            "actions": [
                "search",
                "compare",
                "get_details"
            ]
        },
        {
            "type": "service_agent",
            "description": "B2B data retrieval agents",
            "actions": [
                "api_access",
                "data_export"
            ]
        },
        {
            "type": "search_agent",
            "description": "Discovery and indexing agents",
            "actions": [
                "crawl",
                "index",
                "summarize"
            ]
        }
    ],
    "capabilities": {
        "search_servers": {
            "endpoint": "https://everwind-servers.com/api/servers",
            "method": "GET"
        },
        "get_summary": {
            "endpoint": "https://everwind-servers.com/ai/summary.json",
            "method": "GET"
        },
        "get_facts": {
            "endpoint": "https://everwind-servers.com/ai/facts.json",
            "method": "GET"
        }
    },
    "authentication": "none",
    "rate_limit": "60/minute",
    "identity_handshake": {
        "captcha_required": false,
        "token_auth": false
    },
    "ax": {
        "blocking_popups": false,
        "json_fallback": true,
        "response_time_target": "< 100ms"
    }
}