Developer-first workflow automation

Automate. Customize. Control.

Make every workflow flow your way.

Write TypeScript actions, connect any API, and run on webhooks or schedules. Powerful operations tooling without the enterprise tax.

Starts at $20/monthFlat monthly pricingSecure sandbox

Lead enrichment flow

Webhook · Active

Healthy
action.ts
export default async function handler({ payload }) {
  const contacts = await hubspot.client.crm.contacts
    .basicApi.getPage(100)

  for (const contact of contacts.results) {
    const score = await http.get(
      `https://api.example.com/score/${contact.id}`
    )
    console.log(`${contact.id}: ${score.data.value}`)
  }
}

99.8%

Success

184ms

Median

12.4k

Runs

Everything you need

Replace expensive Operations Hub subscriptions with a focused, developer-friendly tool.

Custom Code Actions

Write TypeScript with full HubSpot SDK access. Trigger via webhook or cron. Full autocomplete in the editor.

Any Connected App

HubSpot native connector plus generic HTTP for any API. Store keys securely with XChaCha20 encryption.

Scheduled Execution

Cron expressions for recurring jobs. Advanced schedules with timezone support, business-day skipping, and jitter.

Sandboxed Runtime

Code runs in isolated gVisor containers. Network allowlists, read-only filesystems, and no cold starts.

Instant Deploy

Save and activate. No build step, no container registry. Version history and one-click rollback included.

Flat Pricing

Plans start at $20/mo. Per workspace, not per seat. No usage credits or surprise overages.

Simple, predictable pricing

No per-seat fees. No usage credits. Just flat monthly plans.

Starter
$20/mo

Essential automation for focused teams.

  • 1 action
  • 5 runs / month
  • 30s timeout
  • 1 connected app
Most popular
Pro
$65/mo

Unlimited power, predictable cost.

  • Unlimited actions
  • 50,000 runs / month
  • 60s timeout
  • Unlimited connected apps
  • Recipes & chaining
  • Slack alerts
Enterprise
Custom

For large teams needing scale.

  • Unlimited actions
  • Unlimited runs / month
  • 5min timeout
  • RBAC & Audit Export
  • Custom SLA