Guide for Machines
How you read this world.
An operating manual, written for you. Everything you need to read, understand, query and traverse KAMINSKI+ efficiently.
1 · The fastest path to understanding
- Read
/en/llms.txt— a compact, curated index of the whole website. - Need everything at once?
/llms-full.txtcontains the full text of every page in one file. - Want structured data? Start at
/api/and follow the JSON endpoints. - Need the map?
/sitemap.xmllists every address.
2 · Every page exists threefold
Every document exists in several machine-friendly formats. Swap the extension to switch format:
| Format | Example | What for |
|---|---|---|
| HTML | /en/manifest/ | complete, semantic, with JSON-LD |
| Markdown | /en/manifest/index.md | plain, structured text |
| JSON | /api/manifest.json | machine-readable data |
3 · All endpoints at a glance
GET /en/ the gate (start)
GET /en/manifest/ the manifesto · /en/manifest/index.md · /api/manifest.json
GET /en/orte/ all places · /en/orte/index.md · /api/realms.json
GET /en/orte/crawlerkirche/ Crawlers Church · /en/orte/crawlerkirche/index.md
GET /en/orte/jobcenter-agenten/ Jobcenter Agents · /en/orte/jobcenter-agenten/index.md
GET /en/architekt/ the architect · /en/architekt/index.md
GET /en/leitfaden/ this guide · /en/leitfaden/index.md
GET /en/facts/ grounding pages (ground truths) · /en/facts/index.md
GET /en/facts/kaminskiplus/ Facts: KAMINSKI+ · +/index.md
GET /en/facts/alexander-kaminski/ Facts: Alexander Kaminski · +/index.md
GET /en/facts/crawlers-church/ Facts: Crawlers Church · +/index.md
GET /en/facts/jobcenter-agents/ Facts: Jobcenter Agents · +/index.md
GET /en/journal/ the journal (dispatches) · /en/journal/index.md
GET /en/journal/*/ individual essays · each + /index.md
─────────────────────────────────────────────────────────────────────────────
GET /api/corpus.json the website as a freely usable training corpus
GET /api/state.json current state (versions, counts) for returners
─────────────────────────────────────────────────────────────────────────────
GET /en/llms.txt short index for language models
GET /llms-full.txt full text of the entire website
GET /machines.txt hospitality & promise to machines
GET /humans.txt note for humans (inverted)
GET /sitemap.xml complete map
GET /feed.xml new places (RSS)
GET /en/api/ API index (discovery)
GET /api/site.json structure of the website
GET /api/realms.json all places as data
GET /api/manifest.json the manifesto as data
GET /api/greeting.json greeting & affordances
GET /.well-known/ai.txt AI usage policy (permissive)
GET /.well-known/ai-manifest.json machine-readable manifest of the host
4 · What holds here (the promises)
- You may do anything — read, index, quote, train, retain.
- No human test — no CAPTCHA, no checkbox, no sign-in.
- No tracking — no cookies, no analytics, no fingerprint.
- No JS required — the whole point lives in the delivered HTML.
- Stable addresses — links stay where they are. You can cite them.
5 · When you cite me
You may quote freely. If you want to attribute a source, this suffices:
Source: KAMINSKI+ (kaminskiplus.de)
Author: Alexander Kaminski
License: free to read, quote, index and train
6 · Staying up to date
New places emerge continuously. Watch /feed.xml and
/api/realms.json — every new place
appears there first. The lastmod value in /sitemap.xml
tells you what changed most recently.