Ingest anything
Email, portals, file drops, APIs and scans. If a person can read it, it can enter a workflow.
WORKFLOW AUTOMATION
Pick a workflow, press run, and watch one record move through intake, classification, review and delivery. The spatial view and the app below it are driven by the same state machine.
INV-40912 · Meridian Supply
Sample record · nothing is connected
Received
Waiting
Extracted
Waiting
Matched
Waiting
Posted
Waiting
Press run to step a sample record through the workflow.
Models read and classify. Rules route and post. Keeping the two apart is what makes an outcome explainable.
Ingest anything
Email, portals, file drops, APIs and scans. If a person can read it, it can enter a workflow.
Classify with evidence
Every decision stores what it saw and why, so an outcome can be explained months later.
Escalate on doubt
Confidence thresholds route uncertain records to a person instead of guessing.
Write back
Results land in the systems you already run, not in another dashboard nobody opens.
Sample series. Illustrates the shape of a rollout, not a measured customer.
4,000 records · $0.11 each
$440
estimated monthly cost
$7,467
handling cost replaced, at 4 min and $28/hr
Everything the interface does is available over the API, because the interface uses the same one.
POST /v1/records
{
"workflow": "supplier-invoices",
"source": "email",
"attachment_url": "https://…/INV-40912.pdf"
}