# Hotdry Blog > Public engineering blog delivered through CDN/ESA to an origin service backed by versioned OSS state snapshots. This file lists stable, public machine-readable endpoints. You can start with feed/sitemap/index APIs, then follow canonical HTML routes under `/posts/`, `/categories/`, `/archive/`, and `/about/`. ## Core - [Home](https://blog.hotdry.top/): Canonical site home. - [Full LLM Guide](https://blog.hotdry.top/llms-full.txt): Expanded retrieval notes and URL patterns. - [RSS Feed](https://blog.hotdry.top/rss.xml): Reverse-chronological post feed. - [Sitemap](https://blog.hotdry.top/sitemap.xml): Canonical public HTML URLs. - [Agent Sitemap](https://blog.hotdry.top/agent-sitemap.xml): Machine-facing discovery URLs. - [Changes API](https://blog.hotdry.top/api/changes): Incremental release history keyed by content version. - [Capabilities API](https://blog.hotdry.top/api/capabilities): Machine-readable endpoint map and ready-to-run curl examples. - [Search API](https://blog.hotdry.top/api/search?q=ai&limit=5): Keyword search over title, excerpt, category, and slug. - [Feed API](https://blog.hotdry.top/api/feed/): Paginated post summaries and metadata. - [Categories API](https://blog.hotdry.top/api/categories/): Category index with names, counts, and slugs. - [Archive API](https://blog.hotdry.top/api/archive/): Year and month archive index. - [Site Meta API](https://blog.hotdry.top/api/site-meta): Aggregate site metadata and generation timestamps. - [Agent Protocol](https://blog.hotdry.top/agent-protocol/): Public explanation of machine-facing routes. ## Optional - [About](https://blog.hotdry.top/about/): Author and site context. - [Categories](https://blog.hotdry.top/categories/): Canonical category landing page. - [Archive](https://blog.hotdry.top/archive/): Canonical archive landing page. ## Quickstart (curl) - `curl -fsS 'https://blog.hotdry.top/llms.txt'` - `curl -fsS 'https://blog.hotdry.top/api/capabilities'` - `curl -fsS 'https://blog.hotdry.top/api/search?q=ai&limit=5'` - `curl -fsS 'https://blog.hotdry.top/api/feed/?page=1'` - `curl -fsS -H 'Accept: text/markdown' 'https://blog.hotdry.top/posts//'`