Skip to content
Lio AI Assistant
Revo for IT & Platform Teams

Durable execution. Auditable runs.Governance built in.

Every workflow runs on Temporal.io — distributed execution, automatic retries, full state recovery, and step-by-step logs persisted in the database. Workflow steps that fail aren't lost. Workflows mid-run survive deploys. Every connected app is JWT-authenticated. Every execution is auditable. Local fallback engine kicks in if Temporal is unavailable.

Platform Health

Temporal status
OK
Workers online
24
Connected apps
186
Executions (24h)
42K
P95 latency
340ms
TMP

Temporal cluster · primary region

24 workers · 14 task queues · 0 backlog

HEALTHY
AUD

Audit log · workflow_executions table

Every step preserved · queryable by user/time

PERSISTED
JWT

Auth · all internal app calls

Lio, Taro, Sigi, Inzo, Evox · runtime JWT

VERIFIED
FBK

Fallback engine · local executor

Kicks in if Temporal unavailable · auto-route

STANDBY
0+External apps via Pipedream
0Native WorksBuddy apps
Temporal.ioDurable execution engine
The platform reality

Automation belongs everywhere.
Governance lives nowhere.

01

Shadow Zaps proliferate

Every department has signed up for their own Zapier. Three hundred Zaps run across the company. Nobody knows which ones move sensitive data. Nobody knows which ones still work. The audit asks "list your data flows" and you can't.

02

Failures are invisible until consequential

A workflow fails silently. Marketing finds out a week later when leads stop arriving. Finance finds out a month later when invoices weren't sent. The platform layer that should surface this surfaces nothing because it doesn't exist.

03

No DR plan for the integration layer

Your accounting tool depends on Zaps to receive Stripe data. Zapier has a 3-hour outage. Three hours of payments unposted to your ledger. The customer call asks where the GMV went. You don't have an answer.

Revo gives IT what it needs. One platform. Audit trail. Durable execution. Fallback engine.
How IT teams work on Revo

Automation at scale.With the controls you require.

Temporal.io as the execution backbone

Temporal.io as the execution backbone

Every workflow run is distributed across worker pools. Failed steps retry with backoff. State persists at every checkpoint. Deploys don't kill mid-run workflows. The infrastructure-grade reliability you would have built — Temporal already did, in code that's used by Snap, Stripe, and DoorDash.

  • Temporal.io distributed execution
  • Automatic worker scaling
  • Local fallback engine for DR
Full audit trail, queryable

Full audit trail, queryable

Every execution writes rows to workflow_executions and execution_logs. Every step's input, output, and timing preserved. Queryable by user, by workflow, by time, by status. The "what flows of data exist across our org?" question gets a SQL answer, not a guess.

  • Persistent execution_logs table
  • Per-step input, output, and timing
  • Queryable for compliance evidence
Auth and connector governance

Auth and connector governance

Internal WorksBuddy apps authenticate via runtime JWT tokens — one secret per app, all rotatable. External apps go through Pipedream Connect with the user's OAuth account. Custom apps from the Developer Console get client_id, client_secret, jwt_secret. Webhooks HMAC-verified at the edge. Every workflow has a clear connector boundary.

  • Per-app JWT secrets, rotatable
  • Pipedream-brokered OAuth for external
  • HMAC verification on inbound webhooks
How IT teams use Revo

Three things the platform team opens first.

01

Platform health at a glance

The platform health view shows Temporal worker count, task queue backlogs, P95 latency by workflow, success rates per integration, and failed-step alerts. When something breaks, you know about it before the affected team does. Slack alerts route to the on-call.

Health DashboardPer-workflow MetricsAlert Routing
Health Dashboard
What IT teams measure

Numbers fromplatform operators.

Procurement asked for our list of integration data flows for the SOC 2 audit. I ran two SQL queries against the execution_logs table and exported the answer. The work I'd budgeted three weeks for took ninety minutes.

— Head of IT, Mid-market SaaS

0+

External apps governable

0

Native WorksBuddy app integrations

0

Condition operators in branching

0.0%

Workflow execution success rate

Built for every IT setup

Centralized, federated,
or somewhere in between.

Centralized IT

Centralized IT

Your team owns all workflows. Teams request, you build. Revo is the standard. Governance is consistent because the platform is consistent.

Federated Automation

Federated Automation

Departments build their own workflows. You set the guardrails — which connectors are approved, who can access secrets, what data can flow. Revo enforces.

Compliance-Bound Industries

Compliance-Bound Industries

Financial services, healthcare, public sector. Audit chain on every execution. JWT-authenticated internal calls. HMAC-verified webhooks. Evidence built in.

Multi-Region Operations

Multi-Region Operations

Temporal clusters per region. Local fallback per region. Data residency by workflow. Cross-region replication for global workflows.

Platform team questions

What IT leads ask before they bless an automation platform.

Three things. First, Revo is the native automation engine inside the WorksBuddy suite — Lio, Taro, Sigi, Inzo, and Evox are first-class apps with full trigger and action surfaces, not third-party connectors. Second, every workflow runs on Temporal.io for durable execution, automatic retries, and full state recovery — Zapier silently fails, Revo doesn't. Third, you get 1000+ external apps via Pipedream Connect plus a Developer Console to register your own apps, so you're not stuck waiting for a connector to ship.
Not yet. The OpenAI SDK is wired into the codebase as a foundation, but AI features are not active in the platform at this time. On the roadmap: workflow generation from plain-English descriptions, AI-suggested next step nodes while building a workflow, and AI-powered error explanations on failed executions. We'll ship these when they're real, not before.
Four kinds. Webhook triggers from GitHub, Stripe, Slack, Shopify, GitLab, or any custom source — with HMAC signature verification on inbound payloads. Pipedream app triggers for 1000+ external apps (Gmail new email, GitHub new commit, Google Sheets new row, etc.). Internal app triggers fired directly from Lio, Taro, Sigi, Inzo, and Evox. And manual triggers for workflows run on demand by clicking a button. Each trigger comes with the full event payload available in variable interpolation downstream.
Every workflow runs on Temporal.io. Steps are distributed across workers. Failed steps retry automatically with exponential backoff. Workflows mid-run survive deploys because state is persisted at every checkpoint. If Temporal itself is unavailable, a local fallback engine takes over so nothing stops. Each step writes a row to the execution_logs table for full audit and replay. Workflow runs can be aborted, paused, or resumed mid-flight from the UI.
Yes. The Developer Console lets any third-party app self-register with Revo. Each registered app gets a client_id, client_secret, and jwt_secret to authenticate. Developers define their own triggers (events the app emits) and actions (operations Revo can invoke). Once registered, the app appears as a first-class building block in the visual workflow builder — anyone in your org can use it in workflows alongside Lio, Taro, and the 1000+ external apps.
Both. The primary surface is a drag-and-drop visual builder — pick a trigger, add action nodes, wire data between them with variable interpolation ({{trigger.data.field}}), add IF/ELSE conditions with 14 operators, test each step against real APIs before saving. For developers, every workflow can be exported as JSON, version-controlled in git, and re-imported in another environment. Long-lived API tokens let you trigger workflows programmatically. The visual builder and the JSON are equivalent — pick the right surface for the right job.
Three patterns. Internal WorksBuddy apps (Lio, Taro, Sigi, Inzo, Evox) authenticate via runtime JWT tokens minted per workflow step — every app has its own secret. External Pipedream apps authenticate via the user's connected OAuth account, brokered through Pipedream Connect. Custom apps registered through the Developer Console authenticate with their own client_id/client_secret/jwt_secret. Webhook payloads are HMAC-signature-verified at the edge before any step runs.

Replace ten Zapier accounts with one platform.

See Temporal-backed execution, audit-grade logging, and connector governance in a 30-minute demo.

Revo · AI workflow automation

Describe the workflow, Revo builds it across 1,000+ apps.

Write an automation in plain English and Revo connects your tools, then sends AI agents to take action while you sleep.

1,000+
app integrations
99.9%
workflow uptime
0
lines of code to build
10x
faster than manual
Worksbuddy© 2026 Worksbuddy