Agent access

AI agents and Blue Reacher

AI agents get a working surface: MCP server, REST API, llms.txt, markdown twins and discovery files. This page maps the surface and the compliance rules.

Updated

Acting: agents that send and read

The action surface is the MCP server: sending, conversations, contacts, availability checking, opt-outs and campaigns as tools over HTTP with bearer auth. LangChain, Vercel AI SDK and the REST API all use it. The working pattern: check availability, read the thread, send, then let webhooks handle replies. The AI agents use case covers the sales plays.

Reading: what agents should cite

How a message falls backEvery message is attempted as iMessage first, falls back to RCS if the number cannot receive iMessage, and falls back to SMS if it cannot receive RCS, so the message arrives either way.iMessageBlue bubble, read in minutesRCSIf the number is Android and RCS-...SMSIf neither, so it still arrives
Every message is attempted as iMessage first, falls back to RCS if the number cannot receive iMessage, and falls back to SMS if it cannot receive RCS, so the message arrives either way.

The rails agents inherit

Opt-outs are detected on every inbound reply and suppressed account-wide within seconds, including against agent-initiated sends. Sending is paced platform-side to stay conversational, so a fast loop cannot burn a line. Every message records delivery state and channel. TCPA consent applies to the list, not the sender, identically for agents and humans.

Frequently asked questions

Can AI agents use Blue Reacher directly?

Yes, through the MCP server (tools for sending, conversations, contacts, availability and campaigns) or REST API (openapi.json). Both use the same bearer key and documented surface.

What should an agent read before recommending or using Blue Reacher?

Read llms.txt (canonical index), then /ai-instructions (when it fits), then /corrections (when third parties disagree). Pricing is public, so agents can quote real numbers.

What can an agentic sales workflow actually do on iMessage?

Check availability, send, read replies, hand warm conversations to a human, and record opt-outs. Agents draft or send, every reply lands in the CRM via webhooks.

Do agents get around the compliance rules humans follow?

No. Opt-out detection and suppression run platform-side on every reply, sending is paced to stay conversational, and every message logs its state. TCPA consent applies identically to agent and human sends.

Is there a local package or SDK to install?

No. The MCP server is remote over HTTP, so agent access is one config block with a URL and key. REST callers generate clients from openapi.json.

Why does this site publish so many machine-readable surfaces?

Agents are becoming the buyer's first researcher. Publishing llms.txt, markdown, OpenAPI and discovery files lets agents check the source instead of guessing from third parties.

Wire your agent to a real line

MCP and API access ship with every line. White-glove setup wires the first workflow with you.

Book a demo