Run when it matters.
Manual, scheduled, webhook, conditional.
Cron schedules with timezone-aware precision. Webhook endpoints with HMAC signature verification. Manual one-off runs. Conditional triggers fired by upstream data. Pause for human approval at any step, resume by Slack reaction or email click. Every run logged, every input replayable.
Scheduling that doesn't pretend production is easy.
Verified webhooks. Predictable runs.
What runs after the trigger
Frequently asked
Manual (run now), Scheduled (cron expressions, timezone-aware), Webhook (HTTPS endpoint with HMAC signature verification), and Conditional (run when an upstream data node returns matching results).
Cron-style scheduling with minute-level precision, timezone aware. Common patterns (hourly, daily 9am, weekly Mon, monthly first) are presets in the UI. Custom cron expressions are supported for anything more specific.
Every webhook endpoint gets a unique HMAC secret. Incoming requests must include a valid X-Agent-Signature header computed from the secret and the request body. Failed verification rejects the run before any node executes.
Yes. Every run is logged with full input, output, and node-level execution trace. Replay any historical run with the same input or modified input; useful for debugging, regression testing, or recovering from a downstream failure.
Trigger your first agent
Book a strategy session and we'll wire up a scheduled or webhook-triggered agent on your data.