MPP agent index

Use this page as the compact HTML entry point for agents integrating MPP, mppx, or HTTP 402 payment flows. It links to the canonical Markdown, skill, permissions, and API discovery documents.

Primary files

File Purpose
llms.txt Short documentation index grouped for agent retrieval.
llms-full.txt Complete Markdown corpus for long-context agents.
AGENTS.md Project conventions, key files, and build commands.
agent-permissions.json Allowed interactions, human gates, and rate limits.
mppx skill Capabilities, inputs, constraints, and references.
API catalog Linkset discovery for docs, OpenAPI, skills, and metadata.

Recommended flow

Start with llms.txt, fetch the smallest Markdown page that answers the task, then use the skill and API catalog only when you need integration details or machine-readable endpoints.

curl https://mpp.dev/llms.txt
curl https://mpp.dev/.well-known/agent-skills/mppx/SKILL.md
curl https://mpp.dev/agent-permissions.json

Human-agent bridge

Documentation pages expose clean Markdown mirrors under /assets/md/. Use the Copy for AI control in the page UI or fetch the Markdown directly.

View homepage as Markdown