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:
| Role | What they can do |
|---|---|
| Admin | Invite/remove members, generate changelogs, manage integrations |
| Editor | Generate changelogs and publish announcements |
| Viewer | Read-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.
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:
- —The team owner invites a user by searching for their ShipLog username
- —The invitee receives a notification banner in their sidebar
- —They accept or decline — no email verification required
- —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