SynOI

Pricing

Free for one. Affordable for teams.

Self-host the entire stack for free, forever, on your own hardware. Pay only when you want us to operate the parts that need infrastructure: hosted SMS, mobile push, cloud receipt sync. Billing is via Paddle (handles tax + invoicing globally).

Self-host. BYO keys. No vendor lock-in. The free tier is the whole product, not a trial. Upstream LLM keys are forwarded once and never persisted. The protocol is open; the receipts verify offline with any Ed25519 library. Switching costs to other governance vendors are by design close to zero, the opposite of an enterprise control-tower license. vs ServiceNow →

Four products, one license. Pick a tab to see pricing per product.

Althing · governance · for agent operators · developers · ops teams

Althing: govern the AI you run.

Includes LLM governance, Decision Receipts, HITL surfaces, GAP action gating, cache/body-shrink, and SCG consumer-side features (Registry Mirror, advisory feed, blast-radius alerts). Full glossary →

Free

$0/forever

Self-host everything on your own machine. Bring your own LLM keys, your own infra, your own everything.

  • Local Gateway binary (OSS)
  • L1 / L2 / L3 cache + body-shrink
  • Locally-generated Decision Receipts
  • Local Decision Receipt verification
  • KB injection (you supply the docs)
  • House-style enforcement
  • PC overlay HITL
  • Email magic-link HITL (your SMTP)
  • SMS HITL (if you bring your own Twilio)
  • Public open-source code
  • Community support (GitHub)
Start free

Personal

$19/month

Everything in Free, plus the parts we operate for you. Bundle saves vs buying each piece.

  • Everything in Free
  • SynOI-hosted SMS HITL (no Twilio account needed)
  • Mobile push HITL (iOS / Android) - in development
  • Cloud-synced Decision Receipts across machines - in development
  • Receipt history dashboard
  • Multi-device license (up to 3 devices)
  • Email support

Bundle breakdown

Cloud Decision Receipt sync (soon)$9/mo
SynOI-hosted SMS HITL$7/mo
Mobile push HITL (soon)$5/mo
Multi-device license (3)$4/mo
À la carte total$25/mo
Bundle$19/mo
You save$6/mo
Subscribe

Team

Most popular
$99/seat / month

For teams that need shared governance, fleet HITL, and audit trails.

  • Everything in Personal
  • Fleet HITL routing: approvals can target any teammate
  • Shared governance policies + Policy Packs
  • Multi-tenant isolation
  • Receipt export (CSV / JSONL) + webhook stream
  • Budget controls + spend alerts
  • Multi-user team accounts
  • Priority email support
Subscribe

Enterprise

Custom

On-prem option, compliance evidence, SLA, dedicated infra.

  • Everything in Team
  • On-prem deployment option (SynOI Edge)
  • SSO / SAML (Okta, Azure AD, Google)
  • Cross-tenant SCG intel (Full tier)
  • SOC 2 Type II audit pack
  • Dedicated infrastructure
  • Custom Policy Packs
  • SLA + dedicated support
  • Annual contract
Talk to sales

Common questions

What does “100 requests / day” on Free actually mean?

A request is any call to /v1/messages or /v1/chat/completions on a hosted gateway. Self-hosted gateways have no limit. The cap is to keep the hosted free tier sustainable; you can run an unlimited local gateway forever.

What if I outgrow the limit mid-day?

We don't cut you off. We email and ask if you want to upgrade. If you say no, we throttle gracefully starting the next day.

What about LLM costs? Are those included?

No, you pay your LLM provider directly. We're middleware. Your Anthropic / OpenAI bill is separate. Most customers see ~30–60% reduction in their provider bill via SynOI's cache + body-shrink.

Who handles billing?

Paddle. They're our merchant-of-record, which means they handle VAT, sales tax, invoicing, and chargebacks globally. You'll see “Paddle.com” on your statement.

Can I self-host the gateway?

Yes. The Gateway is the same software whether you run it on your laptop, your office server, or we host it for you. License key activates the same features either way.

How do I cancel?

One click in the portal at app.synoi.systems → Billing. Cancellation takes effect at the end of the current period. You keep access until then.

Enterprise: what's actually different?

On-prem deployment, SSO/SAML, signed BAAs and DPAs, SOC 2 Type II evidence, custom Policy Packs, SLA, and a person on the other end of email. Annual contract. Sales-led.

What's the difference between Gateway tiers and Verified Publisher tiers?

Different buyers. Gateway tiers protect you when you install packages (developers, agent operators, ops teams). Verified Publisher tiers protect packages you publish (open-source maintainers, plugin businesses). Most engineering organizations buy from both sides because they do both. Pricing is independent: a 5-person studio publishing one internal package and consuming many would pay Studio (publisher, $99/mo) plus Team (gateway, $99/seat × 5 = $495/mo) = $594/mo total.

My OSS package has 80,000 weekly downloads, close to the 100K free threshold. Do I pay?

Email supplychain@synoi.systems and tell us. The 100K threshold is a guideline, not a fence. Critical infrastructure with lower download counts (security-sensitive packages, ecosystem foundations, niche-but-load-bearing) is free at our discretion.

Can I just use the free CLI to check packages?

Yes. npx @synoi/scg-inspect <package>@<version>runs the full divergence taxonomy against any npm package: no signup, no install, no infrastructure. Use it ad hoc whenever you're about to depend on something new. The CLI is part of the free tier and stays free forever.

How does Verified Publisher actually stop an Axios-style attack?

When you opt in to Verified Publisher, your npm publishgoes through a wrapper that requires out-of-band approval on a second device before the release ships. A stolen long-lived token alone can't complete the publish: the attacker would need to also compromise your phone, your hardware key, or whichever HITL channel you've configured. That's the cost asymmetry that defeats opportunistic credential theft.