v1 · 7-day trial · no card

Agents that dothe work,not imagine it.

Pick a trigger, tell Claude what to do, choose where the result lands. Your first working agent in about 90 seconds, no infrastructure. Like a competitor digest in your inbox at 9am, every day.

7-day trial · no card · cancel anytime
/connects-with

Trigger from anything that can send a webhook. Deliver to email, webhooks, and whatever sits behind one:

slackstripenotionlinearsendgridsupabasezapiergithubdiscordpostmark
/spec
live
triggermanual · schedule · webhook
modelclaude · sonnet · opus
actionemail · webhook · log
runsmetered · transparent
/01 — anatomy

Three parts.
Zero glue code.

Pick how it fires. Tell the model what to do. Choose where the result lands.

TRIGGERscheduleCLAUDEsonnet 4.6ACTIONemail
/01step

Trigger

Manual run, cron schedule, or an authenticated webhook endpoint you POST to from anything.

/02step

Intelligence

Claude does the thinking. System prompt + user template with {{trigger.payload.x}} interpolation.

/03step

Action

Email, webhook, log. More coming.

/02 — example

A daily competitor digest, in 90 seconds.

Configure once. The cron handles the rest. Inbox at 09:00 every morning. No webhooks to maintain, no infrastructure to babysit.

  • Cron precision down to the minute
  • Token usage logged per run
  • Retries with exponential backoff
agents/daily-digest.jsonvalid
// agents/daily-digest.json
{
"name": "Daily competitor digest",
"trigger": { "type": "schedule", "cron": "0 9 * * *" },
"model": "claude-sonnet-4-6",
"system": "You write crisp 5-bullet briefings.",
"user": "Top moves from {{trigger.payload.topic}}.",
"action": { "type": "email", "to": "you@co.com" }
}
/03 — use cases

What people actually run.

stripe webhook → email

Churn guard

A payment fails, Claude drafts the save email from the customer's history, it goes out in seconds.

form webhook → email

Lead triage

Every inbound form gets scored and summarized. You read one paragraph, not the whole submission.

cron → email

KPI digest

Each morning Claude pulls your numbers and sends the one-paragraph brief your team actually reads.

webhook → log

Support drafts

Incoming tickets get a drafted reply waiting for review. Your team edits instead of writing from zero.

Ship an agent
before lunch.

Start free
7-day trial · no card · first agent in 90 seconds