Skip to content
WorksBuddy

Think bigger · Run lighter.

Trigger

Trigger any workflow
from anywhere, securely

A full REST API for triggering workflows. Custom scoped tokens, IP and domain allowlisting, signature verification, encryption at rest.

Trigger
How it works

From external system to triggered workflow in 4 secure steps

Generate a token with exact scopes. Allowlist source addresses. Every request is authenticated and logged.

1

Long Lived Tokens

Generate a token with the exact scopes

Open the API settings and create an access token for the integration. Pick exactly the scopes it needs: read specific workflows, trigger a category, or full access. Tokens are long lived; rotate or revoke anytime.

  • Long Lived Tokens
  • Custom Scopes
  • Least Privilege
  • Rotate Independently
2

Network Allowlisting

Allowlist IP addresses and domains

Configure which IP ranges and domains can use each token. The production integration gets allowlisted with its ranges, the partner service with theirs, dev with the office. Tokens from elsewhere are rejected.

  • IP Allowlisting
  • Domain Allowlisting
  • Per Token Scoping
  • Leak Resistant
3

REST API Endpoints

Trigger workflows programmatically

The REST API exposes endpoints for triggering any workflow from any external system. Send a request with the payload, the platform validates token and scope, the workflow fires, the response returns the run ID.

  • REST Endpoints
  • Programmatic Triggers
  • Run Tracking
  • Predictable Responses
4

Multi Layer Security

Secured end to end at every layer

Every incoming webhook gets signature verification, so events that did not come from your source are rejected before any workflow runs. Rate limiting protects downstream systems; secrets are encrypted at rest.

  • Signature Verification
  • Multi Layer Rate Limits
  • Encryption at Rest
  • Audit Logged
Why Teams Choose REVO

Six reasons security teams approve quickly

With a REST API, scoped tokens, allowlisting, webhook signatures, rate limits, and encryption, security becomes routine.

Who uses REVO API & security
Deepak MehrotraDeepak MehrotraDeepak MehrotraDeepak Mehrotra

7600+

Teams integrating with
Revo through the secure REST API

Built for teams who treat security as a feature, not an afterthought

Platform engineering teams, security teams, infrastructure leads, automation engineers, and founders selling into regulated industries use Revo's REST API and security layer.

REST

API

Custom

Scopes

Encrypted

at Rest

Network

Controls

API Surface

REST endpoints, tokens, scopes

A full REST API for triggering workflows, listing and managing them, retrieving runs and logs, handling webhooks. Long lived tokens with custom scopes give each integration what it needs.

Features

Everything the API and security layer ships with

A complete API and security toolkit. REST API, scoped tokens, allowlisting, signatures, rate limits.

Full REST API

REST endpoints for triggering any workflow, listing and managing workflows, retrieving runs and logs, and configuring webhooks.

Long Lived Tokens with Custom Scopes

Generate long lived tokens with the exact scopes each integration needs: read, trigger, or full access. Each rotates on its own.

IP and Domain Allowlisting

Configure which IP ranges and domains can use each token. A leaked credential is no longer enough the caller must be in the right place on the network.

Trusted Signature Verification

Every incoming webhook is verified against the signed signature before any workflow runs. Fake events get rejected at the door.

Multi Layer Rate Limiting

Rate limits at the API layer protect the platform from runaway clients. Workflow layer limits protect downstream systems.

Variable Encryption at Rest

Every variable, secret, and credential is encrypted at rest with workspace keys. The compliance question gets a clear answer.

Questions & Answers

Everything you need to know

Common questions about REST endpoints, token scopes, allowlisting, webhook signatures, and encryption.

What does the REST API actually expose?

The REST API exposes every standard operation a team integrating with Revo could need: triggering any workflow with a payload, listing all workflows, fetching run history, retrieving full execution logs, managing webhook destinations, querying the analytics metrics that drive the dashboard, and managing tokens and allowlists. Every endpoint follows REST conventions with predictable patterns and consistent error handling.