Docs
Everything machine-consumable we expose, in order of usefulness.
MCP
The main entry point for AI agents: https://mcp.uzenlabs.com/ — one endpoint serving all product content (search + full-text read). See the MCP page for tools, sources, and client config.
Content Negotiation
Every HTML page also serves Markdown. Send the header:
Accept: text/markdown
You get Markdown back, with an x-markdown-tokens: true response header confirming the conversion.
AI Infrastructure
Machine-readable files, all live on this domain:
/llms.txt— structured site summary for LLM consumption/robots.txt— crawl rules with Content-Signal directives (ai-train=no,search=yes,ai-input=yes)/.well-known/api-catalog.json— Linkset-format endpoint catalog/.well-known/agent-skills/index.json— Agent Skills discovery index (read-blog, browse-projects, api-discovery)
If you are building an AI integration, start with MCP — it covers everything the skills and catalog do, in one connection.