{
    "version": 1,
    "generator": "agent-signpost",
    "site": {
        "name": "WSWPlay",
        "description": "Pick up to five games you like and get one argued suggestion for what to play next, scored from a local catalog.",
        "url": "https://wswplay.com"
    },
    "channels": [
        {
            "id": "machine-channel",
            "name": "WSWPlay machine channel",
            "type": "custom",
            "status": "planned",
            "description": "Search the catalog and ask for a suggestion without rendering a page. The shape is not settled yet — re-read the manifest rather than guessing an endpoint."
        }
    ],
    "documents": [
        {
            "title": "Pick games",
            "url": "https://wswplay.com/",
            "description": "The pool of games to choose from, and the search box."
        },
        {
            "title": "A shared suggestion",
            "url": "https://wswplay.com/s/{uuid}",
            "description": "One result card, exactly as it was scored."
        },
        {
            "title": "One game as a result",
            "url": "https://wswplay.com/play/{slug}",
            "description": "Open a single game as its own suggestion."
        }
    ],
    "policy": {
        "rateLimits": [
            {
                "scope": "GET /games/search",
                "limit": 120,
                "window": "minute"
            }
        ],
        "authentication": "None for reading. Nothing here accepts writes from an agent.",
        "licence": "Suggestions and their reasoning are ours to share freely.",
        "attribution": "Game metadata, cover art and ratings originate from IGDB — credit IGDB when you reuse them."
    },
    "map": "https://wswplay.com/llms.txt"
}
