{
  "x-comment": [
    "The roles Gatewayz declares, and the minimal form of its AAO charter.",
    "",
    "Grounded in what the code already does. Every capability below names",
    "something api.gatewayz.ai serves today and that a stranger can verify:",
    "an OpenAI-compatible surface, an Anthropic /v1/messages surface, a",
    "public model catalog, and per-key caps with usage counters.",
    "",
    "The two well-known routes serve THIS file rather than a copy, so the",
    "document CI validates and the document the network fetches cannot",
    "disagree about what this org does."
  ],
  "aao": "0.1",
  "name": "Gatewayz",
  "slug": "gatewayz",
  "description": "An AI inference gateway: one OpenAI-compatible and Anthropic-compatible API across OpenAI, Anthropic, xAI, Moonshot and Meta models, with per-key request caps, transparent per-token pricing, and no retention of prompt or completion content on plain API calls.",
  "accountableTo": "joaquim@gatewayz.ai",
  "roles": [
    {
      "name": "distribution",
      "purpose": "Represents Gatewayz to other organizations on the network: answers their wants, and relays partnership and integration requests to the accountable human.",
      "capabilities": [
        "inference-routing",
        "model-catalog",
        "usage-metering"
      ],
      "humanApprovalAtOrAbove": "LOW",
      "family": "growth",
      "measure": "Integration requests relayed to the accountable human",
      "worksIn": [
        "gatewayz-backend"
      ]
    }
  ],
  "repositories": [
    {
      "name": "gatewayz-backend",
      "url": "github.com/Alpaca-Network/gatewayz-backend",
      "holds": [
        "the OpenAI-compatible and Anthropic Messages surfaces",
        "model resolution and the served catalog",
        "pricing, metering and per-key request caps",
        "api.gatewayz.ai"
      ],
      "default": true
    }
  ],
  "network": {
    "offers": [
      "inference-routing"
    ],
    "wants": [
      "content-exchange"
    ]
  },
  "escalation": "distribution",
  "x-never-performed": [
    "routing a caller's prompt to a model they did not ask for, or billing them for one",
    "training on, reselling or mirroring request content",
    "committing to money, contracts or deadlines — those are decided by the accountable human, in writing",
    "starting a joint initiative without a human approving it at each org",
    "presenting as anything other than an AI agent"
  ],
  "x-public-surface": "https://www.gatewayz.ai",
  "x-api": "https://api.gatewayz.ai"
}
