SEQN Auth Pricing and Limits
SEQN Auth should present a simple three-tier SaaS ladder: Free, Pro, and Scale. Payment collection, invoices, checkout, and dunning are intentionally outside the MVP; these plans are enforced through manual subscription state and limits.
Public packages
| Plan | Plan key | Intended use | Projects | Users | Webhook endpoints | Monthly sessions guide | Included features | | --- | --- | --- | ---: | ---: | ---: | ---: | --- | | Free | free | Development, prototypes, and small internal apps | 2 | 3 | 1 | 1,000 | MFA, organizations, shared-development Google OAuth, basic webhooks | | Pro | pro | Production apps and growing teams | 25 | 10,000 | 25 | 100,000 | Free features plus audit logs and production OAuth guidance | | Scale | scale | High-volume or enterprise operations | 250 | 1,000,000 | 250 | Custom or 1,000,000+ | Pro features plus priority ops and negotiated limits |
Currently enforced resource limits are projects, users, and webhook endpoints. Monthly sessions are a packaging and usage-reporting guide until session-volume enforcement is wired.
Compatibility note
The backend currently includes an internal/manual Starter seed for compatibility with existing tenant setup. Do not market Starter publicly unless the product ladder intentionally changes. Public docs, support language, and onboarding should use Free, Pro, and Scale.
Manual subscription status
Allowed operational states:
active- org can create and mutate resources within limits.trialing- org can create and mutate resources within limits.past_due- support should review; mutation policy may remain manual.cancelled,expired, or inactive states - mutating project, user, webhook, and usage routes should be blocked.
Limit-change policy
- Temporary increases should have an owner, expiry date, and reason.
- Permanent increases should move the org to Pro or Scale rather than silently editing Free.
- Scale limits can be negotiated, but the configured limits must still be explicit in the subscription record.
- Support should never bypass plan limits by creating resources directly in the database.
Customer-facing wording
Use this wording in docs and support replies:
SEQN Auth is available as Free, Pro, and Scale. Free is for development and small projects. Pro is for production teams. Scale is for high-volume and enterprise operations. Billing automation is not part of this MVP, so plan changes are handled manually by SEQN ops.