What Peekaboo does not do
Integrations we do not have
Where Peekaboo does not connect natively today, Gemini app, Agency Analytics, Octoboard, CLI, bulk creation, and the workaround for each.
3 minute read · Last reviewed: August 14, 2026
If your workflow already runs through a specific tool, here's exactly where Peekaboo does and doesn't plug in directly, and what to do about the gaps.
Gemini app
The MCP and API-based AI-tool connection works with Claude, Claude Code, ChatGPT/Codex, and Cursor, so you can ask any of those directly about your Peekaboo data in natural language. Gemini's own app isn't wired into that connection.
Workaround: export your data as CSV and bring it into Gemini manually. See Connect Claude via MCP for how the supported connection works, since the same underlying API powers the CSV export.
Agency Analytics
There's no native integration that pushes Peekaboo data straight into Agency Analytics.
Workaround: pull your data through the REST API into a Google Sheet, then connect that sheet as a data source in Agency Analytics. It's an extra hop, not a dead end, once the sheet is set up it updates the same way any API-fed sheet would.
Octoboard
Same situation as Agency Analytics: no native connector today.
Workaround: the same API-to-Sheets bridge applies. Pull the data via the REST API, land it in Google Sheets, then feed Octoboard from there.
Command-line automation
There's no public CLI for Peekaboo. If you're used to scripting things from a terminal, that instinct still works, it just runs through a different door.
Workaround: everything a CLI would normally do (pulling data, adding prompts, adding competitors) is available through the REST API or MCP. Most agencies wire this up once with Claude Code or a script and never think about it again.
Bulk brand and prompt creation
The dashboard UI adds brands and prompts one at a time. There's no upload screen for creating dozens of brands or hundreds of prompts in bulk.
Workaround: the API and MCP both support scripted, bulk creation. This is the standard path for agencies onboarding a large multi-location or multi-client account, and it's much faster than clicking through the UI for every brand.
The pattern across all of these
Every gap above has the same shape: no dedicated UI or native connector yet, but full data access through the REST API. If you're building your own reporting on top of Peekaboo, Custom reports covers how other agencies have used that same API to build exactly what a missing integration would have given them.
Frequently asked questions
Can I connect Peekaboo directly to the Gemini app?
No, that specific connection does not exist. Export your data as CSV and bring it into Gemini manually instead.
Does Peekaboo push data into Agency Analytics or Octoboard automatically?
No native integration exists for either one. Pull your data through the REST API into a Google Sheet, then connect that sheet to Agency Analytics or Octoboard.
Is there a command-line tool for Peekaboo?
No public CLI exists today. Anything you would script from a terminal is available instead through the REST API or MCP.
Can I create dozens of brands or prompts at once in the dashboard?
Not in the UI, it adds one at a time. The API and MCP both support scripted bulk creation, which is the standard path for larger agency setups.
