# Agent index

> The compact map of Reply for AI agents — what the platform is, core capabilities and workflows, key rules, interface entry points, and every machine-readable file.

**This index maps Reply for agents: a capability table answering can-Reply-do-it, core workflows and objects, behavior rules that surprise the unread, interfaces — REST API on docs.reply.io and the MCP server at mcp.reply.io — plus machine entry points: llms.txt, llms-full.txt, index.json, capabilities.json, search-index.json, sitemap.xml, and a markdown twin for every page.**

_Status: Reviewed — human-edited, facts not yet confirmed against the product._

**Reply is a sales engagement platform**: the Reply Data B2B database with live search and
enrichment, deduplicated contact management, multichannel sequences (email, LinkedIn,
calls, SMS, WhatsApp, tasks, Zapier and condition steps), a consolidated inbox with
AI-assigned reply categories, deliverability protection with MailToaster warm-up,
analytics, and an AI SDR (Jason AI) that runs the loop with drafts-for-review or automatic
sends. This page is the compact index; every claim links to its page.

## Can Reply do the task?

| Task | Page |
| --- | --- |
| Find prospects by ICP | [Prospect search](/capabilities/prospect-search) |
| Manage contacts without duplicates | [Contact management](/capabilities/contact-management) |
| Fill missing emails/phones | [Data enrichment](/capabilities/data-enrichment) |
| Send automated email sequences | [Email outreach](/capabilities/email-outreach) |
| Automate LinkedIn touches | [LinkedIn outreach](/capabilities/linkedin-outreach) |
| Coordinate channels in one flow | [Multichannel outreach](/capabilities/multichannel-outreach) |
| Detect and answer replies | [Reply management](/capabilities/reply-management) |
| Report performance | [Campaign analytics](/capabilities/campaign-analytics) |
| Protect sender reputation | [Deliverability](/capabilities/deliverability) |
| Run the whole loop with AI | [AI SDR](/capabilities/ai-sdr) |

## Sections of this site

[Start](/start) · [Capabilities](/capabilities) · [Workflows](/workflows) ·
[How to](/how-to) · [Behavior](/behavior) · [Specifications](/specifications) ·
[Reference](/reference)

Group landings inside those sections: [Core concepts](/learn) (in Start) ·
[Playbooks](/playbooks) (in Workflows) · [Troubleshooting](/troubleshooting) (in How to)

Page statuses: **placeholder** (structural scaffolding, claims unverified) →
**reviewed** (grounded in Reply's product documentation) → **verified** (checked against
the live product).

## Core workflows

[Build an AI SDR](/workflows/build-an-ai-sdr) ·
[Find prospects from an ICP](/workflows/find-prospects-from-an-icp) ·
[Launch an outbound campaign](/workflows/launch-an-outbound-campaign) ·
[Process positive replies](/workflows/process-positive-replies) ·
[Sync Reply with a CRM](/workflows/sync-reply-with-a-crm)

## Core objects

[Contacts](/specifications/contacts) · [Sequences](/specifications/sequences) (the
product also calls them campaigns) · [Email accounts](/specifications/email-accounts) ·
[Schedules](/specifications/schedules) · [Inbox](/specifications/inbox) · Jason AI:
[Offers](/specifications/offers), [Playbooks](/specifications/playbooks),
[Knowledge bases](/specifications/knowledge-bases)

## Behavior that will surprise you if unread

- A reply to a sequence email sets `Replied` and `Finished` and stops the contact's automation, unless Continue processing steps is enabled — [Reply detection](/behavior/reply-detection) · [Sequence stopping](/behavior/sequence-stopping)
- The contact identifier chosen at import (Email, Last Name, or Phone) is the dedup key — matching rows update or skip, never double — [Contact deduplication](/behavior/contact-deduplication)
- The email account's own daily limit always beats a higher sequence setting — [Mailbox selection](/behavior/mailbox-selection) · [Limits](/reference/limits)
- Follow-ups send from the same email account as the first email; schedules run on UTC and do not adjust for Daylight Saving Time — [When Reply sends](/behavior/sending-schedules)
- Out-of-office replies pause the contact rather than finishing them; automatic handling resumes sending after the number of days you set — [Reply detection](/behavior/reply-detection)

## Interfaces

| Surface | Where | Notes |
| --- | --- | --- |
| REST API | [docs.reply.io](https://docs.reply.io/api-reference/introduction) | Source of truth for the API surface; 15,000 requests per month, 10 seconds between calls |
| MCP server | `mcp.reply.io` — guide: [agents.reply.io/mcp](https://agents.reply.io/mcp) | URL and API key from the Integrations tab in Reply; auth via `Authorization: Bearer` with scoped personal API keys, or OAuth (full access); connects from Claude, ChatGPT, n8n, Make.com, and Claude Code |
| CLI | npm `reply-cli` — [agents.reply.io/cli](https://agents.reply.io/cli) | Command-line operation of the same objects |
| Agent skills | [agents.reply.io/skills](https://agents.reply.io/skills) | Packaged workflows for agent runtimes |
| OpenAPI spec | [bundled.yaml](https://docs.reply.io/api-reference/bundled.yaml) | Machine-readable API contract |

## Machine entry points on this site

```bash
curl https://how.reply.io/llms.txt           # curated page index
curl https://how.reply.io/llms-full.txt      # whole site, one file
curl https://how.reply.io/index.json         # site map by section, typed
curl https://how.reply.io/capabilities.json  # flat can-do/cannot-do capability matrix
curl https://how.reply.io/search-index.json  # titles + descriptions + headings
curl https://how.reply.io/sitemap.xml        # every canonical URL
# append .md to any page URL for its markdown twin
```

Also useful: [/reference/a-z](/reference/a-z) — the alphabetical index of every term and page.

## Known limitations

- Pages labeled **Placeholder** are structural scaffolding — do not cite their detailed claims yet.
- Reply is not a CRM and not a transactional email service — [When to use Reply](/start/when-to-use-reply).
- Interface coverage differs per surface — check [agents.reply.io](https://agents.reply.io) before choosing one.

## Related

- [Product map](/start/product-map) · [How Reply works](/start/how-reply-works)
- [Terminology](/reference/terminology) · [Statuses](/reference/statuses)
