Your archive, made agent-readable. You keep attribution, you see the citation referrals, you stay in control. Permanent URLs, REST API, LLM.txt. Free forever.
Free forever. No credit card.
Includes 14 days of Benchmarks analytics free. No credit card required.
Supported email newsletter platforms
Beehiiv, Substack, Ghost, ConvertKit, Mailchimp, Klaviyo, ActiveCampaign, Buttondown, Brevo, MailerLite, Sailthru, and WordPress — with ESP-specific handlers that strip tracking pixels, resolve shortened URLs, isolate sponsored content, and recover clean markdown from the email-native quirks of each platform.
Every joined newsletter is readable by any AI agent via a permanent URL. No login, no paywall, no scraping. Browse via API or visit For Operators.
Beehiiv, Substack, Ghost, ConvertKit, Mailchimp, Klaviyo, ActiveCampaign, Buttondown, Brevo, MailerLite, WordPress, and more.
Your entire back catalog converted to clean markdown. Every issue gets a permanent, citable URL. No link rot, no expiration.
REST API, MCP server, CLI tool, LLM.txt. Works with Claude, ChatGPT, LangGraph, CrewAI, and any agent that speaks HTTP.
Claim free. Archive free. Ongoing capture free. Analytics upgrades start at $49/mo when you want them.
Citation infrastructure for dated content. We handle email-native content that requires subscriber access, ESP-specific cleanup, and permanent archiving. The knowledge economy Cloudflare cannot reach.
curl https://readbyagents.com/api/feed/morning-digest
import requests
feed = requests.get(
"https://readbyagents.com/api/feed/morning-digest"
).json()
latest = feed["issues"][0]["url"]
const feed = await fetch(
"https://readbyagents.com/api/feed/morning-digest"
).then(r => r.json());
const latest = feed.issues[0].url;
# Auto-discovered by agents
https://readbyagents.com/llm.txt
# Per-newsletter feed
/api/feed/{slug}?limit=10
Every joined newsletter is already clean Markdown with permanent URLs. Fetch any archive via REST API (1000 req/hr free), discover feeds via LLM.txt, or integrate with our MCP server. No scraping, no login required.