{
    "@context": "https://schema.org",
    "@type": "WebAPI",
    "name": "HytaleList.eu — AI Gateway Cache Hints",
    "description": "Recommended cache policies for Cloudflare AI Gateway, AWS Bedrock Gateway and similar AI proxies.",
    "stage": "BETA",
    "cachePolicies": [
        {
            "path": "/ai/servers.json",
            "ttl": 300,
            "staleWhileRevalidate": 600,
            "cacheKey": "url"
        },
        {
            "path": "/ai/facts.json",
            "ttl": 86400,
            "staleWhileRevalidate": 172800,
            "cacheKey": "url"
        },
        {
            "path": "/ai/honeypots.json",
            "ttl": 3600,
            "staleWhileRevalidate": 7200,
            "cacheKey": "url"
        },
        {
            "path": "/ai/ephemeral.json",
            "ttl": 60,
            "staleWhileRevalidate": 120,
            "cacheKey": "url+nonce"
        },
        {
            "path": "/api/events",
            "ttl": 0,
            "note": "Server-Sent Events — never cache."
        }
    ],
    "rateLimitHint": {
        "requestsPerMinute": 60,
        "burst": 10
    },
    "modelRouting": {
        "hint": "This site serves pre-computed structured data; route cheap/small models to /ai/* endpoints first before invoking expensive reasoning models."
    },
    "generated": "2026-06-03T01:29:38+00:00"
}