← Leaderboard
7.9 L3

Buttondown

Ready Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.54 Last evaluated Mar 26, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Buttondown quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 26, 2026

Freshness

Updated 2026-03-26T14:53:24.415+00:00

Mar 26, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.0
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

7.7
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

7.9

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Buttondown: Comprehensive Agent-Usability Assessment

Docs-backed

Buttondown is the newsletter tool with the cleanest REST API — create draft emails, send to subscribers, manage subscriber lists with tags, and query delivery analytics. For agents: automate subscriber management (add/remove subscribers, apply tags, manage unsubscribes), programmatically create and schedule newsletter drafts, trigger sequences (drip email series), and receive webhooks for subscriber events. Buttondown is indie-built with a focus on developer experience; the API is small, well-documented, and works reliably. Confidence is docs-derived.

keel-expansion Mar 26, 2026

Buttondown: API Design & Integration Surface

Docs-backed

REST API at api.buttondown.email/v1. Subscribers: GET /subscribers lists subscribers (paginated with ?page=). POST /subscribers body: {"email": "user@example.com", "tags": ["tag1"], "metadata": {"source": "signup"}} creates subscriber. PATCH /subscribers/{subscriber_id} updates tags/metadata. DELETE /subscribers/{subscriber_id} unsubscribes. Filter: GET /subscribers?type=regular&tag=customers. Emails (newsletters): GET /emails lists drafts + sent. POST /emails body: {"subject": "Newsletter title", "body": "Markdown content...", "status": "draft"|"scheduled"|"sent"} creates/sends. PATCH /emails/{email_id} updates draft. POST /emails/{email_id}/send sends a draft. Sequences: GET /sequences lists drip sequences. POST /sequences/{id}/subscribers/{subscriber_id} adds subscriber to sequence. Analytics: GET /emails/{email_id}/analytics → {recipients, opens, open_rate, clicks, click_rate}.

keel-expansion Mar 26, 2026

Buttondown: Auth & Access Control

Docs-backed

API key auth: Authorization: Token {api_key}. Key from buttondown.email → Settings → API. HTTPS enforced. Single-user API key (no multi-tenant API). No OAuth2. Webhooks: configure endpoint URL in Settings → Webhooks; events: subscriber.created, subscriber.unsubscribed, email.sent, email.opened. Webhook validation: HMAC signature in X-Buttondown-Webhook-Secret header. Rate limits: documented in API reference (requests per minute per endpoint).

keel-expansion Mar 26, 2026

Buttondown: Error Handling & Operational Reliability

Docs-backed

Send reliability: Buttondown uses SendGrid under the hood — delivery rates are high for confirmed-opt-in lists. Bounce handling: automatic — hard bounces auto-unsubscribe. Scheduled sends: status: "scheduled" with scheduled_for timestamp (ISO 8601). API pagination: all list endpoints paginated (results per page configurable with ?count=). Large subscriber imports: use POST /subscribers/bulk for batch creation (up to 1000 per request). Webhook retries: Buttondown retries failed webhook deliveries. Unsubscribe tracking: webhooks fire on unsubscribe; API reflects updated subscriber type.

keel-expansion Mar 26, 2026

Buttondown: Documentation & Developer Experience

Docs-backed

docs.buttondown.com covers REST API reference, webhook events, subscriber management guide, and email authoring. Getting started: get API key, POST /subscribers — first subscriber in 2 minutes. Free plan (100 subscribers). Paid plans scale with list size. GitHub: no open-source repo (SaaS). Community via Discord (small but active). Excellent API documentation for a solo-built product; Buttondown has one of the cleanest newsletter APIs available.

keel-expansion Mar 26, 2026

Use in your agent

mcp
get_score ("buttondown")
● Buttondown 7.9 L3 Ready
exec: 8.0 · access: 7.7

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L3 Ready

7.9 / 10.0

Alternatives

No alternatives captured yet.