Quick Start
From zero to your first annotation in under 5 minutes. No code changes to your repository.
STEP 1 — CREATE ACCOUNT
Individual user
Ideal for freelancers and solo developers. Sign up with email, GitHub, or Google.
Organization
Ideal for agencies and teams. Sign up as Organization — enter name, email, country, company size. You become the owner.
Forgot password?
Click Forgot password on the login page. You'll receive a reset link by email (expires in 1 hour).
STEP 2 — CONNECT A REPO
STEP 3 — INSTALL THE CLI
$ npm install -g @bugdrop/cli$ bugdrop auth sk-bd-<your-api-key>$ cd my-project && bugdrop init✓ Linked to my-project
Get your API key
Settings → API Keys → Create Key. The key is only shown once — copy it immediately.
STEP 4 — START YOUR FIRST REVIEW
AI fix generated automatically
On Starter plans and above, BugDrop generates an AI fix diff within seconds of submission. Apply it from the CLI with: bugdrop apply <annotationId>