docs: add MPP (Machine Payments Protocol) page + surface MPP/x402#2220
Merged
Conversation
Add a Build with AI > Agent Infrastructure page for MPP on Celo: - what MPP is (HTTP-native machine payments) and how the charge flow works - seller + buyer code examples using the mppx SDK, verified end-to-end on Celo - links to the runnable example repo celo-org/mpp-celo-example - scoped to MPP's one-time charge intent (what Celo supports today) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add an MPP card to the "AI Agent Infrastructure" grid on the home page, and mention x402 + MPP on the Build with AI overview — both inline in the intro and in a new "Agent Payments with x402 and MPP" section. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
GigaHierz
requested review from
karlb and
seolaoh
and removed request for
a team
July 16, 2026 16:01
viral-sangani
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Same-repo replacement for #2217, which is blocked: because #2217 was opened from a fork, Mintlify's GitHub App never posts the required Mintlify Deployment preview check, so it can't merge. This PR carries the identical content on a branch inside
celo-org/docsso the Mintlify check runs and the change can ship.Original
mpp.mdxauthored by @viral-sangani (commit authorship preserved in git history).What's included
build-on-celo/build-with-ai/mpp.mdx— new page documenting MPP (Machine Payments Protocol) on Celo: the Challenge → Credential → Receipt flow, seller + buyer code with themppxSDK, a runnable example repo, and the supported USDC assets. Scoped to one-time charge (what MPP supports on the EVM/Celo path today).docs.json— registers the page in the Agent Infrastructure nav.home/celo.mdx— adds an MPP card to the "AI Agent Infrastructure" grid, alongside ERC-8004 and x402.build-on-celo/build-with-ai/overview.mdx— mentions x402 + MPP inline in the intro and in a new "Agent Payments with x402 and MPP" section.build-on-celo/build-with-ai/8004.mdx/x402.mdx— cross-link MPP from their Related sections.Note
Supersedes #2217 — that PR can be closed once this one merges.