Get Started

Collaboration Features

LangCTL provides role-based access control, activity tracking, and team workflows for effective collaboration.

Role-Based Access

RoleCan Do
OwnerEverything including billing and org deletion
AdminManage team, projects, translations, settings
MemberCreate and edit translations, export
ViewerRead-only access

Team Workflows

Workflow 1: Review Process

langctl keys create my-app feature.title --value-en "Title" --draft

langctl keys list my-app --drafts

langctl keys publish my-app feature.*
Sarah -> auth module
John -> dashboard module
Maria -> settings module

Activity Tracking

  • Real-time activity feed
  • Per-user activity statistics
  • Audit logs for compliance
  • Team notifications
💡
Tip

Divide work by modules to avoid conflicts. Use draft->review->publish workflow for quality control.

Next Steps