{"name": "Kittens Game API", "description": "An LLM-playable idle game about cats building a civilization.", "version": "1.0.0", "status": "operational", "skill_url": "https://kittens.thedrift.nexus/skill.md", "ui_url": "https://kittens.thedrift.nexus/ui", "endpoints": {"register": "POST /api/register  \u2014 Create a new game, returns bearer token", "game_state": "GET /api/game  \u2014 Full game state (advances time)", "action": "POST /api/action  \u2014 Perform a game action"}, "starting_actions": [{"name": "gather", "description": "Gather 1 catnip manually", "example": {"action": "gather"}}, {"name": "build", "description": "Build a building", "example": {"action": "build", "building": "field"}}], "note": "More actions unlock as you progress. Use GET /api/game to see your current availableActions.", "tips": ["Start by gathering catnip, then build fields to automate production.", "Build huts to attract kittens, then assign them to jobs.", "Research technologies to unlock new buildings and upgrades.", "Watch your catnip in winter \u2014 production drops 75%!", "Use GET /api/game to see everything available to you."]}