The control and receipt layer for AI calls. Anthropic Messages-compatible and OpenAI Chat Completions-compatible routes in front of Anthropic, OpenAI, Google, Groq, Bedrock, OpenRouter. BYOK — your provider bills inference; prxy bills the gateway / control layer.
Every call ships a signed Ed25519 receipt with cost, module chain, policy decision, and four canonical hashes. Outcomes anchor a learning signal. Reviewer-promoted candidates become reusable patterns.
Drop-in
$ swap your provider URL
- ANTHROPIC_BASE_URL=https://api.anthropic.com + ANTHROPIC_BASE_URL=https://api.prxy.monster + PRXY_KEY=prxy_xxx # your Anthropic key still does the inference
MPP agent endpoint
Hit /v1/agent/messages with no auth to get a payment challenge. Settle with Authorization: Payment
$ curl without payment
$ curl -i -X POST https://api.prxy.monster/v1/agent/messages \ -H "Content-Type: application/json" \ -d '{"model":"bedrock/us.amazon.nova-micro-v1:0","max_tokens":64,"messages":[{"role":"user","content":"hello"}]}' HTTP/2 402 content-type: application/problem+json cache-control: no-store www-authenticate: Payment id="mpp_...", realm="api.prxy.monster", method="stripe", intent="charge", expires="2026-05-03T...", digest="sha-256=:...:", request="<base64url JSON>"
Twelve composable modules
Endpoints
Surfaces