From e37999fc614350d0617298797e02a93517f113db Mon Sep 17 00:00:00 2001 From: Sweets Sweetman Date: Mon, 29 Jun 2026 19:15:08 -0500 Subject: [PATCH 1/2] docs: move brand support email to agent@recoupable.dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Migrate the support/contact address from agent@recoupable.com to agent@recoupable.dev across docs content (Contact Support card + navbar Support link + quickstart Support section + AGENTS.md branding block). Agent-signup example emails (agent+...@recoupable.com) are intentionally left unchanged — they document the throwaway signup pattern the API accepts and are a separate concern from the brand email. Refs recoupable/chat#1819 Co-Authored-By: Claude Opus 4.8 (1M context) --- AGENTS.md | 2 +- docs.json | 2 +- index.mdx | 4 ++-- quickstart.mdx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 00a6649f..0add59ce 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -65,7 +65,7 @@ All site configuration is in `docs.json`: Reference `Recoup-Chat` codebase for correct branding values: - **Primary color**: `#345A5D` (from `tailwind.config.ts` primaryGreen) -- **Support email**: `agent@recoupable.com` +- **Support email**: `agent@recoupable.dev` - **App URL**: `https://chat.recoupable.dev` - **Website**: `https://recoupable.com` - **Social URLs**: diff --git a/docs.json b/docs.json index 383eed4c..14aa944d 100644 --- a/docs.json +++ b/docs.json @@ -430,7 +430,7 @@ "links": [ { "label": "Support", - "href": "mailto:agent@recoupable.com" + "href": "mailto:agent@recoupable.dev" } ], "primary": { diff --git a/index.mdx b/index.mdx index adb03dbc..4e590e2f 100644 --- a/index.mdx +++ b/index.mdx @@ -195,7 +195,7 @@ Base URL: `https://api.recoupable.dev/api` - Reach out to our team at agent@recoupable.com for assistance with the Recoup API. + Reach out to our team at agent@recoupable.dev for assistance with the Recoup API. diff --git a/quickstart.mdx b/quickstart.mdx index 4ccaee80..2b71dc79 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -172,4 +172,4 @@ With your API key ready, you can now: ## Support -If you need help or have questions about the API, please contact our support team at [agent@recoupable.com](mailto:agent@recoupable.com). +If you need help or have questions about the API, please contact our support team at [agent@recoupable.dev](mailto:agent@recoupable.dev). From 591378510161215e3acc0a1dd2674f35f59fe8be Mon Sep 17 00:00:00 2001 From: Sweets Sweetman Date: Mon, 29 Jun 2026 20:37:17 -0500 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20send=5Femail=20from-address=20examp?= =?UTF-8?q?le=20=E2=86=92=20agent@recoupable.dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Match the agent's real from-address once api#725 ships (OUTBOUND/RECOUP_FROM_EMAIL → agent@recoupable.dev). Signup-pattern examples (agent+{suffix}@recoupable.com) intentionally left — those track what the signup endpoint accepts. Refs recoupable/chat#1819. Co-Authored-By: Claude Opus 4.8 (1M context) --- api-reference/openapi/accounts.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/openapi/accounts.json b/api-reference/openapi/accounts.json index 2c8b60cc..aa1b55eb 100644 --- a/api-reference/openapi/accounts.json +++ b/api-reference/openapi/accounts.json @@ -910,7 +910,7 @@ }, "/api/emails": { "post": { - "description": "Send an email to one or more recipients. Emails are sent from `Agent by Recoup `.", + "description": "Send an email to one or more recipients. Emails are sent from `Agent by Recoup `.", "requestBody": { "description": "Email payload", "required": true, @@ -2809,7 +2809,7 @@ "message": { "type": "string", "description": "Human-readable result message", - "example": "Email sent successfully from Agent by Recoup to recipient@example.com." + "example": "Email sent successfully from Agent by Recoup to recipient@example.com." }, "id": { "type": "string",