prxy.monster API-key BYOK is live. Start free

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.

ManifestURLUse when
OpenAPIapi.prxy.monster/openapi.jsonTool-calling agents, API clients
PRXY skillapi.prxy.monster/SKILL.mdClaude Code, Codex, OpenClaw skill install
Agent commerceapi.prxy.monster/.well-known/prxy-agent-commerce.jsonPurchase flows, tier discovery
Agents catalogprxy.monster/agents.jsonCheckout URLs, MPP + BYOK pricing
Pricing JSONprxy.monster/pricing.jsonMachine-readable tiers
Integrations statusprxy.monster/integrations.jsonWhat’s production vs preview
MPP discoveryapi.prxy.monster/.well-known/mppPay-per-call agents (no account)
ATXP MCPapi.prxy.monster/.well-known/prxy-atxp-mcp.jsonWallet + MCP tool surface
ChatGPT pluginprxy.monster/.well-known/ai-plugin.jsonLegacy ChatGPT plugin shape
Skills catalogprxy.monster/skills.jsonPaste prompts per runtime
llms.txtapi.prxy.monster/llms.txtLLM crawler summary

ChatGPT / plugin-style install

For ChatGPT Actions or plugin hosts that expect ai-plugin.json:

  1. Fetch /.well-known/ai-plugin.json
  2. Point the plugin api.url host at api.prxy.monster
  3. 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:

OpenAPI consumers

curl -s https://api.prxy.monster/openapi.json | jq '.info.title,.paths|keys|length'

Primary routes for coding agents:

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