01
Ingest
IMAP fetch from Gmail, MIME parsing, PDF attachment text extraction, and deduplication into a durable ticket store.
TL;DR
Built for wealth-management and private-banking client-service teams.
InboxOS sorts, routes, and drafts responses to routine client email automatically, so your relationship managers spend their time on judgment calls instead of triage. Every outbound reply waits for a person to approve it.
Under the hood: a nine-agent LangGraph pipeline, single-tenant Docker on your infrastructure, RBAC, and an append-only audit log.
Product scope
The problem
Wealth-management and private-banking desks take in a flood of unstructured client email. Every message carries compliance risk, missing context, and an SLA clock, and it all lands on your senior staff first.
Built for private-banking and wealth-management support desks, where every email is a compliance artifact.
How it works
Your team stops sorting mail by hand. InboxOS watches your Gmail inbox, classifies every message, and hands staff structured, ready-to-work tickets.
01
IMAP fetch from Gmail, MIME parsing, PDF attachment text extraction, and deduplication into a durable ticket store.
02
A LangGraph pipeline scores sentiment, classifies intent, extracts required fields, and assesses risk. Every step is logged as it runs.
03
The Decision Engine assigns each email to autonomous or human-review queues based on configurable confidence and risk rules.
04
Staff review, edit drafts, assign owners, and send replies. Every action is recorded in an append-only audit log.
Day in the life
A wire-transfer request shows how ingest, AI analysis, human review, and audit logging fit together. Nothing goes out on its own: staff approve every outbound message.
“Please move $250,000 from our Family Trust account to the brokerage account before month-end.”
Arrives in your monitored Gmail inbox like any other client message.
IMAP fetch, dedupe, and the nine-agent pipeline run. Sentiment is scored and the intent is identified as Transfers from the Wealth Management pack.
Required fields populate: Amount ($250,000), Source Account (Family Trust), Destination Account (Brokerage). Any field the client left out, such as the settlement date, is flagged rather than guessed.
High intent risk sends the ticket to the Human Review Required queue, even when confidence is moderate. The Decision Engine applies the rules your compliance team configured.
Staff verify the extraction, edit fields, review the author-agent draft if one is needed, and send explicitly. Every hop is logged in the Agentic AI Timeline.
For your technical team
A single prompt cannot show its work. InboxOS runs each email through a LangGraph state machine of nine specialized agents, so every classification decision is separable, individually versioned, and logged hop by hop. That is what makes the output auditable instead of a black box.
Entry
Sentiment Analysis
Urgency score 1 to 10
Classify
Classification
Pack-defined categories
Intent
Intent Agent
Sub-intents with confidence
Fallback
Miscellaneous
Out-of-taxonomy mail
Router · dashed paths
Orchestrator
LLM ReAct loop that routes between agents until Watch Tower
Context
History Agent
New, follow-up, or duplicate
Extract
Extraction Agent
Structured required fields
Draft
Author Agent
Clarification drafts that a human sends
Score · feeds Decision Engine
Watch Tower
Priority, risk, and confidence
Every hop is logged in the Agentic AI Timeline, including prompt versions, parsed outputs, and routing triggers, so compliance and ops teams can reconstruct why a ticket landed where it did.
Platform
Your supervisors get the views they already expect. A React queue UI on top of a Flask API delivers role-aware queues, structured extraction, and analytics your team can act on.
Autonomous, manual review, and no-action queues with filters, assignment, and ticket ageing.
Required fields per intent, editable in place. Human edits flip touchless validation off.
Author agent proposes clarification emails. Staff review and edit before send.
JWT auth with role permissions. Assign tickets to RM, support, CSA, or escalation owners.
Volume, sentiment, ticket ageing, and queue throughput, export-ready for ops reviews.
Append-only audit log, job-run history, and admin triggers, so every sensitive action is recorded.
Decision engine
You decide how much the AI is allowed to close on its own. The Decision Engine checks each ticket's confidence and risk against rules your compliance team sets, then sends it to the autonomous or the human-review queue. Touchless never means unsupervised.
Thresholds live in config, not in the code, so your compliance team sets the bar.
IF confidence ≥ 7
AND intent_risk == "low"
THEN → Autonomous queue
ELSE → Human review queue
Autonomous tickets close without manual handling, but outbound email always passes human review before send. High-risk or low-confidence work stays in the human-in-the-loop queues with full agent logs attached.
Autonomous queue
Human review queue
Industry packs
Your desk's intents, prompts, risk matrices, and required fields ship as versioned YAML packs. Adapting the pipeline to a new taxonomy means swapping a pack, not rewriting agents.
Shipped
Private banking and wealth-management support desks, with 4 categories, 13 intents, and versioned prompts.
Your industry could be next
The core platform is industry-agnostic. New verticals are configured into a pack, not assumed out of the box. Insurance, legal, and healthcare are on the roadmap.
Security & data
Plain answers, no marketing gloss. Forward this section or download the one-pager for your review committee.
Email bodies and attachment text are processed by the LLM provider you configure (OpenAI via API today) to classify intent and extract fields. Messages are sent through the provider’s API and, under standard OpenAI API terms, are not used to train public models. All classification results, extracted fields, and agent logs are stored in your deployment’s database (SQLite by default; PostgreSQL on roadmap).
No in the current release. The author agent may draft clarification emails when required fields are missing, but outbound send requires explicit staff action in the queue UI. feature_flags.autonomous_send ships off by design.
Every agent hop is logged in the Agentic AI Timeline: orchestrator routing triggers, parsed LLM outputs, and the prompt versions used per run. Sensitive UI actions (assignment, send, admin triggers) append to an immutable audit log.
JWT authentication with role-based permissions gates queue views, ticket edits, sends, and admin surfaces. Roles include Relationship Manager, Support Professional, Client Service Associate, Escalation Specialist, and admin, each mapped to specific API permissions.
Today it is Docker single-tenant: one organization per instance on your infrastructure. Email credentials and API keys resolve through configurable secret refs, not source code. Multi-tenant SaaS is roadmap, not current product.
Gmail via IMAP ingest and SMTP send. Outlook and additional connectors are on the roadmap and not claimed as shipped. SSO and enterprise identity are also roadmap items.
The wealth-management launch runs as a limited design-partner pilot. InboxOS is deployed single-tenant on your infrastructure, the Wealth Management pack is tuned to your desk's intents, and human approval before send stays on throughout. In return, we ask design partners for regular feedback and input into the roadmap. Commercial terms are scoped per partner during the pilot walkthrough.
Enterprise readiness
JWT authentication with permission-gated routes. Roles map to queue actions, admin jobs, and audit access.
Auth events, assignment changes, and sensitive ticket actions recorded immutably for reconstruction.
Deploy on your infrastructure today, one organization per instance. Multi-tenant SaaS is roadmap, not current product.
AI drafts; people approve. No unsupervised client-facing replies in the current release.
Who it's for
Customers interact by email only. Your staff work tickets in InboxOS, with views tuned to how each role operates.
Relationship Manager
Review high-touch threads, approve drafts, and keep context on complex portfolios without re-reading entire chains.
Support Professional
Work manual-review tickets with pre-extracted fields, suggested intents, and clarification drafts ready to edit.
Client Service Associate
Route routine account and document requests through structured workflows, with less copy-paste from old threads.
Escalation Specialist
Prioritize by sentiment and intent risk, override AI extraction, and assign ownership when cases cross desks.
Pilot program
Walk through ingest, the nine-agent pipeline, and human-review queues with your compliance and ops stakeholders. Gmail integration ships today; additional connectors are on the roadmap.
Typical pilot walkthrough: 30 minutes · ops and compliance welcome · response within 1 business day
We copied your message to the clipboard. Paste it into an email to sam@autonomex.ai, or use the button below if your mail app is configured.
Expect a reply within 1 business day.
Prefer email directly? sam@autonomex.ai