Get started free
Automate

Agents that start themselves — on a schedule, or an event.

An automation wakes an agent under permissions you set: a push, an alert, a payment, an email, a chat message, or plain cron. A guard command you write decides whether each wake runs, and every run is a fresh session you can watch.

Push
GitHub · GitLab
Alert
Sentry
Payment
Stripe
Email
IMAP
Message
Discord
Schedule
cron
A fresh agent session

Its own transcript, its own worktree, the same review before anything lands.

  • push, alert, payment, email, chat or cron
  • a command you write vets every wake
  • each run its own transcript and worktree

A persona with permissions, not a free-for-all

Each automation runs as an agent persona you've configured — which model, which tools, how much it may do unattended. The guard command runs first and can veto the wake before a single token is spent.

  • Wake on a GitHub push, a Sentry alert, a Stripe payment, inbound email, a Discord message, or cron
  • The guard is your code: it decides, per event, whether this one is worth an agent

Watch every run land on the board

A woken agent appears on your fleet board like any other — its own card, its transcript, its diff, the same review before anything lands. The nightly dependency audit arrives that way, already waiting when you get in.

acme-shop · /agents
The intentic fleet board: an Attention lane with an agent asking a question and one blocked on a land conflict, an Active lane with three agents running, and a Finished lane where a completed agent offers Land now. Every card shows model, branch, tokens, cost and diff stats.

One run can wake the next

An automation can finish by starting another, so a chain of specialists hands work down the line — triage wakes the fixer, the fixer wakes the reviewer — each a fresh session with its own transcript.