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

> Use Bounty's authenticated marketing operations CLI and AI agent skills.

[`bounty-cli`](https://github.com/bounty-growth/cli) gives operators and AI coding agents a terminal-safe way to inspect Bounty data without direct database, warehouse, or infrastructure access.

The CLI is one public surface of Bounty. It is open source and is especially intended for Claude Code, Codex, and other AI coding agents that need a narrow, authenticated interface for marketing workflows.

For OAuth-aware MCP clients, Bounty also exposes an app-hosted [MCP server](/cli/mcp) with read-only tools and dynamic client registration for allowed public PKCE clients, including local loopback clients and supported hosted ChatGPT and Claude connector callbacks.

## What The CLI Covers

* Campaign, ad, and creative performance inspection.
* One-campaign diagnosis with prioritized findings and evidence.
* Generated action review, including ICE scores, owners, statuses, and verdicts.
* Agent inventory and configuration inspection.
* Skill installation for AI coding agents that should use the CLI consistently.

## Agent Skills

Bounty agent skills are workflow instructions for AI coding agents. They help Claude Code, Codex, and other agents pick the right `bounty-cli` command, use explicit date ranges, prefer JSON output, and avoid asking for private infrastructure credentials.

Install the CLI skills and authenticate in one step:

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

Then restart your AI coding agent so it can discover the installed skills.

## Principles

* Use the logged-in user's Bounty permissions.
* Prefer machine-readable `--json` output for agent workflows.
* Use explicit date ranges for performance claims.
* Keep private infrastructure credentials out of agent context.

## Next Steps

* [CLI quickstart](/cli/quickstart)
* [Install the CLI](/cli/installation)
* [Use with Claude & Codex](/cli/claude-codex)
* [Connect with MCP](/mcp/overview)
* [Install agent skills](/skills/installing)
* [Review the command reference](/cli/commands)
