SidClaw

Pricing & Billing

SidClaw pricing plans, billing management, and self-hosting licensing.

Pricing & Billing

SidClaw offers four plans designed to scale with your usage. All prices are in CHF (Swiss Francs).

Plans

FreeStarterBusinessEnterprise
PriceCHF 0CHF 199/moCHF 999/moFrom CHF 3,000/mo
Agents525UnlimitedUnlimited
API keys210UnlimitedUnlimited
Trace retention7 days30 days90 daysCustom
Rate limit (evaluate)100/min1,000/min10,000/minCustom
Rate limit (read)200/min2,000/min20,000/minCustom
SSO/OIDCYesYes
SIEM exportYesYes
Webhooks1 endpoint5 endpointsUnlimitedUnlimited
Chat integrationsSlackSlack, Teams, TelegramAll + custom
SupportCommunityEmailPriorityDedicated

Upgrading

  1. Open the SidClaw dashboard
  2. Go to Settings > Billing
  3. Click Upgrade next to the plan you want
  4. Complete checkout via Stripe

After checkout, your plan limits take effect immediately. No downtime, no restart needed.

Managing Your Subscription

From Settings > Billing, you can:

  • View your current plan and usage
  • Open the Stripe Customer Portal to update payment methods, view invoices, or cancel

Founding Customer Offer

The first 10 customers receive 50% off for the first year on any paid plan. Contact [email protected] to claim.

Self-Hosting

SidClaw is available under the FSL-1.1 license (Functional Source License), which converts to Apache 2.0 on March 22, 2028.

Self-hosting is free for organizations with annual revenue under CHF 1,000,000. Above that threshold, a commercial license is required.

Self-hosting includes:

  • Full platform (API, dashboard, background jobs)
  • Docker Compose for quick deployment
  • Railway one-click deploy template
  • All features except Stripe billing integration

See the Self-Hosting Guide for deployment instructions.

SDK Licensing

The TypeScript SDK (@sidclaw/sdk) and Python SDK (sidclaw) are both Apache 2.0 — free to use in any project, commercial or open-source. No license fees, no usage limits at the SDK level.

Enterprise

For Enterprise plans, custom pricing, SLAs, or compliance requirements, contact:

API Endpoints

The billing API is available for programmatic access:

MethodPathDescription
POST/api/v1/billing/checkoutCreate Stripe Checkout session (admin only)
POST/api/v1/billing/portalCreate Stripe Customer Portal session (admin only)
GET/api/v1/billing/statusGet current subscription status

See Billing API Reference for details.