crewkit
MarketplaceFeaturesPricingDocsGitHub
Sign InGet Started
crewkitInstallationQuickstartConfigurationTroubleshooting

Usage

TUICLIDashboardAnalytics

Configure

AgentsSkillsRulesCommandsInheritancePlaybooksExperimentsHooksTeamWorkspacesFAQ

API Reference

API OverviewAuthenticationSessions APIResources APIOrganizations APIProjects APIPlaybooks APIExperiments API

Quickstart

Go from install to your first tracked session in under a minute.

Get a fully tracked coding session running in one command.

cd my-project
crewkit code

That's it. crewkit code handles everything inline — authentication, project detection, resource sync, and launching Claude Code.


What happens

  1. Authentication — If you're not logged in, crewkit opens a browser for device auth. You approve on the web, and the CLI picks up the token automatically.

  2. Project detection — crewkit reads your git remote and matches it to a project in your organization. If the project doesn't exist yet, it offers to create one.

  3. Resource sync — Your team's agents, skills, rules, and commands are synced to .claude/ in your project. Files are checksummed so local edits aren't accidentally overwritten.

  4. Launch — Claude Code starts inside the crewkit TUI, which adds a sidebar with real-time metrics.


The TUI

The crewkit TUI wraps Claude Code with a collapsible sidebar showing:

  • Context — Context window usage, total tokens
  • Session — Model, duration, turn count, compactions
  • Git — Branch, uncommitted changes, recent commits
  • Summary — AI-generated session summary (updates periodically)
  • Plan — Active plan file tracking

Press Tab to toggle the sidebar. Press Ctrl+C to end the session.


View your session

After the session ends, open the crewkit dashboard to see:

  • Conversation history with token counts per turn
  • Total cost and duration
  • Tool usage breakdown
  • AI-generated summary and coaching tips

First-time setup

If this is a brand new project, crewkit code handles everything inline. But you can also initialize explicitly:

crewkit init

This walks through project setup interactively — linking your git repo to an organization and project.

For CI/CD environments, use crewkit code --yes to skip interactive prompts. Set CREWKIT_REPOSITORY_ID to specify the repo directly.


Next steps

  • CLI command reference
  • Configure agents for your team
  • View analytics in the dashboard

Installation

Install the crewkit CLI on macOS, Linux, or Windows.

Configuration

Configure crewkit with environment variables, config files, and CI/CD settings.

On this page

What happensThe TUIView your sessionFirst-time setupNext steps
crewkit

Observability, governance, and continuous improvement for AI-assisted engineering teams.

Product

  • Marketplace
  • Features
  • Pricing
  • Documentation

Resources

  • GitHub
  • Changelog
  • Report Issue
  • System Status

Company

  • About
  • Privacy
  • Terms

© 2026 Karibew Inc. All rights reserved.

Command Palette

Search conversations, projects, playbooks, and more