{
  "schemaVersion": "0.2.0",
  "name": "Card Pilled",
  "description": "Independent crypto card aggregator. Agents can query structured data on 100+ crypto debit and credit cards, cashback tiers, fees, regional availability, KYC requirements, and card networks.",
  "notes": "Every page at https://cardpilled.com supports Accept: text/markdown content negotiation, agents can request markdown directly instead of parsing HTML.",
  "url": "https://cardpilled.com",
  "provider": {
    "organization": "Card Pilled",
    "url": "https://cardpilled.com"
  },
  "documentationUrl": "https://cardpilled.com/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/markdown", "application/json"],
  "skills": [
    {
      "id": "lookup-crypto-card",
      "name": "Look up a crypto card",
      "description": "Retrieve structured facts about a specific crypto card (cashback tiers, fees, availability, KYC).",
      "tags": ["crypto", "cards", "lookup"],
      "examples": [
        "What are the cashback tiers on the Gemini Credit Card?",
        "Does the Nexo Card work in the UK?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown", "application/json"]
    },
    {
      "id": "compare-crypto-cards",
      "name": "Compare crypto cards",
      "description": "Compare multiple crypto cards across cashback, fees, regions, and KYC level.",
      "tags": ["crypto", "cards", "compare"],
      "examples": [
        "Compare Gemini Credit Card and Coinbase One Amex for a US user.",
        "Which crypto cards work in Europe with no staking requirement?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown", "application/json"]
    }
  ],
  "endpoints": {
    "llms_txt": "https://cardpilled.com/llms.txt",
    "llms_full": "https://cardpilled.com/llms-full.txt",
    "sitemap": "https://cardpilled.com/sitemap.xml",
    "agent_skills_index": "https://cardpilled.com/.well-known/agent-skills/index.json",
    "api_catalog": "https://cardpilled.com/.well-known/api-catalog"
  }
}
