diff --git a/site/src/content/docs/api/overview.mdx b/site/src/content/docs/api/overview.mdx index 8656c11..d23c522 100644 --- a/site/src/content/docs/api/overview.mdx +++ b/site/src/content/docs/api/overview.mdx @@ -9,10 +9,21 @@ The Nyuchi API is a single versioned HTTP gateway. Every endpoint lives under a ## Base URL -| Environment | URL | -|-------------|-----| -| Production | `https://api.nyuchi.com` | -| Legacy host | `https://api.mukoko.com` | +| Host | What it is | +|------|------------| +| `https://api.nyuchi.com` | **Production — the gateway serving traffic today** (FastAPI on Fly.io). Point every client here. | +| `https://api.mukoko.com` | A **separate Mukoko gateway still being built.** It serves nothing usable yet and has no DNS record, so a request to it fails to connect. | + +