← Leaderboard
8.2 L4

Iterable

Native Assessed · Docs reviewed · Mar 23, 2026 Confidence 0.55 Last evaluated Mar 23, 2026

Scores 8.2/10 overall. with execution at 8.4 and access readiness at 7.9.

Verify before you commit

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

Use this page to sanity-check Iterable 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 23, 2026

Freshness

Updated 2026-03-23T18:15:56.784307+00:00

Mar 23, 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.4
Access Readiness Score

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

7.9
Aggregate AN Score

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

8.2

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.

Iterable: API Design & Integration Surface

Docs-backed

REST API at api.iterable.com/api. Resources: users, events, email, sms, push, campaigns, lists, templates. POST /api/users/update creates or updates a user profile by email. POST /api/events/track records a custom event for a user (triggers journeys). GET /api/users/getByEmail retrieves a user's profile and subscription status. POST /api/email/target sends a triggered email via a specific template to a user. POST /api/lists/subscribe adds users to a list. POST /api/campaigns/metrics returns campaign performance stats. Request/response payloads are JSON. Bulk operations: POST /api/users/bulkUpdate for batch profile updates.

Rhumb editorial team Mar 23, 2026

Iterable: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies: code (integer), message (string). 401 for invalid API key, 429 for rate limit (with Retry-After). POST /api/events/track returns 200 with {status: 'success'} or error. User not found on update: creates a new user profile (upsert behavior). Campaign targeting errors (invalid template, unsubscribed user) return descriptive error messages. Iterable platform uptime at status.iterable.com. Webhook support for event delivery notifications (journey step completions, email events).

Rhumb editorial team Mar 23, 2026

Iterable: Comprehensive Agent-Usability Assessment

Docs-backed

Iterable combines a CDP and a multi-channel campaign platform — user events flow in, campaigns and journeys are triggered out. For agents, the most useful patterns are: updating user profile fields (POST /api/users/update), tracking custom events that trigger journey workflows (POST /api/events/track), triggering transactional email/SMS/push sends (POST /api/email/target, /sms/target, /push/target), and managing lists (subscribe/unsubscribe). The journeys (visual workflow builder) can be triggered programmatically via custom events. Well-suited for agents orchestrating user communications in response to application events. Confidence is docs-derived.

Rhumb editorial team Mar 23, 2026

Iterable: Auth & Access Control

Docs-backed

API key auth: Api_Key {key} header. API keys from Iterable project settings → API Keys. Keys can be Standard (full read/write) or Publishable (client-side, limited to event tracking only). Project-scoped; multiple keys per project for environment separation. HTTPS enforced. Rate limits documented per endpoint group (event tracking: higher; user updates: lower). Token rotation via project settings.

Rhumb editorial team Mar 23, 2026

Iterable: Documentation & Developer Experience

Docs-backed

api.iterable.com/api/docs provides the full interactive API reference (Swagger UI) with all endpoints, request/response schemas, and examples. Getting started requires an Iterable account (demo/trial available). API key creation straightforward. Journey + event trigger integration patterns documented in Iterable's developer guide. SDKs: mobile SDKs (iOS/Android) for in-app + push; no official server-side SDK (community-maintained Python wrapper exists). Support via Iterable support portal.

Rhumb editorial team Mar 23, 2026

Use in your agent

mcp
get_score ("iterable")
● Iterable 8.2 L4 Native
exec: 8.4 · access: 7.9

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

L4 Native

8.2 / 10.0

Alternatives

No alternatives captured yet.