🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

copilotkit

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copilotkit

CopilotKit CLI

0.0.39
latest
Source
npm
Version published
Weekly downloads
639
16.82%
Maintainers
2
Weekly downloads
 
Created
Source

🪁 CopilotKit CLI

NOTE: The CopilotKit CLI is an optional tool that enhances the developer experience of CopilotKit. It is not required to use CopilotKit. Click here to get started with CopilotKit..

Version Downloads/week

What is the CopilotKit CLI?

The CopilotKit CLI boosts your CopilotKit development experience. It integrates neatly with Copilot Cloud.

Installation

# npm
npm install -g copilotkit

# pnpm
pnpm install -g copilotkit

# yarn
yarn global add copilotkit

Commands

init: Add CopilotKit to your Next.js project

The fastest way to add CopilotKit to your Next.js project is with the init command:

# Navigate to your Next.js project
cd my-nextjs-app

# Run the init command
copilotkit init

This interactive command will:

  • Set up the required UI components
  • Configure AI agents if desired (LangGraph, CrewAI)
  • Connect to Copilot Cloud (optional)
  • Create all necessary configuration files

You can also pass flags to automate the setup:

copilotkit init --mode LangGraph

login: Authenticating with Copilot Cloud

First, ensure you have an account on Copilot Cloud.

Then, run the following command to authenticate with Copilot Cloud:

copilotkit login

dev: Local Endpoint Development

The CopilotKit CLI allows you to create a local tunnel to your CopilotKit remote endpoints, agents, and LangGraph apps.

For example, to create a local tunnel to an endpoint running locally on port 8000, you can run:

copilotkit dev --port 8000

Need help?

You can always run copilotkit --help to get help on the CopilotKit CLI.

You're welcome to join our Discord to get help from the CopilotKit team and community.

Keywords

oclif

FAQs

Package last updated on 10 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts