DocMan helps a loan processor move borrower documents from email into the borrower's folder in the processor's own Google Workspace, and tracks which required documents have been received. Here is exactly how your data is handled.
Two principles do most of the work: documents live in your own cloud, and the server keeps nothing durable.
| Data | Where it lives |
|---|---|
| Document files | Your own Google Drive. They pass through our server only in-flight and are never stored on it. |
| Loan & borrower metadata, settings | Your own Google Drive, plus a short-lived server cache that is wiped on every redeploy. |
| OAuth (Open Authorization) refresh tokens, billing records | Operator-controlled backup + ephemeral cache. Revocable by you at any time. |
| AI (artificial intelligence) feature input | Only when you drop a lender PDF (Portable Document Format) on the optional agent, its text is sent to Anthropic's Claude API for parsing β not retained for training. |
Solid arrows are data movement. "In-flight" means it passes through the server but is not persisted on it.
The permissions we request are the enforceable limit on what the app can touch β visible on the consent screen when you sign in.
Your email + basic profile, to identify the signed-in user.
To create the loan folder structure and move documents into your Drive.
To surface loan-related email and file it under a loan label. Cannot permanently delete mail.
For send-as / signature handling on outbound status emails.
DocMan undergoes Google's OAuth verification / CASA (Cloud Application Security Assessment). Microsoft 365 support exists but is disabled by default.
| Subprocessor | Role | Data it receives |
|---|---|---|
| Identity, Drive, Gmail | Your documents & metadata, within your own tenant | |
| Anthropic | Optional AI PDF parsing | Text of PDFs you submit to the agent; not retained for training |
| Render | Application hosting | Data in transit + ephemeral cache; no durable document storage |
| Stripe | Billing (via license server) | Email + activation counts; no documents |
| Cloudflare | Signup bot protection | A bot-check token; no document data |
The complete document set β data-handling overview, network-egress evidence, subprocessor list, and the Data Processing Addendum (DPA) β is available to your IT / security team on request. Leave your work email and we'll send a secure link.
Already received a secure link? Open it here.