{"openapi":"3.1.0","info":{"title":"dancingteeth developer resources","description":"Machine-readable surfaces on dancingteeth.net, the personal site of Paul Zgordan (dancingteeth). This is not a multi-tenant product API.","version":"1.0.0","contact":{"name":"dancingteeth","url":"https://dancingteeth.net/contact","email":"privacy@dancingteeth.net"}},"servers":[{"url":"https://dancingteeth.net"}],"paths":{"/":{"get":{"summary":"Homepage","description":"HTML by default. Send Accept: text/markdown for the Markdown representation.","parameters":[{"name":"Accept","in":"header","schema":{"type":"string","enum":["text/html","text/markdown"]}}],"responses":{"200":{"description":"Homepage as HTML or Markdown"}}}},"/llms.txt":{"get":{"summary":"Agent instruction file","description":"llmstxt.org v2 file with when-to-use guidance.","responses":{"200":{"description":"text/plain Markdown"}}}},"/sitemap.xml":{"get":{"summary":"Sitemap","responses":{"200":{"description":"XML sitemap"}}}},"/openapi.json":{"get":{"summary":"This OpenAPI document","responses":{"200":{"description":"OpenAPI 3.1 JSON"}}}},"/developers":{"get":{"summary":"dancingteeth developer resources","responses":{"200":{"description":"HTML or Markdown catalog"}}}},"/rings":{"get":{"summary":"Cmd-C-V Silver Rings","description":"HTML merch page. Send Accept: text/markdown for the Markdown representation.","responses":{"200":{"description":"Rings page as HTML or Markdown"}}}}}}