Back to blog
AnnouncementApril 1, 2026

Introducing the Team Plan: RBAC, Shared Repos, and Unlimited Generations

The ShipLog Team plan is now live. Invite up to 7 members, assign roles, and generate changelogs together — all from a shared workspace.

N
Nick Kengne

Today we're launching the ShipLog Team plan — the first version of ShipLog built for teams rather than individuals.

What's in the Team Plan

Role-Based Access Control (RBAC)

Teams can now invite up to 7 members and assign one of three roles:

RoleWhat they can do
AdminInvite/remove members, generate changelogs, manage integrations
EditorGenerate changelogs and publish announcements
ViewerRead-only access — can view changelogs but not generate

Roles are enforced server-side and sync in real time across all sessions via Supabase Realtime.

Unlimited Generations

The Team plan removes all monthly generation limits. Generate as many changelogs as your release cadence demands.

REST API + API Keys

Team plan users can now access the ShipLog REST API with a personal API key (sl_live_...). Read your changelogs programmatically, pipe them into your internal tooling, or build on top of the API.

bash
curl https://shiplog-app.com/api/v1/changelogs \
  -H "Authorization: Bearer sl_live_your_key_here"

Linear & Jira Integration

The Team plan unlocks full issue-linking integrations. ShipLog scans your commit messages for ENG-123 or PROJ-456 patterns, fetches issue titles from Linear or Jira, and injects that context into the AI prompt — producing changelogs that are linked to the actual work that shipped.

After publishing, ShipLog can automatically:

  • Post a comment on each resolved Linear issue
  • Mark issues as Done in Linear

Invite Flow

The invite system is designed to be frictionless:

  1. The team owner invites a user by searching for their ShipLog username
  2. The invitee receives a notification banner in their sidebar
  3. They accept or decline — no email verification required
  4. On accept, their role activates immediately

Pricing

The Team plan is $39/month (or $31/month billed annually). It includes everything in Pro, plus everything described above.

We're not raising prices on existing Pro subscribers. If you're already on Pro, you can upgrade at any time from Settings → Billing.

What's Coming Next

  • JS embed widget to show your changelog on your own product page
  • Webhook-based auto-generation on git push
  • GitLab support

Thanks to everyone who's been using ShipLog in beta. Your feedback shaped every feature in this release.

— Nick

Enjoyed this article?

Try ShipLog — AI-powered changelogs from your Git commits.

Get started free