> ## 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.

# CLI Quickstart

> Install Bounty CLI skills for Claude Code, Codex, and other AI coding agents.

Use this path when you want Claude Code, Codex, or another AI coding agent to work with Bounty marketing data through the CLI.

## Prerequisites

* Node.js 20 or later.
* A Bounty account with access to the organization you want to inspect.
* Claude Code, Codex, or another AI coding agent that can load skills.

## 1. Run Setup

```bash theme={null}
npx -y bounty-cli@latest init --all --browser
```

This command:

* Installs Bounty marketing skills into detected AI coding agents, including Claude Code and Codex.
* Opens browser login for CLI authentication.
* Stores a local user session for future CLI commands.

## 2. Restart Your Agent

Restart your AI coding agent after setup completes. Most agents discover new skills only during startup.

For agent-specific setup, see [Use with Claude & Codex](/cli/claude-codex).

## 3. Verify Access

```bash theme={null}
bounty-cli whoami
bounty-cli campaigns list --json
```

If the CLI says you are not logged in, run:

```bash theme={null}
bounty-cli login
```

## 4. Ask A Marketing Question

Examples:

* "Which campaigns spent the most last week?"
* "Find weak ads from the last 30 days."
* "Check whether this creative is fatiguing."
* "Show me generated actions that are accepted but not live."
* "Analyze this campaign and return prioritized findings."

The installed skills steer the agent toward the right `bounty-cli` commands and JSON output.
