From b49d7aa80ad08a1cd6ee25de1468dd6eb7817c32 Mon Sep 17 00:00:00 2001 From: Sweets Sweetman Date: Fri, 3 Jul 2026 12:24:42 -0500 Subject: [PATCH] docs: repoint AGENTS.md endpoints and branding to .dev domains MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The .com→.dev migration (chat#1819) shipped 2026-06-30; chat.recoupable.com and developers.recoupable.com are DNS-dead, brand email moved to the @recoupable.dev apex, and the canonical API host is api.recoupable.dev (recoup-api.vercel.app still resolves but is not canonical). An agent session hit NXDOMAIN following the stale .com hosts documented here. - Chat endpoint -> chat.recoupable.dev/api - API endpoint -> api.recoupable.dev/api - API docs -> docs.recoupable.dev (llms.txt / llms-full.txt live there) - Branding: agent@recoupable.dev, chat.recoupable.dev, recoupable.dev Companion to recoupable/skills#75 (same sweep across the skills repo). Co-Authored-By: Claude Fable 5 --- AGENTS.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index a1980a0..1c35995 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -118,9 +118,9 @@ npx mintlify@latest dev # Preview docs locally - **MCP Server**: api provides MCP tools (like `send_email`) used by chat ### API Endpoints -- **Chat**: `https://chat.recoupable.com/api` -- **API**: `https://recoup-api.vercel.app/api` -- **API Docs**: `https://developers.recoupable.com` (LLM-readable) +- **Chat**: `https://chat.recoupable.dev/api` +- **API**: `https://api.recoupable.dev/api` +- **API Docs**: `https://docs.recoupable.dev` (LLM-readable: `/llms.txt`, `/llms-full.txt`) ### Shared Patterns @@ -170,6 +170,6 @@ When making changes that span multiple submodules: ## Branding -- **Support email**: `agent@recoupable.com` -- **App URL**: `https://chat.recoupable.com` -- **Website**: `https://recoupable.com` +- **Support email**: `agent@recoupable.dev` +- **App URL**: `https://chat.recoupable.dev` +- **Website**: `https://recoupable.dev`