{
  "name": "Pequi",
  "description": "AI-powered real estate platform for Ibagué, Tolima, Colombia. Property search, Ley 820 contracts, Wompi payments.",
  "url": "https://xpequi.xyz",
  "locale": "es_CO",
  "currency": "COP",
  "services": {
    "property_search": {
      "endpoint": "/api/properties",
      "method": "GET",
      "description": "Search and filter property listings by city, type, price range, bedrooms, neighborhood",
      "params": ["city", "type", "listingType", "minPrice", "maxPrice", "bedrooms", "bathrooms", "neighborhood", "limit", "offset"]
    },
    "ai_chat": {
      "endpoint": "/api/chat",
      "method": "POST",
      "description": "AI chat agent with 15 function-calling tools for property analysis, legal search, and contract generation",
      "streaming": true,
      "tools": 15
    },
    "contract_generation": {
      "endpoint": "/api/contracts/generate",
      "method": "POST",
      "description": "Generate Ley 820 de 2003 compliant rental contracts",
      "auth": true
    },
    "contract_analysis": {
      "endpoint": "/api/contracts/analyze",
      "method": "POST",
      "description": "Analyze contracts for illegal clauses and compliance issues",
      "auth": true
    },
    "payment_processing": {
      "endpoint": "/api/payments/create",
      "method": "POST",
      "description": "Create Wompi payment links for rent, admin fees, and subscriptions",
      "auth": true,
      "provider": "Wompi"
    },
    "subscriptions": {
      "endpoint": "/api/subscriptions/plans",
      "method": "GET",
      "description": "Available subscription plans (FREE, AGENTE, CONJUNTO_50, CONJUNTO_150)"
    },
    "complexes": {
      "endpoint": "/api/complexes",
      "method": "GET",
      "description": "List residential complexes with units and properties"
    },
    "health": {
      "endpoint": "/api/health",
      "method": "GET",
      "description": "Platform health check with version, region, and service status"
    }
  },
  "ai_provider_chain": [
    "DeepSeek V4 Flash (primary)",
    "Groq Llama 4 Scout (fallback 1)",
    "OpenRouter hy3-preview (fallback 2)",
    "Static knowledge base (emergency)"
  ],
  "legal_compliance": [
    "Ley 820 de 2003 (rental law)",
    "Ley 527 de 1999 (digital signatures)",
    "Ley 675 de 2001 (property horizontals)"
  ],
  "llms_txt": "/llms.txt",
  "llms_full_txt": "/llms-full.txt",
  "robots_txt": "/robots.txt",
  "sitemap_xml": "/sitemap.xml"
}
