What is Palatine
Palatine is an RPA control room. Your team builds automations in a web app, runs them unattended on Windows devices, and reads in plain words what each run did and why.
The pieces
Palatine is five programs. You work in the first one; the others do the work on each device.
| Piece | What it does | Where it runs |
|---|---|---|
| The room (Jupiter) | The server and the web interface: the editor, runs, schedules, devices, Insights, users, the Vault and the audit trail. | On a server. You use it in a browser. |
| The agent (Mercury) | A Windows service that takes work from the room, runs it, and reports back. A tray icon shows the person at the computer what is running. | On each Windows device. |
| The browser extension (Janus) | Lets the agent read and drive web pages in Chrome and Edge: capture an element, click, type, read a table. | In Chrome or Edge on the device. |
| The step engine and packages (Minerva) | The steps an automation is made of, as versioned packages: files, Excel, email, databases, REST, PDF, windows and more. | Inside the agent. |
| Capture and self-healing (Clio) | Captures the screen or web element a step acts on, finds it again when the screen changes, and turns a recording into steps. | Inside the agent. |
How they connect
AI first, reliable, fast
AI first. AI is part of the daily work, and a person can always see and undo what it did.
- When a step's element has moved, the run heals it and carries on. The fix waits under the automation's heals until a person applies or dismisses it.
- An AI step carries out an instruction on the screen, checks its own work, and stores the actions it took, so later runs replay them without asking a model.
- A recording of clicks, typing and a spoken narration becomes steps.
- The KPI builder reads recent runs and proposes the business numbers worth tracking. Nothing is saved until a person adds it.
Reliable. Releases are signed. Each room serves its devices the exact agent version its release pins. Every change is written to the audit trail. A run page says first what happened, then shows every step beside the screen recording.
Fast. The Dashboard answers in seconds: what needs a person, what is running, which devices are online and what is queued. The editor is built for the keyboard: every row reads as a sentence, / adds a step and Ctrl Enter runs.
Coming from Automation Anywhere
Palatine covers the work a team does in Automation Anywhere, in its own words. The room imports Automation Anywhere config and event XML files, and many packages follow the Automation Anywhere package of the same name, action by action. Concepts and words maps one set of words to the other.
Read next
- Try the demo: the real interface over a fictional company's data.
- Concepts and words: tasks, processes, drafts, releases, devices and KPIs.
- Getting started: from your first sign-in to a scheduled automation.
- Security and privacy: how devices connect, what is signed, what the AI sees.
- Release notes: the current versions and what changed.