plugins marketplace
← All plugins

tinman-ai

v1.0.3

Tinman AI helps loan officers and underwriters quickly underwrite home financing scenarios and answer compl...

Codex

by BetterMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/tinman-ai/ inside the repository.

Layout

plugins/tinman-ai/
└── .codex-plugin/plugin.json

Manifests1

plugins/tinman-ai/.codex-plugin/plugin.json
{
  "name": "tinman-ai",
  "version": "1.0.3",
  "description": "Tinman AI helps loan officers and underwriters quickly underwrite home financing scenarios and answer compl...",
  "author": {
    "name": "Better",
    "url": "https://better.com"
  },
  "homepage": "https://better.com",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Tinman AI",
    "shortDescription": "Tinman AI helps loan officers and underwriters quickly underwrite home financing scenarios and answer compl...",
    "longDescription": "Tinman AI helps loan officers and underwriters quickly underwrite home financing scenarios and answer complex eligibility questions using trusted credit decision data and underwriting logic. Instead of navigating fragmented systems, scattered guidelines, or manual spreadsheets, users can evaluate eligibility, DTI restructuring, and income calculations across a broad set of lenders and investors, instantly identifying which investors a loan qualifies for and why. Tinman AI turns what used to take days or weeks into real-time, compliant decisions that keep loans moving and deals alive.",
    "developerName": "Better",
    "category": "Finance",
    "capabilities": [],
    "websiteURL": "https://better.com",
    "privacyPolicyURL": "https://better.com/about-us/privacy-policy",
    "termsOfServiceURL": "https://better.com/about-us/terms-of-use",
    "defaultPrompt": [
      "I have borrower at 52% DTI who wants HELOC w/ $450/month"
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png"
  }
}