Migrating off spreadsheet-driven automation
A phased path from Apps Script and Google Sheets to a centralised pipeline, without a big-bang cutover or a support outage.
ReadResources
Implementation guides, migration playbooks, and the architectural detail behind the decisions the platform makes on your behalf.
A phased path from Apps Script and Google Sheets to a centralised pipeline, without a big-bang cutover or a support outage.
ReadHow to write approved answers, internal actions, and do-not-say rules that produce drafts staff actually send.
ReadRun the pipeline beside your current process, compare every decision, and set the agreement threshold before going live.
ReadWhy three outcomes beat a satisfaction score, and what to do with the second consecutive Not Resolved.
ReadThe dedupe keys behind every channel, and why checkpoint advancement is not a deduplication strategy.
ReadThe match ladder, what happens on an ambiguous result, and how manual review feeds back into the directory.
ReadSecurity
Isolation added later is isolation that leaks. Admin Shortstop treats the organization boundary as a database-level constraint, not a filter someone might forget to write.
Request the security overviewEvery record carries an organization ID, enforced at the database layer with row-level security rather than in application code alone.
Provider credentials live in a managed secret store and are referenced, never copied into the database, logs, or source control.
Inbound webhooks are signature-verified with constant-time comparison, and replay is prevented by the same idempotency keys used for deduplication.
Mutations and support access are recorded with actor, correlation ID, and before/after state. Support access is time-boxed and requires an admin grant.
Operations plans include a named contact and a shared escalation channel. Failures reach us before they reach you.
Contact supportIngestion, processing, and each connected provider reported independently, with incident history.
Status page coming with general availability
What shipped, what changed in decision behaviour, and what is deprecated — published for every release.
View the product