SOLWYN

Plans & billing

What each tier gates, and how upgrades, downgrades, and the Stripe portal work.

Solwyn has four tiers — Free, Founder, Team, and Scale. Settings → Billing shows your current plan, the comparison table, and Manage Subscription. Current prices live on the billing page itself; the table below documents what each tier gates.

What each tier gates

GateFreeFounderTeamScale
Seats12525
Projects310UnlimitedUnlimited
Requests / month5,00050,000500,0005,000,000
API keys per project1510Unlimited
Webhook targets per project35Unlimited
Hard-cap (hard_deny) projects1UnlimitedUnlimitedUnlimited
Budget periodsMonthlyDaily / weekly / monthlyDaily / weekly / monthlyDaily / weekly / monthly
Budget thresholds per project11010Unlimited
Account spend cap
Analytics ranges7d7d, 30d7d, 30d, 90d7d, 30d, 90d, 365d
Analytics group-bydayday, modelday, model, providerday, model, provider
CSV exportAggregatedFullFull
Notification channelsEmail (budget events only)+ Webhooks, Slack, PagerDuty, Teams, Discord, Telegram, SMS — every event typesame as Foundersame as Founder
Provider failover*
Data retention30 days90 days180 days365 days
Ingest rate limit5 req/s50 req/s200 req/s1,000 req/s

* Custom failover and circuit-breaker tuning is a separate, plan-scoped entitlement available on Team and Scale, not bundled automatically with Provider failover access. On plans without that entitlement, SDK v0.3.0+ applies safe defaults in place of your configured tuning — advisory only, so calls never fail for lack of it. See Failover tuning.

The API-key row is a policy ceiling, not a UI affordance: today the dashboard and CLI both model one active key per project — a replacement is minted by rotation, with a grace window covering the cutover.

Two request limits behave differently at the ceiling:

  • Free is hard-gated on monthly requests — at the cap, further metadata events are not accepted until the month rolls over, and the dashboard shows an upgrade banner as you approach it.
  • Paid tiers bill overage instead of blocking: requests beyond the included volume are metered and charged, so tracking never stops mid-month.

Upgrade from Free

  1. Open Settings → Billing and pick a plan from the comparison table.
  2. You are redirected to Stripe Checkout to pay.
  3. Stripe returns you to the dashboard's confirmation page, which polls until the subscription is active — the page confirms; fulfillment happens server-side regardless of whether you wait.
  4. With no projects yet, the dashboard takes you to Getting Started from there.

Change between paid tiers

Moving between paid tiers happens in-app, no checkout: pick the new plan and review the proration preview — the amount due now and the line items behind it — before confirming.

Manage Subscription

Manage Subscription opens the Stripe customer portal: payment methods, invoices, and cancellation live there.

Next

On this page