Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down
4 changes: 2 additions & 2 deletions api-reference/openapi/accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@
},
"/api/emails": {
"post": {
"description": "Send an email to one or more recipients. Emails are sent from `Agent by Recoup <agent@recoupable.com>`.",
"description": "Send an email to one or more recipients. Emails are sent from `Agent by Recoup <agent@recoupable.dev>`.",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: OpenAPI docs changed the /api/emails sender identity from agent@recoupable.com to agent@recoupable.dev, contradicting the PR's stated scope that this was intentionally left unchanged. The PR is on HOLD because agent@recoupable.dev is not yet verified in Resend, making the API reference inaccurate.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At api-reference/openapi/accounts.json, line 913:

<comment>OpenAPI docs changed the `/api/emails` sender identity from `agent@recoupable.com` to `agent@recoupable.dev`, contradicting the PR's stated scope that this was intentionally left unchanged. The PR is on HOLD because `agent@recoupable.dev` is not yet verified in Resend, making the API reference inaccurate.</comment>

<file context>
@@ -910,7 +910,7 @@
     "/api/emails": {
       "post": {
-        "description": "Send an email to one or more recipients. Emails are sent from `Agent by Recoup <agent@recoupable.com>`.",
+        "description": "Send an email to one or more recipients. Emails are sent from `Agent by Recoup <agent@recoupable.dev>`.",
         "requestBody": {
           "description": "Email payload",
</file context>
Suggested change
"description": "Send an email to one or more recipients. Emails are sent from `Agent by Recoup <agent@recoupable.dev>`.",
- "description": "Send an email to one or more recipients. Emails are sent from `Agent by Recoup <agent@recoupable.dev>`.",
+ "description": "Send an email to one or more recipients. Emails are sent from `Agent by Recoup <agent@recoupable.com>`.",

"requestBody": {
"description": "Email payload",
"required": true,
Expand Down Expand Up @@ -2809,7 +2809,7 @@
"message": {
"type": "string",
"description": "Human-readable result message",
"example": "Email sent successfully from Agent by Recoup <agent@recoupable.com> to recipient@example.com."
"example": "Email sent successfully from Agent by Recoup <agent@recoupable.dev> to recipient@example.com."
},
"id": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
"links": [
{
"label": "Support",
"href": "mailto:agent@recoupable.com"
"href": "mailto:agent@recoupable.dev"
}
],
"primary": {
Expand Down
4 changes: 2 additions & 2 deletions index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Base URL: `https://api.recoupable.dev/api`
<Card
title="Contact Support"
icon="envelope"
href="mailto:agent@recoupable.com"
href="mailto:agent@recoupable.dev"
>
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.
</Card>
2 changes: 1 addition & 1 deletion quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).