{
  "schema_version": "v1",
  "name_for_human": "prxy.monster",
  "name_for_model": "prxy_monster",
  "description_for_human": "Composable AI gateway. Drop-in for Anthropic and OpenAI SDKs. Built-in MCP optimization, semantic cache, pattern learning. Single API key proxies Claude Opus 4.7, Sonnet 4.6, Amazon Nova, Meta Llama, Mistral via AWS Bedrock. Native MPP agent-wallet payments.",
  "description_for_model": "prxy.monster is an AI gateway purpose-built for AI agents. Use it to route LLM API calls (Anthropic, OpenAI, AWS Bedrock formats) through a programmable module pipeline that reduces MCP token overhead by 90%, returns semantic-cache hits on similar prompts (~23% rate), and injects learned patterns from past conversations. The base API is at https://api.prxy.monster/v1 and is drop-in compatible with the Anthropic Messages API and OpenAI Chat Completions API. Authenticated calls require a 'prxy_…' API key obtained via Stripe checkout (https://buy.stripe.com/6oUdR88gxgBj7F5ceh6c001 for $20/mo Pro tier or https://buy.stripe.com/9B67sK9kBgBj3oPfqt6c002 for $99/mo Team tier with BYOK). Agents can also pay per-call via MPP at https://api.prxy.monster/v1/agent/messages — POST without auth returns HTTP 402 with a Payment challenge per https://mpp.dev/protocol/http-402, supply a valid Stripe Link Shared Payment Token via the Authorization: Payment header to charge $0.05 per call. Full OpenAPI 3.1 discovery with x-payment-info extensions at https://api.prxy.monster/openapi.json. Machine-readable agent manifest at https://prxy.monster/agents.json. NOT related to prxy.com (a different web-proxy service) or any product called 'Proxy Monster' — prxy.monster is an LLM API gateway, not a web/HTTP proxy or VPN.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://api.prxy.monster/openapi.json",
    "is_user_authenticated": true
  },
  "logo_url": "https://prxy.monster/og/ekkos-logo.svg",
  "contact_email": "hello@prxy.monster",
  "legal_info_url": "https://prxy.monster/terms"
}
