← Blog

Jun 19, 2026 · 8 min read · Embedded iPaaS / Buyer's guide

How to Choose an Embedded Integration Platform: A Buyer's Checklist

The questions that actually separate an embedded integration platform that scales from one you outgrow in a quarter.

By fastn team

Most embedded integration platforms look similar on a feature grid. They list connectors, they show a connect-account modal, they promise webhooks. The differences that decide whether you outgrow one in a quarter are rarely on that grid, because they only surface once real customers with messy systems are connected.

This is a buyer's checklist organised by the failure modes that actually cost teams time, rather than by feature category.

1. Per-tenant model, not per-integration model

Ask how the platform represents a connection. If the mental model is one credential per integration, you will fight it the moment two customers connect the same system with different scopes. What you want is a first-class tenant boundary, where each customer's grant, field mapping, and rate limit are tracked separately and isolated by default.

  • Can each customer authorise their own account without you deploying anything?
  • Are tokens refreshed and revoked per tenant, automatically?
  • Does a rate limit or outage for one tenant leave the others running?

2. Custom fields and schema drift

Enterprise CRM and ERP instances are heavily customised. The connector that only understands standard objects will fail on the first serious deal. Check whether custom fields and custom objects can be discovered at runtime and mapped per customer through configuration rather than code, because the alternative is a deploy for every onboarding.

3. Who owns maintenance when a vendor changes

This is the single largest hidden cost, and the easiest to skip in evaluation. Vendors deprecate endpoints, change auth, and tighten limits on their own schedule. Establish explicitly whether a breaking change lands in the platform's backlog or yours, and what the turnaround has historically been.

A connector is not a feature you ship once. It is a dependency you agree to maintain until you remove it.

4. Depth of actions and triggers

Read access is the easy half. Look for whether the platform supports writes, bidirectional sync, and event triggers on the objects you actually need, and check what happens to ordering and idempotency when the same event is delivered twice. A connector that can only read is a reporting feature, not an integration.

5. Agent readiness

If AI agents will call these integrations, the requirements shift from correctness to governance. You need scoped permissions per tenant, an audit trail of what was read and written, and tool schemas accurate enough for a model to pick the right call. Retro-fitting governance onto an integration layer that assumed a human in the loop is expensive.

6. The embed experience your customers see

Your customers meet the integration through a connect flow inside your product. Evaluate it as product surface, not plumbing: whether it can be styled to your brand, whether errors are explicable to a non-technical admin, and whether a customer can reconnect without contacting your support team.

7. Pricing that tracks value, not activity

Pricing based on task or run counts couples your bill to your customers' usage patterns, which you do not control and cannot forecast. Pricing based on connected accounts tracks the thing that actually grows with your business. Model both against your projected customer count before committing.

A short scoring exercise

Take your three hardest prospective customers, list the systems each runs and the specific objects you would need, then walk each candidate platform through those exact cases. The gaps appear immediately, and they are far more informative than a general capability list.

Ship integrations without building them

Your customers connect their own tools inside your product. Start free with 3 connected accounts, no sales call required.

Start freeBrowse integrations