|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | + <title>MPP agent index</title> |
| 7 | + <meta |
| 8 | + name="description" |
| 9 | + content="Agent-readable entry point for MPP docs, API discovery, skills, permissions, and Markdown source." |
| 10 | + /> |
| 11 | + <meta name="ai:page-type" content="agent-index" /> |
| 12 | + <meta name="ai:token-count" content="1200" /> |
| 13 | + <link rel="canonical" href="https://mpp.dev/agent.html" /> |
| 14 | + </head> |
| 15 | + <body> |
| 16 | + <main> |
| 17 | + <article> |
| 18 | + <h1>MPP agent index</h1> |
| 19 | + <p> |
| 20 | + Use this page as the compact HTML entry point for agents integrating |
| 21 | + MPP, mppx, or HTTP 402 payment flows. It links to the canonical |
| 22 | + Markdown, skill, permissions, and API discovery documents. |
| 23 | + </p> |
| 24 | + |
| 25 | + <section> |
| 26 | + <h2>Primary files</h2> |
| 27 | + <table> |
| 28 | + <thead> |
| 29 | + <tr> |
| 30 | + <th>File</th> |
| 31 | + <th>Purpose</th> |
| 32 | + </tr> |
| 33 | + </thead> |
| 34 | + <tbody> |
| 35 | + <tr> |
| 36 | + <td><a href="/llms.txt">llms.txt</a></td> |
| 37 | + <td>Short documentation index grouped for agent retrieval.</td> |
| 38 | + </tr> |
| 39 | + <tr> |
| 40 | + <td><a href="/llms-full.txt">llms-full.txt</a></td> |
| 41 | + <td>Complete Markdown corpus for long-context agents.</td> |
| 42 | + </tr> |
| 43 | + <tr> |
| 44 | + <td><a href="/AGENTS.md">AGENTS.md</a></td> |
| 45 | + <td>Project conventions, key files, and build commands.</td> |
| 46 | + </tr> |
| 47 | + <tr> |
| 48 | + <td><a href="/agent-permissions.json">agent-permissions.json</a></td> |
| 49 | + <td>Allowed interactions, human gates, and rate limits.</td> |
| 50 | + </tr> |
| 51 | + <tr> |
| 52 | + <td><a href="/.well-known/agent-skills/mppx/SKILL.md">mppx skill</a></td> |
| 53 | + <td>Capabilities, inputs, constraints, and references.</td> |
| 54 | + </tr> |
| 55 | + <tr> |
| 56 | + <td><a href="/.well-known/api-catalog">API catalog</a></td> |
| 57 | + <td>Linkset discovery for docs, OpenAPI, skills, and metadata.</td> |
| 58 | + </tr> |
| 59 | + </tbody> |
| 60 | + </table> |
| 61 | + </section> |
| 62 | + |
| 63 | + <section> |
| 64 | + <h2>Recommended flow</h2> |
| 65 | + <p> |
| 66 | + Start with <a href="/llms.txt">llms.txt</a>, fetch the smallest |
| 67 | + Markdown page that answers the task, then use the skill and API |
| 68 | + catalog only when you need integration details or machine-readable |
| 69 | + endpoints. |
| 70 | + </p> |
| 71 | + <pre><code>curl https://mpp.dev/llms.txt |
| 72 | +curl https://mpp.dev/.well-known/agent-skills/mppx/SKILL.md |
| 73 | +curl https://mpp.dev/agent-permissions.json</code></pre> |
| 74 | + </section> |
| 75 | + |
| 76 | + <section> |
| 77 | + <h2>Human-agent bridge</h2> |
| 78 | + <p> |
| 79 | + Documentation pages expose clean Markdown mirrors under |
| 80 | + <code>/assets/md/</code>. Use the Copy for AI control in the page UI |
| 81 | + or fetch the Markdown directly. |
| 82 | + </p> |
| 83 | + <button type="button" data-copy-ai="" aria-label="Copy for AI"> |
| 84 | + Copy for AI |
| 85 | + </button> |
| 86 | + <button type="button" data-copy="" aria-label="Copy command"> |
| 87 | + Copy command |
| 88 | + </button> |
| 89 | + <p> |
| 90 | + <a href="/assets/md/index.md">View homepage as Markdown</a> |
| 91 | + </p> |
| 92 | + </section> |
| 93 | + </article> |
| 94 | + </main> |
| 95 | + </body> |
| 96 | +</html> |
0 commit comments