AI Agent Ready

Outreach on autopilot — powered by AI agents

Let AI agents manage your entire sales outreach. Pipelime's API and CLI give agents everything they need to create campaigns, import leads, send emails, and track results — autonomously.

We recommend always keeping a human in the loop for quality control.

Up and running in 4 commands

Install the CLI, authenticate, and let your agent take over.

# Install the CLI
$ npm install -g @pipelime/cli
# Authenticate with your API key
$ pipelime auth login --api-key pk_live_xxx
# Import your leads
$ pipelime contacts import ./leads.csv
# Launch your campaign
$ pipelime campaigns launch --id camp_123

What agents can do with Pipelime

Every feature available in the UI is accessible via API and CLI — purpose-built for programmatic access.

Manage campaigns

Create, launch, pause, and monitor multi-step email campaigns. Agents can build entire sequences with personalized templates and scheduling.

Import & manage contacts

Bulk import contacts from CSV, create and update records, and organize prospects by company. Automatic deduplication keeps data clean.

Track results in real-time

Monitor opens, clicks, replies, and bounces. Webhooks push events to your agent so it can react instantly — pause on reply, escalate bounces, or adjust strategy.

Smart scheduling

Set timezone-aware sending windows, daily limits, and delays between steps. Agents can optimize send times based on recipient behavior.

Build automated workflows

Chain API calls to build complex outreach workflows. Import leads, enrich contacts, create campaigns, and launch — all in one automated pipeline.

Custom integrations

Connect Pipelime to any tool via the API. Push data to your CRM, trigger Slack notifications, or sync with your data warehouse.

Compatible with leading AI agents

Pipelime works with any AI agent that can make HTTP requests or run CLI commands.

Claude by Anthropic

Use Claude Code or the Claude API to orchestrate your outreach. Claude can analyze your ICP, write personalized emails, manage campaigns, and optimize based on tracking data — all through Pipelime's API.

OpenClaw

The open-source AI agent framework. Connect OpenClaw to Pipelime's CLI for automated prospecting, campaign management, and multi-channel communication across your tools.

Your own agents

Build custom agents on top of Pipelime's REST API. Use any framework — LangChain, CrewAI, AutoGen, or plain code. If it can make HTTP requests, it works with Pipelime.

CLI command reference

All commands available for agents and automation scripts.

pipelime campaigns listList all campaigns
pipelime campaigns create --name "Q2 Outreach"Create a campaign
pipelime contacts import ./leads.csvImport contacts from CSV
pipelime contacts list --company acmeFilter contacts by company
pipelime campaigns launch --id camp_123Launch a campaign
pipelime campaigns pause --id camp_123Pause a running campaign
pipelime stats --campaign camp_123View campaign statistics
pipelime webhooks listList webhook endpoints
pipelime email-accounts listList connected email accounts

API endpoints

Core REST API endpoints for programmatic access.

POST/api/campaigns
Create a new campaign
GET/api/campaigns/:id
Get campaign details
POST/api/campaigns/:id/launch
Launch a campaign
POST/api/contacts
Create a contact
GET/api/contacts
List & filter contacts
POST/api/steps
Add steps to a campaign
GET/api/executions
Track email executions
POST/api/webhooks
Register a webhook

Ready to automate your outreach?

Get your API key and start building with AI agents today.