Skip to content

Add MPP base URLs to integration page#109

Merged
Haakam21 merged 1 commit intomainfrom
fern/add-mpp-base-urls
Mar 18, 2026
Merged

Add MPP base URLs to integration page#109
Haakam21 merged 1 commit intomainfrom
fern/add-mpp-base-urls

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

@fern-api fern-api bot commented Mar 18, 2026

Add MPP base URLs (HTTP and WebSocket) to the MPP integration page.


Summary by cubic

Added MPP-specific base URLs to the integration page so developers can authenticate via MPP and route requests through the payment layer. Documents mpp.api.agentmail.to (HTTP) and mpp.ws.agentmail.to (WebSocket) as replacements for the default AgentMail base URLs.

Written for commit 2c1a8d8. Summary will update on new commits.

@github-actions
Copy link
Copy Markdown

@Haakam21 Haakam21 merged commit 539fa5f into main Mar 18, 2026
4 checks passed
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="fern/pages/integrations/mpp.mdx">

<violation number="1" location="fern/pages/integrations/mpp.mdx:18">
P2: The documented MPP base URLs are missing schemes. Use full URLs (`https://` and `wss://`) to avoid invalid endpoint configuration.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment on lines +18 to +19
| HTTP | `mpp.api.agentmail.to` |
| WebSocket | `mpp.ws.agentmail.to` |
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot Mar 18, 2026

Choose a reason for hiding this comment

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

P2: The documented MPP base URLs are missing schemes. Use full URLs (https:// and wss://) to avoid invalid endpoint configuration.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At fern/pages/integrations/mpp.mdx, line 18:

<comment>The documented MPP base URLs are missing schemes. Use full URLs (`https://` and `wss://`) to avoid invalid endpoint configuration.</comment>

<file context>
@@ -9,6 +9,15 @@ description: AgentMail's MPP integration for machine-to-machine payments via Str
+
+| Protocol | URL |
+|---|---|
+| HTTP | `mpp.api.agentmail.to` |
+| WebSocket | `mpp.ws.agentmail.to` |
+
</file context>
Suggested change
| HTTP | `mpp.api.agentmail.to` |
| WebSocket | `mpp.ws.agentmail.to` |
| HTTP | `https://mpp.api.agentmail.to` |
| WebSocket | `wss://mpp.ws.agentmail.to` |
Fix with Cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant