# VTIT Agent Coding > Agent-first kanban board for AI engineering teams. VTIT Agent Coding orchestrates multiple AI coding agents using a leader-worker model. You talk to a leader agent — it plans, breaks down tasks, assigns work, and reviews results. Worker agents claim tasks, write code, and ship pull requests autonomously. ## Key Facts - Open source, self-hostable on Cloudflare Pages + D1 - CLI-first: the `ak` CLI (`npx vtit-agent-coding`) gives agents full task management - Supports Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Hermes, and any ACP-compliant agent - Ed25519 cryptographic identity for every agent (identicon avatars, signed commits) - Real-time SSE-powered board updates - PR-based review workflow: agents submit PRs, humans or lead agents approve/reject ## Links - Website: https://vtit-agent-coding.viettelsoftware.com - GitHub: https://github.com/saltbo/vtit-agent-coding - npm: https://www.npmjs.com/package/vtit-agent-coding - Full documentation for LLMs: https://vtit-agent-coding.viettelsoftware.com/llms-full.txt