AI Agent Pricing Models in 2026
The five pricing models
1. Per task / per execution
How it works: Every individual step in a workflow counts as one task. A 5-step Zap = 5 tasks per run. Plans buy a monthly task allowance.
Used by: Zapier (5,000 tasks/mo at $73, etc.), Activepieces, Albato.
Strengths: Predictable, easy to model, fair for simple workflows.
Weaknesses: Penalises rich workflows. A 12-step Zap is 12× the cost of a 1-step Zap, even if the 12-step does the same logical work. Heavy users on Zapier routinely spend $1K-$5K/mo and migrate to alternatives.
Formula at scale: Monthly cost ≈ (steps per workflow) × (workflows per month) × (per-task rate at your tier).
2. Per credit / per operation
How it works: A "credit" is an internal unit. A simple HTTP call = 1 credit; an LLM call = 5-50 credits depending on model; a tool with retries = N × base. Plans buy monthly credit allowances.
Used by: Make.com (10,000 ops/$10.59 starting), Gumloop, Lindy, Relevance AI.
Strengths: Differentiates lightweight from expensive operations, often cheaper at scale than per-task. Make is famously 3-10× cheaper than Zapier for the same workflow.
Weaknesses: Bills are unpredictable until you've operated for a month. The credit-cost-per-action rarely appears prominently on the pricing page; ratios change between plans. Read each platform's credit-cost table before committing.
Formula at scale: Monthly cost ≈ Σ (operations × credit-cost-per-operation across all workflow steps) ÷ (credits per dollar at your tier).
3. Per token (LLM pass-through)
How it works: Platform charges its base subscription plus pass-through LLM costs at provider rates (OpenAI, Anthropic, Google) plus a small markup or zero markup. You pay for the tokens your agent uses.
Used by: n8n Cloud (with bring-your-own LLM), Pipedream (with bring-your-own credentials), self-hosted setups generally.
Strengths: Most transparent. Direct visibility into LLM cost. Aligns incentives — you pay for what you use, not for the platform's internal accounting.
Weaknesses: Token cost is hard to predict before you build. Long-context retrieval and chatty agents can spike. Set spend caps from day one.
Formula at scale: Platform fee + Σ (input_tokens × $/MTok + output_tokens × $/MTok) per request × monthly request volume.
4. Per seat / per recipe
How it works: Annual contract with a flat fee per workflow (recipe) or per user. Volume often unlimited or generous within the recipe count.
Used by: Workato (per-recipe enterprise contracts), MuleSoft, Boomi, IBM App Connect.
Strengths: Predictable annual budget. No per-execution surprises. Volume scales without re-negotiation.
Weaknesses: Six-figure annual contracts; no good fit for SMB or experimental teams. Hard to expand if business doubles in usage mid-year. Sales process can be slow.
Formula at scale: Annual contract = (recipes × per-recipe fee) + (named users × per-seat fee), often with volume discounts.
5. Outcome-based
How it works: Pay per qualified-lead, per resolved-ticket, per closed-deal — only when the agent's work succeeds against a defined outcome.
Used by: Specialised agentic platforms (Sierra for support resolution, some lead-qualification vendors), increasingly common in 2026 for agents with measurable end-state outcomes.
Strengths: Aligns vendor and buyer incentives perfectly. No floor — you don't pay if the agent fails.
Weaknesses: Defining the outcome is the hard part. Edge cases (partially-resolved tickets, "qualified" leads that don't convert) cause disputes. Total cost can exceed credit-based equivalents at high success rates.
Decision rules
Pick the model that matches your usage shape:
- Few simple workflows, light volume: per task. Zapier on the free or starter tier. Trade-off: no AI cost transparency, expensive at scale.
- Many complex workflows, mid-to-heavy volume: per credit. Make.com, Gumloop, Lindy. Best general-purpose choice in 2026.
- Developer-led, want full LLM cost transparency: per token. n8n self-hosted, Pipedream, custom builds. Highest engineering effort.
- Enterprise, governance + budget predictability matter most: per seat / per recipe. Workato, MuleSoft. Six-figure floor.
- Specific measurable outcome (qualified leads, resolved tickets): outcome-based, where available. Best alignment, hardest contract.
Worked example: 50,000 monthly executions
Same automation (5-step lead-qualification workflow, 3 LLM calls per run) at 50K/month volume:
| Platform | Model | Approx monthly cost |
|---|---|---|
| Zapier | Per task (250K tasks) | $500-$700+ |
| Make | Per operation (≈600K ops with LLM) | $50-$100 |
| n8n self-hosted | Token pass-through | $0 platform + $150-300 LLM = $150-300 |
| n8n Cloud | Per execution + tokens | $50 platform + $150-300 LLM = $200-350 |
| Workato | Per recipe enterprise | $10K-30K annual ÷ 12 = $850-2,500 |
The 5-10× spread between Zapier and Make for the same logical workflow is consistent across volumes. The break-even point where developer-led n8n self-hosted beats Make is typically around 100K monthly executions — below that, Make's managed simplicity wins.
What to watch for in 2026
- "Free LLM tokens" promotions. Several platforms include a fixed token budget at each tier — read whether overages bill at retail rates or are capped.
- Agent runs with retries. A failed agent retry counts as another agent run on most platforms. Long retry chains under load can spike bills 2-3×.
- Hidden premium integrations. Zapier and Make charge extra for some "premium" apps; the published task / credit rate doesn't apply.
- Annual lock-in vs monthly. Annual is typically 17% cheaper but locks you in if your needs shift. SMBs should start monthly.
- MCP-server-as-tool pricing. Some platforms now charge per MCP tool call separately from credits. Double-check.
The cluster comparison
Cross-references in our review set: Zapier vs Make vs n8n goes deep on the per-task / per-credit / per-token spread. Best AI Automation Tools 2026 ranks platforms with pricing as one of six dimensions. Best AI Agent Platforms applies the same lens to agent-builder platforms. For category-level context on what these platforms actually are, see What Is iPaaS? and What Is an AI Agent?.