- A tab on every loan
- The workspace opens inside your loan page with no separate login, no data sync and no redirect.
- One day to integrate
- The embed and the upload webhook are the two pieces. A skill file lets a coding agent build both.
- Two surfaces
- The spreading workspace or the document review panel, chosen per mint.
- Server minted sessions
- Single use handles minted on your server, tokens that never reach your page, and every session bound to one loan.
- Loan inbox intake
- A webhook forwards every file that lands in a loan's inbox, and the loan links itself when the first document arrives.
- Finalized snapshots
- A finalize inside the frame sends an event naming an immutable snapshot your backend reads by id. A reopen sends a second event.
- Persistent user state
- Pass your own user identifier and each analyst's arrangements, preferences and memo templates follow them.
- Sandbox at no charge
- A test mode key runs the whole integration against seeded loans and sample results.
- Versioned API and SDKs
- One REST API with a dated version pinned per request, SDKs in TypeScript, Python and C#, and signed webhooks with automatic retries.