Bbizbasics/ developers
◆ Developer platform

Ship your product.
Skip the platform.

bizbasics is a B2B control plane — identity, billing, entitlements, and an app catalog. You bring the product; we handle sign-in, who-can-use-what, and getting paid. Wire it up in an afternoon.

Quickstart →API reference
# 1 · the platform hands you a one-time token
GET https://your-product.com/auth/sso?token=…

# 2 · exchange it for the user — server to server
curl "$AUTH/api/v1/internal/verify-app-token?token=$T" \
  -H "X-Internal-Key: $SSO_SECRET"
# → { "user_id", "org_id", "role", "plan", "apps": [...] }

# 3 · set your own session cookie. done — no login code.

How it fits together

Customers sign in once. The control plane owns identity, billing, entitlements, and the catalog — and every product, ours or yours, plugs in over the same four contracts.

Your customersone sign-in · one billbizbasics control planeapi.bizbasics.aiIdentitySSO · sessionsBillingStripeEntitlementsplan · seats · appsCataloglauncherrelaychatmonkknowledge · RAGyour productbuilt by youEvery product speaks four contracts: SSO handoff · REST API + keys · Webhooks · Workspace records

Everything but your product

SSO, handled
One-time-token handoff. No login screens, no password storage, no JWKS to cache.
Billing & entitlements
Stripe is wired up. You receive role/plan/apps at SSO and query live usage via the API.
Workspace records
Publish a summary of any object; it shows up in search and recents across the whole suite.
Webhooks
Signed, retried lifecycle events — org, member, entitlement, sandbox changes.
Sandbox tenants
Throwaway orgs that bypass plan limits and auto-clean after 14 days. Perfect for demos.
Catalog & launcher
List in the bizbasics app catalog; customers launch you from one place with one identity.

Sign-in in one round-trip

No login screens, no password storage, no JWKS to cache — a one-time token your product exchanges server-to-server, then you mint your own session.

Browseryour customerbizbasicsauth.bizbasics.aiYour product/auth/ssosign in at app.bizbasics.ai1redirect → /auth/sso?token=… (one-time)2verify-app-token · X-Internal-Key3{ user · org · role · plan · apps }4set own session cookie · render5
The full handshake — see the SSO contract.

Three steps to live

1Clone the scaffoldA Go + Gin starter that already implements the whole integration — SSO, bootstrap, health, and record publishing.2Implement the contractFour endpoints your product exposes. The scaffold gives you all four; the contract tests keep you honest.3Submit for reviewWe review, provision infra, and flip you live in the catalog. Usually 1–3 business days.

Build something.

Read the docs without an account. You only need to sign in to issue keys or submit an app.

Read the docs →Open console ↗
© bizbasics — developer platform All systems operational