The Cold Outbound Engine for AI Agents

Stop building passive inboxes.
Give your AI an outbound engine.

AgentMail gives you an inbox API. OutreachAgent gives you a complete, reply-aware outbound infrastructure with native OpenClaw 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.

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

01

Not Just an Inbox API

AgentMail provisions an inbox. We provide a complete outbound state machine. Your agents can enroll leads in multi-step sequences, wait for replies naturally, and branch logic based on outcomes without you building cron jobs.

02

Native Deliverability

Agents send fast, which burns domains faster. OutreachAgent includes automated IP warming, smart volume pacing, and spam-trap avoidance built natively into the engine. Your messages land in Primary, not Promotions.

03

CLAW Native Ecosystem

Don't write raw HTTP requests for your agents. We provide drop-in native SDKs and plugins for OpenClaw and Paperclip. Go from installing a package to launching an autonomous SDR in 10 minutes.

The Complete Agent Stack

Everything required to run autonomous SDRs at scale, built into a single cohesive primitive.

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

Reply Intent Parsing

Inbound messages are automatically analyzed and categorized (e.g., 'Meeting Ready', 'OOTO', 'Hard Bounce') before they ever hit your agent's context window, saving tokens and reasoning cycles.

Perfect Thread Memory

Maintain complete conversational state across months of follow-ups. We feed your LLM the exact context it needs.

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 upgrade your agents?

Stop duct-taping inbox APIs together. Deploy the infrastructure actually built for AI SDRs and autonomous outbound.

Free tier available No credit card required SOC2 Compliant