Navin

Team plans and organizations

Navin Team is a multi-seat subscription: $40 per collaborator / month, with $30 OpenRouter AI budget per seat pooled on the organization.

Examples: Team 5 = $200 / month and $150 AI budget; Team 10 = $400 / month and $300 AI budget. Seats range from 2 to 50.

Individual plans (Free / Plus / Pro / Ultra) are unchanged. Free remains BYOK (bring your own keys); Navin does not grant managed trial credits on Free.

Database

MigrationRole
site/supabase/2026-08-02-organizations.sqlorganizations, org_members, org_invites, org usage pool
site/supabase/2026-08-02-org-projects.sqlShared projects, specialties, ownership zones, events
site/supabase/2026-08-02-synced-threads.sqlOptional encrypted thread sync stub
site/supabase/2026-08-02-enterprise.sqlAudit + SSO config (above Team)

Run organizations before enterprise, synced-threads, or org-projects.

Site APIs

AreaPaths
Orgs/api/orgs, /api/orgs/invite, /api/orgs/accept, /api/orgs/members
Projects/api/orgs/projects, /api/orgs/projects/[id]/…
License/api/license/validate returns orgId, seatCount, role when applicable

UI: account Team page (/account/team) - seats, invites, shared project cockpit.

Environment

VariableRole
STRIPE_PRICE_TEAMStripe price id for $40/seat recurring
UPSTASH_REDIS_REST_URL / TOKENOptional shared rate-limit (else in-memory)

See site/.env.example.

Related

  • Shared projects and ownership: Organization projects
  • Enterprise (SSO, audit, evals): Enterprise
  • Hybrid presence / ACL: collab tokens in navin/webui/collab_tokens.py, ACL in navin/collab/acl.py

Source: content/docs/team-plans.md