Cases, worked end to end.
Underwriting, verification, fraud and recovery. One agent runs the checks in banking order, holds when a human should decide, and files a report your reviewers and auditors can both read.

Four desks on one floor
The same agent works all four. Nothing is handed to a different vendor at the boundary, and nothing is re-keyed to cross it.
One agent. Four kinds of case.
Underwriting
Pre-sanction checks, in banking order.

Verification
KYC and KYB that clears the file.

Investigation
Court records, watchlists, footprint.

Recovery
Skip tracing that returns current contact.

One case, start to signature
A real sequence, not a highlight reel — the nine steps a pre-sanction file walks through, in the order they run.
Plan drafted
plannedReads the underwriting playbook and proposes the checks it intends to run.
PAN Intelligence Engine
clearedDocument active, name matched against the application.
Aadhaar–UAN Link Resolver
clearedIdentity tied to a single employment record.
Credit Intelligence Agent
clearedScore, active credit lines, defaults in the last 24 months.
EPF Passbook Extractor
clearedContributions current, tenure consistent with the declared employer.
Criminal Record Intelligence Engine
flaggedCourt records and litigation searched across jurisdictions.
Held for approval
heldOne finding sits outside your thresholds. The run parks, durably, and waits for a human.
Resumed
runningPicks up at the exact step it stopped on — not from the beginning.
Report filed
completeScored, sourced and signed.
Pre-sanction, phase by phase
The loan playbook runs as written. A critical identity failure halts the run instead of spending the next four phases on a file that was never going to clear.
Checks in order. Stops the moment one fails.

- Phase 1
Identity integrity
PAN, Aadhaar and mobile, with the name matched across documents.
- Phase 2
Credit and liabilities
Score, active credit lines, and defaults inside the last 24 months.
- Phase 3
Income stability
EPF and UAN contributions, current tenure, frequency of job changes.
- Phase 4
Risk evaluation
Scored against your thresholds, not a vendor default.
- Phase 5
Sanction summary
Proceed, Review or Decline — with the reasoning attached.
Checks that run in order, and pause for you.
The agent plans the run, holds at the approval gate when a human should decide, and resumes exactly where it stopped — not from the beginning.
It stops for you. It does not start over.

Verification that crosses borders with you.
One agent, one contract, four markets. India, the United States, Canada and the UAE, without stitching together a vendor per country.
Four markets. One integration.

From raw lookups to a defensible call.
Every run lands as a scored, sourced report your reviewers and auditors can both read — not a wall of raw API responses.
A decision you can defend, not a data dump.

A hundred and twenty-seven checks, under one contract
Not an integration list you have to build against one by one. The agent picks the checks a case needs, and you never see the vendor behind any of them.
One call, however you work
A run is one POST and one read. The same agent answers over REST, over MCP, and in the chat console — one key, one balance, one audit trail.
curl -X POST https://enrich.timble.ai/api/v1/runs \
-H "Authorization: Bearer $ENRICH_KEY" \
-H "Idempotency-Key: order-7841" \
-d '{
"message": "Underwrite Rahul Sharma, PAN ABCDE1234F",
"workflow": "loan-underwriting"
}'
# → 202 { "id": "run_9f3a2c…", "status": "queued" }Put your next case on the desk.
Create a workspace, run one file through the full playbook, and read the report it files.