All templates
Sales & Outreach

Outbound Sales Agent

A cold-outreach agent that owns its own infrastructure: a real domain, warmed inboxes, and social accounts. It researches prospects, personalizes multi-step sequences, sends and replies, and books meetings — no shared sending reputation.

Read the docs

The agent prompt

Copy this into Cursor, Claude Code, or any Naïve-connected agent. It describes exactly what to build and which primitives to wire together.

Prompt
Build me an outbound sales agent on Naive.

It should own its own sending infrastructure — a real domain and warmed inboxes — and run personalized multi-step email sequences that book meetings.

Use these Naive primitives:
- domains: register a domain for sending
- email: provision inboxes, send, and read replies
- search: research and personalize each prospect
- social: optional social touches (LinkedIn/X)
- connections: push booked meetings into the CRM
- cron: schedule sends and follow-ups

Read the docs at https://usenaive.ai/docs and start with: npm i -g naive && naive login

What it builds

Own domain + inboxes

Register a domain and provision dedicated inboxes for sending.

Prospect research

Enrich and personalize with web search and deep research.

Multi-step sequences

Send, wait, and follow up on a schedule with cron jobs.

Reply handling

Read inbound replies and route booked meetings to your CRM.

Primitives used

emaildomainssocialconnectionscronsearch

How it's built

  • naive domains + email — dedicated sending infrastructure
  • naive search — prospect research and personalization
  • naive cron — sequence scheduling and follow-ups

Start building

Install the CLI, copy the prompt, and let your agent wire it up.

$ npm i -g naive && naive login
EmailDomains