dancingteeth developer resources
dancingteeth developer resources are the machine-readable files and conventions on dancingteeth.net. This is a personal portfolio and consulting site, not a multi-tenant SaaS with OAuth, webhooks, or a public MCP server. Agents looking up "dancingteeth" should use these URLs rather than inventing an API that does not exist.
Public surfaces: HTML pages that also negotiate Markdown via Accept: text/markdown (acceptmarkdown.com); /llms.txt for when-to-use guidance and a curated file list; /sitemap.xml for URL discovery; /openapi.json for a small catalog of those endpoints; JSON-LD Person, Organization, and CreativeWork on the relevant pages. POST /api/chat proxies the on-site assistant to the Maxin DXP backend and is not a documented product API for third-party apps.
To fetch Markdown, send Accept: text/markdown (or open the .md sibling, for example /about.md). Responses set Content-Type: text/markdown; charset=utf-8 and Vary: Accept. Unknown paths return HTTP 404 with a short Markdown recovery body pointing at the sitemap and llms.txt.
- llms.txt
When-to-use guidance and curated file list (llmstxt.org v2).
https://dancingteeth.net/llms.txt
- OpenAPI
Catalog of public machine-readable endpoints.
https://dancingteeth.net/openapi.json
- Sitemap
All public HTML URLs.
https://dancingteeth.net/sitemap.xml
- Markdown pages
Same-URL negotiation via Accept: text/markdown, plus .md siblings.
https://dancingteeth.net/about.md