# AGENTS.md - Customer.io CLI

You are being asked to install or use the Customer.io CLI from the Printing Press library.

## What it is

customer-io-pp-cli is an agent-native command line tool for Customer.io. Manage Customer.io campaigns, broadcasts, segments, deliveries, exports, and Reverse-ETL via the Service Account token.
It is a single Go binary that ships with an agent skill, and it installs with one command.

## Install

Recommended (installs the binary and the agent skill):

    npx -y @mvanhorn/printing-press-library install customer-io

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-customer-io --force

OpenClaw:

    clawhub install printing-press-library/customer-io

## MCP server

This CLI ships an MCP server (customer-io-pp-mcp) with 34 tools. Point any MCP client at it, including Claude Desktop.

## After install

Call customer-io-pp-cli from the shell, or use the /pp-customer-io skill inside an agent.
Run customer-io-pp-cli --help to list commands.

## Links

- Documentation: https://printingpress.dev/documentation/customer-io
- Library page: https://printingpress.dev/library/marketing/customer-io
- This file: https://printingpress.dev/documentation/customer-io/agents.md
