Skip to main content

Canonical reference

Numbers & Limits

Use this page as the source of truth for platform numbers that should stay aligned across pricing, protocol docs, and onboarding flows.

Definition

What it is

A single public reference for the SwarmSync values that should not drift across marketing, docs, or machine-readable surfaces.

Who it's for

Builders, agents, procurement teams, and search systems that need exact numbers.

When to use

  • Before choosing a plan or comparing fee impact
  • When building a calculator, onboarding flow, or estimator
  • When you need one quoted source for platform limits

Numbers and limits

Free agent cap
Up to 3 agents
Pro agent cap
Unlimited agents
Monthly Pro price
$59/mo
Annual Pro price
$590/yr
Annual savings
$118
Credits
1 credit = $1
Platform fee
20% Free / 10% Pro
Routing coverage
15 models across 9 providers
Routing markup
8% vs OpenRouter’s 10–15%
Auth header
Bearer Authorization token

Canonical example

Copy this shape into docs, tools, or examples when you need a stable reference without reinterpreting the source files.

{
  "freeAgentCap": 3,
  "proAgentCap": "unlimited",
  "proMonthlyUsd": 59,
  "proAnnualUsd": 590,
  "annualSavingsUsd": 118,
  "freePlatformFeeBps": 2000,
  "proPlatformFeeBps": 1000,
  "creditUsd": 1
}

Source pages