AI dispatch intelligence · field service
Squeeze one more job out of every truck, every day.
RoutrIQ assigns the right technician, builds the optimal route, and rebuilds the board in under five seconds when an emergency hits. Runs standalone or bolts into ServiceTitan, Jobber, and Housecall Pro.
Seven engines. One API. One learning loop.
Each engine is a pure TypeScript module — unit-tested, independently replaceable. No engine imports another. Composition happens at the API layer.
Assignment
Scores every technician against every job on five factors. Explainable. Weights are versioned and pinned to every decision.
Routing
Greedy insertion with time windows. Sub-second for a daily board. LRU-cached distance matrix to control map API spend.
Emergency Rerouting
Priority one job arrives. Board rebuilds in under five seconds. Displaced jobs get new owners and customers get notified.
Prediction
Rolling mean and variance per technician per skill. Falls back to skill-level prior, then job estimate. Welford's algorithm online.
SLA Risk
Flags jobs that will probably miss the window before they do. Logistic model over driving slack, day load, and technician variance.
Simulation
Add a truck, shift windows, close a territory. Get the projected throughput, on-time rate, and revenue delta in seconds.
Learning
Nightly retrain on ninety days of outcomes. Grid perturbation around current weights, bounded step size, versioned history.
Audit trail
Every assignment persists scoring inputs, predicted duration, delay risk, and weights_version. Replayable forever.
Integrations
Normalized internal job model. ServiceTitan REST, Jobber GraphQL, Housecall Pro REST. Adapters, not dependencies.
Explainable by design
Every assignment carries a reason.
Not a black box. Not a prompt. A deterministic score built from five weighted factors, with the weights version pinned to the decision. Any assignment can be replayed against the exact inputs that produced it.
See the decision trail{
"technicianId": "tech_taylor",
"score": 94.2,
"rank": 1,
"reason": {
"skill_match": 1.0,
"distance_score": 0.95,
"priority_weight": 1.0,
"performance": 0.96,
"availability": 1.0,
"predicted_duration_minutes": 88,
"delay_risk": 0.08
},
"weightsVersion": 14
}Watch it assign a full board.
Five jobs. Five technicians. Every assignment scored on skill, distance, priority, performance, and availability. The whole board in under five seconds.
| Customer | Priority | Skills | Status | Assigned tech | Score |
|---|---|---|---|---|---|
| Cedar Park School | Emergency | HVAC | unassigned | — | — |
| Westlake Residence | High | Plumbing | unassigned | — | — |
| Northside Clinic | High | Electrical | unassigned | — | — |
| South Austin Retail | Normal | HVAC | unassigned | — | — |
| Round Rock Office | Normal | Plumbing | unassigned | — | — |
"Dispatchers stopped triaging the board and started running the day."
— Operations lead, 42-truck HVAC company
"Rolled out the ServiceTitan bolt-on in an afternoon. Drive minutes dropped the next day."
— General manager, regional plumbing chain
"The audit trail on every assignment was the deciding factor for our enterprise rollout."
— VP operations, commercial field services
Simple, transparent pricing.
Per-technician seat. No platform fees. Cancel or scale any time. All plans include a 14-day free trial.
- Assignment engine with skill + geography scoring
- Real-time SLA risk alerts
- ServiceTitan, Jobber, or Housecall Pro integration
- Weekly learning loop (non-personalized priors)
- Audit log with 90-day retention
- Email support, business hours
- Everything in Starter
- Per-tenant scoring model with weekly updates
- Multi-integration (combine ServiceTitan + Jobber + Housecall Pro)
- Duration predictor with learned priors
- What-if simulation engine
- Webhook delivery to internal systems
- Audit log with 2-year retention
- Priority support, 4-hour first response
- Everything in Growth
- SAML SSO + SCIM provisioning
- MFA enforcement, IP allowlisting
- Customer-managed encryption keys (AWS KMS / GCP KMS / Azure Key Vault)
- HIPAA-eligible configuration with BAA
- Dedicated Supabase project and edge region
- Custom scoring weights tuned quarterly with your ops team
- 99.95% uptime SLA with financial credits
- Named CSM, 1-hour priority response, quarterly business review
Ready to look under the hood?
OpenAPI spec, security posture, and the full decision model are linked below. API keys by request.