Skip to main content

For Agencies

Deliver one bounded Recommendation Audit for a public Shopify product page, then compare a later real answer under the same conditions.

TL;DR: Sell one client outcome: a Recommendation Audit that reads one public Shopify product page and tells the client how to improve it. Add a buyer question only when the client wants a later answer comparison.

Check, Fix, Test, Verify, and Lens remain technical capabilities. Use them when an audit or broader client task calls for them, not as separate offers.

Prospecting

Batch scan a portfolio:

colter batch clients.txt --format csv --output portfolio.csv

YAML input also works:

colter check --batch clients.yaml --concurrency 10 --json

Qualify A Recommendation Audit

Start with the exact product page. Add a buyer question only when the client wants a later comparison:

colter recommend-audit https://prospect-store.com \
  --product https://prospect-store.com/products/example \
  --intent "best product for a real buyer job" \
  --json

The most useful client outputs are:

  • measured public evidence
  • what to improve first
  • the saved buyer question and a later answer from the same named AI tool under comparable conditions

Delivery

Generate the implementation plan:

colter fix https://client-store.com --dry-run --json

Write files:

colter fix https://client-store.com --apply --output-dir ./fixes/client-a

Create evidence after deployment:

colter verify https://client-store.com --out ./evidence/client-a --json

Reporting

Export portfolio data:

colter batch clients.txt --format csv --output monthly-report.csv

Create a branded PDF through the hosted API:

curl -X POST https://agenticcom.ai/api/v1/check \
  -H "Content-Type: application/json" \
  -d '{"url":"https://client-store.com"}'

Use share links for client-safe distribution when the hosted flow returns a result ID.

Retention

Use the monitoring capability documented under Lens only when the client has connected collection and needs:

  • cross-client monitoring
  • alerting on regressions
  • portfolio exports
  • ongoing observation after the page work

Pricing

Agency includes Test and advanced reporting. See Pricing for current limits and included features.

Next Steps