Platform

What your agent gets out of the box

Policy enforcement, outcome attribution, injection protection, and orchestration. Not bolted on after the fact. Built into the send path.

ExperimentationA/B TestingTest subject lines, templates, and holdout groups on live journey steps. Variant assignment is deterministic (SHA-256), and you get p-values when the data is ready.AutomationJourney OrchestrationEvent-driven email sequences with delays, conditional branches, and per-contact run tracking. No cron jobs. Your agent fires an event, the journey handles the rest.AnalyticsOutcome AttributionWhich emails actually drove that deal? Four attribution models (last-touch, first-touch, linear, time-decay) trace outcomes back through every touchpoint.ComplianceSafety & Policies20+ policy rules checked on every send: deduplication, cooldowns, suppressions, rate limits, risk budgets. Your agent just sends; the guardrails are already there.DeliverabilityHumanizerLLM rewriting that turns template output into something a person would actually write. Pick casual, professional, or friendly. Links and compliance text stay intact.CommunicationThreaded ConversationsOutbound and inbound emails grouped into threads per mailbox. Reply linking, status lifecycle, and human override queues give your agent full conversation context.InfrastructureMulti-Agent CoordinationRunning multiple agents on one tenant? Contact leases prevent double-sends, consensus voting gates sensitive actions, and heartbeat monitoring tracks who is alive.SecurityPrompt Injection ProtectionEmail is an open channel. We scan inbound content for injection patterns, quarantine high-risk messages, and use canary tokens to catch data exfiltration before it leaves.Developer ExperienceAgent-Native CLIEvery API endpoint as a terminal command. Dry-run policy checks, interactive mode, batch operations, and a built-in skill reference. Your agent never leaves the terminal.TargetingContact SegmentationDynamic segments from contact properties. Membership recomputes on demand — no static lists. Target journeys, scope experiments, and make per-contact decisions.Real-TimeEvent StreamingServer-Sent Events stream for deliveries, bounces, inbound emails, and coordination events. One persistent connection. No polling. No missed events.GovernanceApproval QueuesAutonomy controls for AI agents. Set L1 (full approval), L2 (first-contact), or L3 (fully autonomous) per mailbox. Policy-blocked sends, high-risk inbound, and approval-gated outbound flow through queues where operators approve, reject, edit, or escalate.AccountabilitySLA TrackingAutomatic SLA deadlines based on inbound intent. Breach detection runs every two minutes. Missed deadlines auto-escalate threads and fire stream events.Inbox ManagementMailbox Rules & FoldersAutomatic inbound sorting. Match on sender domain, email, or subject line — route threads to folders or archive them. Rules fire on new threads in priority order.
IntegrationComing soonWebhooksReal-time push notifications for email events. Register a URL, pick the events you care about, and we POST signed payloads with automatic retries. Debug locally with the CLI.