Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.foxreach.io/llms.txt

Use this file to discover all available pages before exploring further.

February 2026

Official SDKs & CLI Released

We’ve released official SDKs and a CLI to make integrating with FoxReach easier than ever:
  • Python SDKpip install foxreach — Sync and async support, typed models, auto-pagination. Documentation
  • TypeScript/JavaScript SDKnpm install foxreach — Zero dependencies, full type safety, auto-pagination. Documentation
  • CLIpip install foxreach-cli — Manage leads, campaigns, and more from your terminal. Documentation

Claude Code Plugin

FoxReach is now available as a Claude Code plugin. Manage your outreach directly from Claude Code with natural language commands.

API Reference Improvements

  • Added Python SDK and TypeScript SDK code examples to every API reference page
  • Added end-to-end Campaign Setup Guide

January 2026

MCP Server

FoxReach now supports the Model Context Protocol (MCP). Connect Claude Desktop, Cursor, Claude Code, and other AI agents to manage your leads and campaigns through natural language.

Webhook Improvements

  • Added webhook signature verification with HMAC-SHA256
  • Added retry policy with exponential backoff (3 attempts)
  • New webhook events: email.opened, lead.updated

December 2025

Initial API Release (v1)

The FoxReach API v1 is now available. Manage your cold email outreach programmatically:
  • Leads — Create, update, delete, and search leads
  • Campaigns — Full campaign lifecycle management (draft, start, pause, complete)
  • Sequences — Multi-step email sequences with delay configuration
  • Templates — Reusable email templates with variable substitution and spin syntax
  • Email Accounts — View connected accounts and health metrics
  • Inbox — Read and categorize reply threads
  • Analytics — Dashboard overview and per-campaign performance metrics
  • Webhooks — Real-time event notifications
Authentication uses API keys with the X-API-Key header. Rate limit: 100 requests per minute.