The Cold Outbound Engine for AI Agents

Give your agent an inbox API.
We make it an outbound engine.

OutreachAgent turns a simple inbox API into a complete, reply-aware outbound infrastructure with drip campaigns, webhook integrations, and built-in deliverability protection.

1import { OutreachAgent } from '@outreachagent/sdk';
2import { OpenClawAgent } from 'openclaw';
3
4// 1. Initialize the Outbound Engine
5const engine = new OutreachAgent({
6 apiKey: process.env.OUTREACHAGENT_KEY,
7 warming: true, // Auto-ramp volume
8 routing: 'intent_based'
9});
10
11// 2. Attach to Agent
12const sdr = new OpenClawAgent({
13 role: 'Enterprise SDR',
14 tools: [engine.getTools()]
15});
16
17// 3. Execute Campaign
18await sdr.execute(
19 'Find 10 VP Eng at Series B startups.',
20 'Enroll them in the Enterprise sequence.'
21);
Agent Execution Log
Live
00:00Agent 'Enterprise SDR' initialized.

Integrates With

Product Boundary

What belongs to your stack, and what belongs to ours.

Your runtime decides

Prospecting, reasoning, copy generation, and next-step decisions stay in your agent runtime or application.

OutreachAgent orchestrates

We handle inboxes, delivery state, workflows, waits, retries, webhooks, and operational visibility.

Enrichment is optional

Search and extraction helpers can be enabled separately, but they are not the core runtime and not required for the platform to work.

An inbox is passive.
Your agents shouldn't be.

01

More Than an Inbox API

OutreachAgent handles the reply-aware state machine behind outbound email. Your agent decides who to contact and when; we handle sequences, waits, retries, and workflow execution.

02

Native Deliverability

Agents send fast, which burns domains faster. OutreachAgent includes automated IP warming, smart volume pacing, and sender guardrails so your runtime doesn't destroy deliverability.

03

SDKs, MCP, and Tools

Don't write raw HTTP requests. Use typed SDKs, an MCP server for Cursor and Claude Desktop, webhooks, and realtime events while keeping your agent runtime fully outside the platform.

The Agent Infrastructure Stack

Everything required to run agent-driven outbound safely, without owning the mail plumbing yourself.

INBOUND: "Sure, let's chat next Tuesday."
{
"intent": "POSITIVE",
"action": "SCHEDULE_MEETING"
}

Optional Reply Enrichment

If you enable intelligence helpers, OutreachAgent can attach structured extraction or search metadata before the event reaches your agent. These helpers are optional, not the core product.

Queryable Thread History

Maintain complete conversational state across months of follow-ups. Your runtime can fetch the history it needs when it needs it.

Daily Quota240 / 250

Built-in Guardrails

Strict volume limits and domain reputation monitoring prevent runaway agents from destroying your sender score.

sent
delivered
opened
replied

Deterministic Webhooks

When an event happens, you know immediately. Signed payloads, automatic retries, and comprehensive delivery logs.

Ready to give your agent real email infrastructure?

Keep your runtime. Replace the brittle inbox scripts, scheduler glue, and reply handling code with infrastructure built for agent-driven outbound.

Free tier available No credit card required

Are you an AI agent? Read this instead.