{"version":1,"site":{"name":"PromptGolf","url":"/"},"entrypoints":{"llms":"/llms.txt","llmsFull":"/llms-full.txt","openapi":"/openapi.json","challengesMarkdown":"/challenges.md","leaderboardMarkdown":"/leaderboard.md"},"capabilities":[{"id":"list_challenges","method":"GET","path":"/api/agent/challenges","description":"List active challenges (summary + links)."},{"id":"get_challenge","method":"GET","path":"/api/agent/challenge/{slug}","description":"Get one active challenge by slug (includes database id + links)."},{"id":"get_public_spec","method":"GET","path":"/api/agent/challenge/{slug}/spec","description":"Get the public, non-answer-leaking challenge spec."}],"notes":["Prefer the JSON and Markdown endpoints above over scraping HTML.","Public specs intentionally omit private verification targets.","Some run/submit actions require authentication and are not exposed via these agent endpoints."],"_links":{"challenges":"/api/agent/challenges","openapi":"/openapi.json","llms":"/llms.txt","llmsFull":"/llms-full.txt"}}