InTouch AI vs Microsoft Power Automate — Comparison Sheet

From Individual to Enterprise — One Platform, Every Scale
The short version: InTouch AI is one artifact you install anywhere, with no tenant and no licence matrix to decode. Microsoft, Google, AWS, Oracle, SSH and eleven databases are in the box, not an upgrade — the heavy ERP and HCM connectors (SAP, Workday, NetSuite, Essbase, TM1 and their kind) are separately licensed, and we would rather say so up front. Power Automate is deeply woven into Microsoft 365 — which is its strength inside that world and its constraint everywhere else.

Overview

InTouch AIMicrosoft Power Automate
What it isAutomation platform with a built-in agentic AI assistant. Runs on your own machine, from a laptop to a Raspberry Pi to a server.Microsoft's automation service for flows across Microsoft 365 and connected apps, plus Windows RPA.
Who it is forOne person with a to-do list through to a Fortune 500 IT floor — technical or not. The assistant is the way in.Organisations already standardised on Microsoft 365, usually with IT involved in licensing.
Where it runsYour hardware, your network. Nothing has to leave the building. Also fine in a cloud VM if you want one.Microsoft's cloud. An on-premises data gateway reaches local data; the flow engine still runs in their cloud. Desktop flows (RPA) do run locally on Windows.
How you payPersonal Edition free forever, no per-run charge at any volume. Paid editions are licences, not meters.Per user, or per process/flow, with premium connectors and AI Builder priced separately.

Workflow Design & Tools

InTouch AIMicrosoft Power Automate
How automation gets builtDescribe it in plain English and the assistant builds it. Or write IML directly. Or both — edit what it wrote.Designer UI, or Copilot from a prompt. Expressions use Power Fx / WDL.
What the automation ISIML — plain JSON you own. Diff it, review it in a pull request, commit it, carry it to another install.A flow definition inside your tenant, exportable as a solution/ZIP for other Power Platform tenants.
Adding a capability that does not exist yetImplement one interface, drop in a JAR, and it hot-loads without restarting. It arrives already scheduled, credentialed, retried, logged and alerted.Author a custom connector (OpenAPI) — premium licensing applies to those who use it.
Configuration screens for your own toolsThe Schema Designer renders a tool’s entire configuration form from its schema — including tools you wrote yourself. Nobody writes UI code per tool.Connector definitions render in the flow designer.
Reach beyond SaaS APIs35 tool types in the free download: 11 SQL databases, SSH, FTP/SFTP, rsync, HTTP, AWS (the entire CLI v2), Google Workspace, OS/spawn, runtime environments, messaging, skills, and the AI family (Anthropic ×5, OpenAI, Gemini, Mistral, DeepSeek, xAI, OpenRouter, Ollama, embeddings, vector store, speech, images). Essbase and TM1 bring it to 37 once licensed. Docker, Git, Excel, PDF, LDAP, MongoDB, Cassandra and thirty more install from the Hub in one click.Broad connector catalogue; on-premises data via the gateway. Shell and file-level work is Windows RPA territory.

Scheduling & Triggers

InTouch AIMicrosoft Power Automate
Scheduling7 native schedule types, plus file triggers, folder triggers and AI-condition triggers.Recurrence trigger, plus a large set of event triggers across Microsoft services.
Reacting to a file landing on diskFirst-class. A trigger watches a path or folder, with a settle timer so it does not fire on a half-written file.Local folders via a desktop flow on Windows, or cloud storage connectors.
Stopping two runs collidingCollision detection and exclusive locks, so a long run cannot trample the next one.Concurrency control settings on a flow.

AI Capabilities

InTouch AIMicrosoft Power Automate
Where the AI sitsInside the engine. The assistant builds tools, workflows, credentials, schedules and monitors, runs them, reads the logs and fixes what broke.Copilot drafts flows; AI Builder adds models. Both are priced separately.
Choosing your own model8 providers — OpenRouter (one key, 367 models), Anthropic, OpenAI, Gemini, Mistral, DeepSeek, xAI, and Ollama for fully local.Azure OpenAI and AI Builder within Microsoft.
Running with no AI at allFully supported and common: AI authors the workflow once, then it runs forever with no model in the execution path and zero AI cost per run.Same.
Cost of AI over timeZero per run once authored, because the artifact is deterministic. You can also watch spend by provider, model and project.AI Builder credits on every run.

Security & Access Control

InTouch AIMicrosoft Power Automate
Where your credentials liveAn AES-256 vault on your machine. The assistant can USE a credential to do work without the secret ever entering its context.Stored as connections in your Microsoft tenant.
Whether your data leaves the buildingIt does not have to. Run every step locally, with a local model if you want, and nothing crosses the network.Runs in Microsoft's cloud; the gateway brokers access to local data.
Audit trailEvery action attributed and timestamped; every run keeps inputs, outputs and result code — in the free edition, not a tier. Both are readable by the assistant.Run history, plus tenant auditing through Purview.
Granting access to individual capabilitiesCapability grants: allow or deny individual tools, AI providers, skills — and the assistant itself — per user or per group. Deny-by-default, enforced where a user reaches for the capability: listing tools, adding one to a workflow, running a skill, opening the assistant. (Enterprise; Department governs objects through roles.)DLP policies, environments and Managed Environments (premium).

Deployment & Infrastructure

InTouch AIMicrosoft Power Automate
What it takes to installOne JAR with an embedded database. About five minutes. A Raspberry Pi 5 is enough.Nothing for cloud flows; Windows machines for RPA, plus a gateway for local data.
If the vendor disappears tomorrowIt keeps running. It is on your hardware, and the automation is JSON you already have.Tied to your tenant and its licensing.
Air-gapped or regulated environmentsSupported. No outbound dependency, and a fully local model if AI is required.Constrained; cloud dependency remains.

Summary: When to Choose What

Choose InTouch AI when…Choose Microsoft Power Automate when…
You are not a Microsoft-only shop; you want automation that outlives a tenant or a licence change; you need Oracle, SSH or eleven databases as first-class citizens (Essbase and TM1 too, under their own licence); or you want the automation itself to be a portable file rather than a tenant asset.If you live in Microsoft 365, nothing integrates with Outlook, Teams, SharePoint and Dataverse as tightly. Power Automate Desktop is also a serious Windows RPA tool, which is a category InTouch AI does not compete in at all.