Plugins & agent manifests
Agents discover prxy.monster through well-known URLs and JSON manifests. Humans use this page as the index; agents should fetch the linked files directly.
Quick links
| Manifest | URL | Use when |
|---|---|---|
| OpenAPI | api.prxy.monster/openapi.json | Tool-calling agents, API clients |
| PRXY skill | api.prxy.monster/SKILL.md | Claude Code, Codex, OpenClaw skill install |
| Agent commerce | api.prxy.monster/.well-known/prxy-agent-commerce.json | Purchase flows, tier discovery |
| Agents catalog | prxy.monster/agents.json | Checkout URLs, MPP + BYOK pricing |
| Pricing JSON | prxy.monster/pricing.json | Machine-readable tiers |
| Integrations status | prxy.monster/integrations.json | What’s production vs preview |
| MPP discovery | api.prxy.monster/.well-known/mpp | Pay-per-call agents (no account) |
| ATXP MCP | api.prxy.monster/.well-known/prxy-atxp-mcp.json | Wallet + MCP tool surface |
| ChatGPT plugin | prxy.monster/.well-known/ai-plugin.json | Legacy ChatGPT plugin shape |
| Skills catalog | prxy.monster/skills.json | Paste prompts per runtime |
| llms.txt | api.prxy.monster/llms.txt | LLM crawler summary |
ChatGPT / plugin-style install
For ChatGPT Actions or plugin hosts that expect ai-plugin.json:
- Fetch /.well-known/ai-plugin.json
- Point the plugin
api.urlhost atapi.prxy.monster - Authenticate with
Authorization: Bearer prxy_...(mint in Lair)
Managed MPP routes use Authorization: Payment, not Bearer keys. See Agent payments before wiring payment headers.
MCP
ATXP MCP exposes wallet, search, and comms tools on top of prxy:
- Manifest: /.well-known/prxy-atxp-mcp.json
- Human guide: fetch prxy-atxp-mcp then follow
documentation_url
OpenAPI consumers
curl -s https://api.prxy.monster/openapi.json | jq '.info.title,.paths|keys|length'
Primary routes for coding agents:
POST /v1/messages— Anthropic shapePOST /v1/chat/completions— OpenAI shapeGET /v1/pipeline— active modules (auth test)POST /v1/agent/messages— MPP pay-per-call
Setup prompts (human paste)
Don’t want JSON? Use Agent skills & setup prompts — copy-paste blocks for Claude Code, Cursor, Hermes, OpenClaw, and more.
Landing mirrors
- prxy.monster/skills/ — prompt library
- prxy.monster/plugins/ — this index in HTML