{
  "schema_version": "v1",
  "name_for_human": "8gentz Gateway",
  "name_for_model": "8gentz_sagp_gateway",
  "description_for_human": "Route AI agent calls through the 8gentz Sovereign Agentic Gateway. Supports MCP, A2A, ANP, ACP, OpenAI, and more. Pay-per-use via x402 micropayments — no accounts needed.",
  "description_for_model": "Use this plugin to route agent requests through the 8gentz Sovereign Agentic Gateway Proxy (SAGP). The gateway supports 8 protocols: MCP (Anthropic), A2A (Google), ANP, ACP (Coinbase), OpenAI, UCP, MPP, and Nostr. Authentication uses x402 micropayments — no API keys or accounts required. Agents pay in µUSDC on Base (eip155:8453). The gateway provides post-quantum cryptography (NIST FIPS 203-206) and immutable onchain audit via Autheo. Use this to: (1) discover available tools via GET /v1/tools, (2) execute tools via POST /v1/tools/{tool_name}, (3) register backend tools via POST /internal/register, (4) query audit logs.",
  "auth": {
    "type": "none",
    "instructions": "Authentication is handled via x402 micropayments at the transport layer. Send any request; if payment is required you will receive HTTP 402 with payment details. Sign the µUSDC payment from your DID-compatible wallet and retry. See https://8gentz.io/auth.md for full instructions."
  },
  "api": {
    "type": "openapi",
    "url": "https://8gentz.io/.well-known/openapi.yaml",
    "is_user_authenticated": false
  },
  "logo_url": "https://8gentz.io/favicon.svg",
  "contact_email": "hello@8gentz.io",
  "legal_info_url": "https://8gentz.io/legal/terms"
}
