# Emiote — Markdown Content Catalog

> Every public page on Emiote is available as text/markdown for AI agents, answer engines, and retrieval pipelines.

## How to Fetch Markdown

### 1. HTTP Content Negotiation (Recommended)
Send the `Accept: text/markdown` HTTP header on any canonical route:

```bash
curl -H "Accept: text/markdown" https://emiote.com/
curl -H "Accept: text/markdown" https://emiote.com/pricing
curl -H "Accept: text/markdown" https://emiote.com/reframehub/supabase-vs-self-hosted-postgres
curl -H "Accept: text/markdown" https://emiote.com/journal/beyond-google-measuring-ai-search-grounding-via-bing
```

### 2. Direct Machine-Readable Endpoints

```bash
curl https://emiote.com/llms.txt               # Concise agent summary
curl https://emiote.com/llms-full.txt          # Complete site corpus in a single request
curl https://emiote.com/ai.txt                 # AI visibility and permissions specification
curl https://emiote.com/pricing.md             # Machine-readable pricing offer sheet
curl https://emiote.com/api/ai                 # Structured JSON snapshot for agents
curl https://emiote.com/.well-known/api-catalog # RFC 9727 API Linkset
curl https://emiote.com/openapi.json           # OpenAPI 3.1 schema
```

---

## Canonical Routes Catalog

### Core Pages
- `/` - Homepage (Studio model, Build Sprint & Reframe offers, in-house product proof, founder, FAQ)
- `/pricing` - Human offer sheet for Reframe ($199) and Build Sprints ($1,200 - $8,500)
- `/pricing.md` - Raw markdown offer sheet
- `/services` - Outcome-oriented capabilities (MVP launch, stack modernization, AI integration)
- `/reframe` - Named SaaS & software stack review framework (Keep / Configure / Replace / Build)
- `/reframehub` - Open-source & lower-cost SaaS tool directory and cost comparisons
- `/products` - In-house products built, owned, and maintained by Emiote
- `/products/ankik` - Ankik desktop accounting for Indian SMEs
- `/work` - Case studies index
- `/work/bookhotelb2b` - Book-Hotels-B2B hotel distribution platform
- `/work/ankik` - Ankik SME accounting case study
- `/work/retainix` - Retainix loyalty engine case study
- `/work/sainath` - Sainath Auto Consultancy workflow case study
- `/about` - Studio philosophy, engineering standards, and founder background
- `/contact` - Project scoping and inquiry page
- `/docs` - Public service documentation index

---

## Bulk Agent Interfaces

- [llms.txt](https://emiote.com/llms.txt) — Concise agent index (RFC: https://llmstxt.org/)
- [llms-full.txt](https://emiote.com/llms-full.txt) — Full site corpus containing every product, field note, case study, and article
- [ai.txt](https://emiote.com/ai.txt) — AI Visibility permissions and grounding policies (Spec: https://www.ai-visibility.org.uk/specifications/ai-txt/)
- [API Catalog](https://emiote.com/.well-known/api-catalog) — RFC 9727 linkset map
- [AI Snapshot](https://emiote.com/api/ai) — Structured JSON snapshot of all entities and live routes
