{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "The Citadel",
  "description": "AI Tactical Strategist for Men — dating intelligence, profile forensics, and behavioral analysis.",
  "url": "https://thecitadelapp.com",
  "logo": "https://thecitadelapp.com/icons/android-chrome-512x512.png",
  "provider": {
    "name": "The Citadel",
    "url": "https://thecitadelapp.com"
  },
  "protocols": {
    "ucp": {
      "version": "1.0",
      "purchase_endpoint": "https://thecitadelapp.com/api/ucp/purchase",
      "redeem_endpoint": "https://thecitadelapp.com/api/ucp/redeem",
      "key_endpoint": "https://thecitadelapp.com/api/ucp/key",
      "supported_methods": ["stripe_checkout", "x402"]
    },
    "mcp": {
      "version": "2025-03-26",
      "endpoint": "https://thecitadelapp.com/api/mcp/server",
      "authentication": {
        "type": "bearer"
      }
    },
    "openapi": {
      "version": "3.1.0",
      "spec_url": "https://thecitadelapp.com/api/openapi",
      "spec_json_url": "https://thecitadelapp.com/api/openapi"
    }
  },
  "products": [
    {
      "id": "CITADEL-ROAST-001",
      "name": "Citadel Profile Analysis (Roast)",
      "description": "Brutal objective audit of dating profile performance with actionable improvements.",
      "price": {
        "amount": 5.0,
        "currency": "USD"
      },
      "url": "https://thecitadelapp.com/roast",
      "category": "Software > Digital Goods",
      "availability": "in_stock"
    },
    {
      "id": "CITADEL-FD-001",
      "name": "Citadel Flake Detector",
      "description": "AI message analysis to detect unreliable behavior patterns and predict flaking probability.",
      "price": {
        "amount": 3.0,
        "currency": "USD"
      },
      "url": "https://thecitadelapp.com/flake-detector",
      "category": "Software > Digital Goods",
      "availability": "in_stock"
    },
    {
      "id": "CITADEL-VICE-001",
      "name": "Vice Investigation",
      "description": "Forensic catfish/scam detection with risk scoring and evidence analysis.",
      "price": {
        "amount": 10.0,
        "currency": "USD"
      },
      "url": "https://thecitadelapp.com/vice",
      "category": "Software > Digital Goods",
      "availability": "in_stock"
    }
  ],
  "capabilities": [
    "profile_analysis",
    "message_analysis",
    "behavioral_prediction",
    "coaching",
    "target_intelligence",
    "agentic_commerce"
  ],
  "discovery": {
    "agent_card": "https://thecitadelapp.com/.well-known/agent.json",
    "openapi_spec": "https://thecitadelapp.com/api/openapi",
    "product_feed_json": "https://thecitadelapp.com/products.json",
    "product_feed_xml": "https://thecitadelapp.com/products.xml",
    "llms_txt": "https://thecitadelapp.com/llms.txt",
    "security_txt": "https://thecitadelapp.com/.well-known/security.txt"
  },
  "x402": {
    "supported": true,
    "currencies": ["USD"],
    "payment_methods": ["stripe"]
  }
}
