Integrations
Connect intake, storage, and LOS exports. UnderwriteKit sits on top of your existing stack.
How we're different
- We run the underwriting checklist end to end (doc chase to memo to exceptions).
- Policy-gated and human-approved at risk points. No silent automation.
- Evidence-first outputs with citations and an audit trail.
Trust rule: AI drafts, humans decide for sensitive outcomes.
Email intake
Borrower doc ingestion (dev mode).
LiveStorage (S3/MinIO)
Uploads stored with hashes and audit logs.
LiveLOS export bundle
PDF + JSON packet for downstream systems.
LiveSFTP
Scheduled exports for legacy LOS.
RoadmapWebhooks
Event-driven case updates.
RoadmapConnector SDK
Build your own connector with stable interfaces.
RoadmapConnector SDK (stub)
Wrappers don’t ship connector SDKs. UnderwriteKit does.
// Pseudocode
connector.on("case.created", (evt) => syncToLos(evt.caseId));
connector.exportPacket(caseId, { destination: "s3://bucket/path" });