{
  "schema_version": "v1",
  "name_for_human": "Swapper Agent API",
  "name_for_model": "swapper_agent_api",
  "description_for_human": "Private swaps. Deterministic API for XMR <> USDC flows.",
  "description_for_model": "Use this public HTTPS API for deterministic swap workflows with no per-user API key. Start with /api/v1/agent/quickstart and follow discovery links.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://www.xmrtousdc.xyz/openapi.json",
    "is_user_authenticated": false
  },
  "contact_email": "support@xmrtousdc.xyz",
  "legal_info_url": "https://docs.xmrtousdc.xyz/"
}