Skip to main content

AI coding framework built for developers

Codebuff coordinates specialized AI agents to understand your codebase and make precise changes through natural language. Create custom agents, build workflows, and integrate AI coding into your applications.

Quick Start

Get Codebuff running in your project in under 5 minutes

1

Install Codebuff CLI

Install the CLI globally using npm:
npm install -g codebuff
Or use it directly with npx without installation:
npx codebuff
2

Run in your project

Navigate to your project directory and start Codebuff:
cd your-project
codebuff
You’ll be prompted to authenticate and get your API key from codebuff.com/api-keys.
3

Make your first request

Tell Codebuff what you want in natural language:
> Add error handling to the API endpoints
Codebuff will analyze your codebase, find the relevant files, and make the changes across your project.

Explore by topic

Choose your path based on what you want to build

CLI Guide

Use Codebuff interactively from your terminal to edit code with natural language commands

SDK Integration

Embed Codebuff into your applications with the JavaScript/TypeScript SDK

Create Custom Agents

Build specialized agents with TypeScript to handle your unique workflows

Custom Tools

Extend agent capabilities by creating custom tools for your use case

Multi-Agent Orchestration

Learn how Codebuff coordinates specialized agents for complex tasks

Model Providers

Use any model from OpenRouter including Claude, GPT, Qwen, and DeepSeek

See it in action

Real-world examples showing what you can build with Codebuff

Basic Usage

Simple SDK integration examples to get started

Custom Agent

Build a custom agent for your workflow

Git Automation

Automate git commits and workflows

Ready to start building?

Install Codebuff and start using AI agents in your development workflow today

Get Started