{
  "schema_version": "v1",
  "name_for_human": "CryptoCardy",
  "name_for_model": "CryptoCardy",
  "description_for_human": "Generate a unique seed, issue a virtual card (pending_top_up), and receive a funding wallet address via a simple REST API.",
  "description_for_model": "Use the REST API at https://cryptocardy.com/v1/api. Call GET / with optional query params card=visa|mastercard and asset=BTC|ETH|USDT-ERC20|USDT-SOL|SOL|XMR to receive {seed, card, wallet}. Treat seed as the credential and send it on subsequent requests using the X-Seed header.",
  "auth": { "type": "none" },
  "api": {
    "type": "openapi",
    "url": "https://cryptocardy.com/.well-known/openapi.json"
  },
  "logo_url": "https://cryptocardy.com/icon-512.png",
  "contact_email": "support@cryptocardy.com",
  "legal_info_url": "https://cryptocardy.com/tos"
}
