rbox CLI
Command-line access to your Rockerbox data
Query your multi-touch attribution data, analyze ROAS by channel, and explore conversions—all through natural language with Claude.
Command-line access to your Rockerbox data
Query your multi-touch attribution data, analyze ROAS by channel, and explore conversions—all through natural language with Claude.
Three steps to connect your data.
Run the installer to download and set up the latest version:
$ curl -fsSL https://cli.rockerbox.com/install.sh | bash
bash --version to verify.
The installer detects your OS and architecture, downloads the correct binary, verifies its SHA-256 checksum, and sets up shell completions.
Log in with your Rockerbox account. This opens a browser for secure authentication:
$ rbox login
Verify your identity and current advertiser:
$ rbox whoami
rbox includes skills for Claude Code that give Claude context about your Rockerbox data and pre-approved permissions to run commands on your behalf.
Create a folder for your Rockerbox work and initialize it. You can put this anywhere—the location doesn't affect how rbox works:
$ mkdir ~/rockerbox && cd ~/rockerbox $ git init $ rbox agent init
rbox agent init from any git repository.
This command:
.claude/skills/rbox-cli/Bash(rbox:*) permission so Claude can run rbox commands
The fastest way to get started is to ask Claude. Once you've run
rbox agent init, open Claude Code and try:
Claude already knows your Rockerbox account and what queries are available. Ask it anything—from "what can I do?" to specific analysis questions. No need to memorize commands; Claude handles that for you.
rbox includes a built-in DuckDB database. When Claude queries your data, it caches results locally so follow-up questions run instantly—no re-fetching, fewer tokens, faster answers.
| Command | What it does |
|---|---|
rbox services |
List available API services |
rbox datasets datasets list |
List available datasets |
rbox datasets datasets aggregate-mta query post --spec |
View query schema and required fields |
$ rbox datasets datasets list