Getting Started with Colter
Score, fix, monitor, and test your store's AI agent readiness. Get started in 60 seconds.
TL;DR: Install the CLI with
npm install -g @getcolter/cli, runcolter check https://your-store.com, then usecolter fix,colter test, andcolter lensas needed. If you want a zero-install path, usenpx @getcolter/cli check https://your-store.com.
What Colter Does
Colter helps stores become discoverable and usable by AI shopping agents.
| Product | Main job | Availability |
|---|---|---|
| Check | Score readiness and find gaps | Free |
| Fix | Generate missing agent-facing infrastructure | Free |
| Lens | Monitor live AI agent traffic | Paid plans |
| Test | Simulate AI shopping personas | Add-on on Pro, included on Agency and Enterprise |
| Verify | Produce conformance evidence and audit packs | Add-on except Enterprise |
Fastest Path
npm install -g @getcolter/cli
colter check https://your-store.com
colter fix https://your-store.com --dry-run
No install:
npx @getcolter/cli check https://your-store.com
Demo target:
colter check puddingheroes.com
Protocols
UCPfor Google ecosystem flowsACPfor OpenAI ecosystem flowsMCPfor agent tool accessWebMCPfor browser-side tool discovery
Installation
Install with npm:
npm install -g @getcolter/cli
colter --version
Install with Go:
go install github.com/mfbahc/agentic-com/cmd/colter@latest
Minimal Config
Most check flows need no config. If you want saved defaults, create colter.yaml:
version: "1"
store:
url: "https://your-store.com"
fix:
output_dir: "./colter-fixes"
Pick Your Path
| Role | Start here |
|---|---|
| Developer | For Developers |
| Agency | For Agencies |
| Merchant | For Merchants |
| AI agent builder | MCP Tools |
Recommended Flow
- Run Check to get the score and verdict.
- Run Fix to generate the missing infrastructure.
- Run Test to see how real agent flows behave.
- Run Verify to produce Evidence Packs.
- Add Lens once you want live monitoring.
Troubleshooting
If colter is not on your path:
npx @getcolter/cli check https://your-store.com
If the store blocks requests:
colter check https://your-store.com -v