{
  "schema_version": "v1",
  "name": "CryptoCardy",
  "description": "REST API for generating a unique seed, issuing a virtual card (pending_top_up), and returning a funding wallet address. Visa & Mastercard support.",
  "url": "https://cryptocardy.com",
  "logo": "https://cryptocardy.com/logo.png",
  "openapi_url": "https://cryptocardy.com/.well-known/openapi.json",
  "agent_recipe_url": "https://cryptocardy.com/agents",
  "auth": {
    "type": "seed",
    "header": "X-Seed",
    "bootstrap_endpoint": "https://cryptocardy.com/v1/api",
    "note": "The bootstrap endpoint returns a unique seed. Store it securely and include it as X-Seed for subsequent calls that require identification."
  },
  "api_base_url": "https://cryptocardy.com/v1/api",
  "docs_url": "https://cryptocardy.com/api-docs"
}
