{
  "protocolVersion": "0.3.0",
  "name": "LendlyX Verification Agent",
  "version": "1.0.0",
  "description": "Lending intelligence infrastructure. Verifies the identity, documents, photos, and property evidence behind a loan so lenders can make defensible decisions before capital moves.",
  "url": "https://api.lendlyx.com/a2a",
  "preferredTransport": "JSONRPC",
  "documentationUrl": "https://lendlyx.com/developers",
  "iconUrl": "https://lendlyx.com/lendlyx-logo.png",
  "provider": {
    "organization": "LendlyX, Inc.",
    "url": "https://lendlyx.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://api.lendlyx.com/a2a",
      "transport": "JSONRPC",
      "protocol": "JSONRPC"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true,
    "extensions": []
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "securitySchemes": {
    "oauth2": {
      "type": "openIdConnect",
      "openIdConnectUrl": "https://lendlyx.com/.well-known/openid-configuration"
    },
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "Organization-scoped LendlyX API key presented as a bearer token."
    }
  },
  "security": [{ "oauth2": ["openid", "email", "profile"] }, { "bearer": [] }],
  "skills": [
    {
      "id": "verify-people",
      "name": "Verify People",
      "description": "Confirms who is behind a loan: borrower and contractor identity, entity records, and ownership signals.",
      "tags": ["identity", "kyc", "borrower"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "verify-evidence",
      "name": "Verify Evidence",
      "description": "Checks that submitted documents and photos are authentic and unmanipulated, with metadata and tamper analysis.",
      "tags": ["documents", "photos", "authenticity"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "verify-property",
      "name": "Verify Property",
      "description": "Confirms the work and property condition behind a draw request, comparing requested capital to observed reality.",
      "tags": ["inspection", "draws", "property"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "verify-decisions",
      "name": "Verify Decisions",
      "description": "Returns an explainable, auditable decision record so every approval or denial can be defended later.",
      "tags": ["audit", "decisioning", "compliance"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ]
}
