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.

agntdata Lead APIs
Claim this hireno setup questions · deploys itself
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// onboarding

How setup works

  1. 01

    Claim the hire

    One click opens a setup session preloaded with this hire's full spec — agents, tools, schedules and database schema. Nothing to configure by hand.

  2. 02

    Answer a few questions

    A few short questions about your product, your customers and your channels personalize the hire to your business.

  3. 03

    Your hire deploys itself

    Agents, schedules, memory and hand-off queues are provisioned into your workspace automatically. It starts working on day one — and reports back where you already are.

05// related

Other hires that pair well