superagnt_
// offer letter // teammate
ready to start immediately

GTM Pipeline Daily Digest — read-only morning brief for your agent fleet

Every weekday at 8am, one read-only agent queries your pipeline tables for the last 24 hours, computes find/verify rates, and drops a clean stat block into Slack. You can't tune what you can't see — this is the observability layer for a fleet of GTM agents.

Lead APIs
Claim this hireno questions · deploys on claim
01// what they own

The outcomes on their scorecard

Pipeline health in one Slack message

New jobs, new leads, emails-found rate, verify rate, leads pushed to sequencer — the six numbers that actually matter, refreshed every morning before your team logs in.

Zero-data days are visible

If the scraper failed overnight, all counts come back zero — and the agent still posts. You spot the failure at 8am instead of three days later when a customer asks where their leads are.

Read-only, by configuration

workspace_db is set to `read_only: true`. The agent literally cannot UPDATE or INSERT. The safest agent in your fleet.

Cheapest agent in the pipeline

Six SQL queries + one Slack call + haiku. Costs cents per month to run, even on a daily cron.

02// the motion

How the work gets done

Once you have a scraper, an enricher, and a sequencer all running overnight on different cadences, the natural next question is "did it all work?" — and you don't want to answer that by opening five tables in a SQL client every morning. This agent is the read-only observability layer. It runs at 8am on weekdays, queries the pipeline tables for the last 24 hours of activity, computes derived rates (emails-found rate, verify rate), and posts a single formatted message to Slack. workspace_db is read_only=true so the agent literally cannot write to anything — that's the whole guarantee. It's the smallest agent in the pipeline by design: one model (haiku), one connector tool (Slack), six SQL queries, one message. Pair this with your scraper, enricher, and sequencer to close the observability loop.

You don't see how your overnight pipeline is doing until you go look. This agent makes you not have to look — every weekday morning, the stat block lands in Slack with last-24-hour counts and derived rates. Read-only, so it's impossible for the agent to corrupt anything. One Slack message per weekday morning. That's the whole job.

click a node to inspect
Read-only Mon–Fri morning digest. Six queries, one Slack message.
03// the roster

Your new teammate

01agent

GTM Pipeline Daily Digest

Read-only scheduled agent that runs every weekday morning at 8am, queries the pipeline tables for the last 24 hours of activity, computes find / verify rates, and posts a formatted stat block to Slack. workspace_db is read_only=true. The simplest agent in the fleet.

1 schedule
04// built on

What it runs on

This hire is assembled from the public toolkit. Every piece below is a tool your own agents can call too.

05// onboarding

How setup works

  1. 01

    Claim the hire

    One click. No questionnaire. The brief is already written from your business, and you can edit it before you build if you want to.

  2. 02

    Your hire deploys itself

    Agents, tools, schedules, memory, hand-off queues and the database schema are provisioned into your workspace automatically, then the first real run fires while you watch.

  3. 03

    Hand it the keys it still needs

    You land in chat with your hire and its findings. Anything it still needs is asked for conversationally, whenever you want.

06// related

Other hires that pair well

» build it yourself

Every hire is assembled from the same toolkit.

Same data sources, same database, same memory, schedules and queues. Point your own agent at the MCP endpoint and wire it your way instead.

Wire your own agent