Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bountygrowth.com/llms.txt

Use this file to discover all available pages before exploring further.

Install The CLI

The package name and installed binary are both bounty-cli.

Run With npx

npx -y bounty-cli@latest login
npx -y bounty-cli@latest whoami
npx -y bounty-cli@latest campaigns list --json
For AI coding agents, install skills and authenticate in one command:
npx -y bounty-cli@latest init --all --browser
Use --agent to target one agent:
npx -y bounty-cli@latest init --agent codex --browser
Supported agent targets:
TargetAliases
codexcodex
claude-codeclaude, claude-code
cursorcursor
windsurfwindsurf
opencodeopencode, open-code
gemini-cligemini, gemini-cli

Global Install

npm install -g bounty-cli
bounty-cli login
bounty-cli whoami

Backend Target

Installed usage targets:
https://app.bountygrowth.com
Override the backend only when directed by Bounty support:
BOUNTY_API_URL=https://app.bountygrowth.com bounty-cli whoami
The CLI rejects insecure non-local HTTP URLs.