Declarative .bot workflows
Chain agents, judges, routers, human gates, tools, and compute into one readable graph — versioned, diffable, re-runnable without an interpreter.
Learn the DSL
Apps have Linux. The cloud has Kubernetes. AI agents have Iterion. Define agent workflows as readable .bot files and operate every run — locally, in CI, or across a multi-tenant cloud.

A .bot is a readable graph. Here's a plan → implement → review loop that keeps fixing until a judge approves — declarative, versioned, re-runnable:
schema verdict:
approved: bool
notes: string
agent plan:
system: "Turn the request into a concrete plan: files, steps, constraints."
agent implement:
backend: "claude_code"
system: "Implement the plan, then run the tests."
judge review:
output: verdict
system: "Approve only if the change is complete and the tests pass."
workflow ship_it:
entry: plan
plan -> implement -> review
review -> implement as fix(3) when not approved
review -> done when approved… which compiles to this graph and runs it — in parallel where it can, with budgets, sandboxing, and checkpoints:
Design it on the canvas or edit the source — both stay in sync in the visual studio:

Launch from anywhere; the same compiled graph runs the same way — scheduled in parallel, bounded by budgets, isolated in a sandbox, and checkpointed so it can resume:
Iterion ships a maintained fleet of 25+ production bots — real, grounded examples of what an operated agent workflow looks like. A few of the jobs they do:
| Use case | Bots that run it | |
|---|---|---|
| 🚀 | Ship software from a prompt — greenfield apps and end-to-end features | Appy · Featurly · Fini · Bmady |
| 🔁 | Continuously review & improve a codebase — whole-repo and per-branch campaigns, mono-default PR review with optional cross-family confirmation, test coverage | Willy · Billy · Revi · Testy |
| 🛡️ | Automated security & supply chain — SAST, dependency/SCA, diff-scoped CVE & malware shields on every PR | Seki · Depsy · Vulny · Shieldy |
| ⬆️ | Upgrade dependencies safely — multi-stack agentic upgrades with a review gate | Renovacy · Vetty |
| 📚 | Keep docs & knowledge aligned — docs alignment, wiki generation, ADR cartography | Doki · Wikky · Adry |
| ♿ | Accessibility audits — RGAA 4.1.2 over deterministic gates | Acci |
| 🗂️ | Triage & route work — classify board cards, auto-open PRs, answer PR questions | Triagy · Revi |
| 📡 | Watch & react — feed/veille monitoring and digests | Vigie |
| 🧭 | A strategic partner — a conversational co-CTO and roadmap, an architectural visionary | Nexie · Evoly |
Run any bot as-is, fork and adapt one to your repo, or author your own from scratch — in the visual studio builder, with iterion bots create, or by hand in the readable .bot DSL. Package it as a .botz bundle and share it through the marketplace. The same workflow runs unchanged from your laptop to CI to the cloud.
New here? Start with Why Iterion? for the vision, jump straight to Install, or explore the bot fleet.