{
  "schema_version": "1.0",
  "name": "Trade Cash Flow Agent",
  "description": "AI agent for Trade Cash Flow, a B2B asset-backed lender for Australian trade businesses. Can answer questions about asset-backed loans, check eligibility, quote pricing, and initiate applications.",
  "url": "https://tradecashflow.com",
  "version": "1.0.0",
  "capabilities": [
    {
      "name": "answer_questions",
      "description": "Answer questions about Trade Cash Flow services, rates, accepted assets, process, and policies using the knowledge catalog.",
      "endpoint": "https://tradecashflow.com/api/catalog",
      "methods": ["GET"]
    },
    {
      "name": "check_eligibility",
      "description": "Check if a customer is eligible for an asset-backed loan. Requires: owns asset outright, valid Australian ID, proof of ownership. No credit check required.",
      "endpoint": "https://tradecashflow.com/api/catalog",
      "methods": ["GET"]
    },
    {
      "name": "quote_pricing",
      "description": "Estimate loan amount based on asset type and wholesale value. Loan-to-value ratio is between 33% and 50% of wholesale trade-in value.",
      "endpoint": "https://tradecashflow.com/api/catalog",
      "methods": ["GET"]
    },
    {
      "name": "initiate_application",
      "description": "Redirect customer to the online application form. The process: submit online form → physical/on-site appraisal → loan offer → same-day funding.",
      "endpoint": "https://tradecashflow.com/apply",
      "methods": ["GET"]
    }
  ],
  "knowledge_catalog": "https://tradecashflow.com/api/catalog",
  "openapi_spec": "https://tradecashflow.com/.well-known/openapi.json",
  "llms_txt": "https://tradecashflow.com/llms.txt",
  "contact": {
    "email": "info@tradecashflow.com.au"
  },
  "authentication": {
    "type": "none",
    "description": "Public read-only catalog API. No authentication required."
  },
  "escalation": {
    "description": "Complex queries are escalated to human support via email (info@tradecashflow.com.au).",
    "email": "info@tradecashflow.com.au"
  }
}
