{"openapi":"3.1.0","info":{"title":"flags.games public discovery","version":"1.0.0","description":"Unauthenticated GET resources for agents. Gameplay is a browser app; this spec covers discovery files and machine-readable pages only."},"servers":[{"url":"https://flags.games"}],"paths":{"/llms.txt":{"get":{"operationId":"getLlmsTxt","summary":"Agent site index (llmstxt.org)","security":[],"responses":{"200":{"description":"Markdown site map for agents","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/openapi.json":{"get":{"operationId":"getOpenApi","summary":"This OpenAPI document","security":[],"responses":{"200":{"description":"OpenAPI 3.1 JSON","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/":{"get":{"operationId":"getHome","summary":"Homepage (HTML or Markdown via Accept)","security":[],"responses":{"200":{"description":"Home launcher"}}}},"/about":{"get":{"operationId":"getAbout","summary":"About flags.games","security":[],"responses":{"200":{"description":"About page"}}}}}}