docs: add MPP use case guides for SEO and agent discoverability#220
Merged
brendanjryan merged 1 commit intomainfrom Apr 2, 2026
Merged
docs: add MPP use case guides for SEO and agent discoverability#220brendanjryan merged 1 commit intomainfrom
brendanjryan merged 1 commit intomainfrom
Conversation
Add 13 use case guide pages under /guide/machine-payments/use-cases/ covering AI model access, web search, blockchain data, financial data, compute, media generation, data enrichment, browser automation, translation, location/maps, storage, agent-to-agent services, and API monetization. Pages are SEO-optimized with frontmatter titles and descriptions, link to real MPP services from mpp.dev/services, and include ready-to-use CLI examples and agent prompts. Not added to sidebar — indexable via URL and search only. Co-Authored-By: juan leal <114959779+juandolealt@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d4dd9-0ded-7348-bba4-c5cfa6def054
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Add 13 use case guide pages under
/guide/machine-payments/use-cases/to improve SEO and agent discoverability for MPP on docs.tempo.xyz.Motivation
Agents searching for use cases like "how do I monetize my API for agents" or "pay for AI models without API keys" currently find nothing on docs.tempo.xyz. These pages target those search queries directly and cross-link to mpp.dev services.
Pages are not added to the sidebar — they're indexable via URL, search engines, and internal links only.
Pages
/guide/machine-payments/use-cases/ai-model-access/guide/machine-payments/use-cases/web-search-and-research/guide/machine-payments/use-cases/blockchain-data/guide/machine-payments/use-cases/financial-data/guide/machine-payments/use-cases/compute-and-code-execution/guide/machine-payments/use-cases/image-and-media-generation/guide/machine-payments/use-cases/data-enrichment-and-leads/guide/machine-payments/use-cases/browser-automation/guide/machine-payments/use-cases/translation-and-language/guide/machine-payments/use-cases/location-and-maps/guide/machine-payments/use-cases/storage/guide/machine-payments/use-cases/agent-to-agent/guide/machine-payments/use-cases/monetize-your-apiWhat each page includes
title+descriptionfrontmatter (auto-generates OG images)tempo request ...)Testing
bun run checkpasses (pre-existing warning only).Prompted by: juan