Install with AI
Point your AI coding agent at iterateTo's Agent Skill and let it install and configure the widget for you.
iterateTo ships an Agent Skill — a single SKILL.md that any modern coding assistant can read (Claude Code, Codex / ChatGPT, Cursor, VS Code / Copilot, Gemini CLI, Windsurf, and more). Give your agent the skill and it detects your framework, drops in the embed, wires env, and records the setup in your AGENTS.md so future sessions know the widget is there.
Point your agent at the skill
Hosted Agent Skill
One SKILL.md that works across Claude Code, Codex, Cursor, VS Code, Gemini CLI, and more.
Add it to your repo
npx skills add https://iterateto.com/skill.mdOr just run the CLI
The skill shells out to the same CLI you can run yourself — skills provide the context, the CLI does the work. iterateto info --json reads your project's real state so the agent doesn't guess; init writes the embed.
npx iterateto init --key pk_... --yesWhat the agent does
- Runs
iterateto info --jsonto read your actual framework and install state. - Confirms your project public key (
pk_...) from the dashboard — it never hard-codes a key. - Runs
npx iterateto init --key <pk_> --yes(or the manual embed it prints). - Wires the necessary env and verifies the widget config responds.
- Appends a short iterateTo block to your
AGENTS.md/CLAUDE.mdrecording where the keys live and how to reach the MCP queue.
Machine-readable docs
Every docs page is available as raw Markdown — append .md to any docs URL, or use the copy button at the top of the page. Two site-wide indexes help agents discover the rest:
- `/llms.txt` — a link map of the docs (the emerging convention).
- `/llms-full.txt` — the full docs as a single Markdown file.
- `/skill.md` — the hosted install skill, served verbatim.