Skip to Content
Getting StartedOverview

Getting Started

Everything you need to go from zero to your first Pilot-generated pull request.

Requirements

To run Pilot, you need:

RequirementDescription
Claude Code CLIOr alternative backend (Qwen Code, OpenCode) — see Execution Backends
ANTHROPIC_API_KEYAPI key for Claude (or equivalent for your backend)
GITHUB_TOKENOr equivalent for your PM adapter (GitLab, Azure DevOps, Linear, Jira)
Network accessOutbound to GitHub/GitLab API + Anthropic API

Steps

Follow these guides in order:

StepGuideDescription
1PrerequisitesInstall Claude Code and set up a Git hosting token
2Quick StartInstall Pilot and ship your first PR in 10 minutes
3InstallationDetailed install methods — curl script, Homebrew, from source
4ConfigurationFull config.yaml reference — auth, adapters, environment variables

New to Pilot? Start with Prerequisites, then follow the Quick Start guide to get a working setup end to end.

Next Steps