Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free browser-based kanban board to run, queue, and track multiple AI coding agents (Claude Code, Codex, Cursor) in parallel.
Submit your own product to reach creators and founders looking for the next tool to try.
AI Agent Task Manager is a free browser-based kanban board from Codersera that lets developers run multiple AI coding agents — Claude Code, Codex, and Cursor — in parallel by queueing tasks per workstream and letting agents pull work autonomously.
It is a free browser-based task board for managing several AI coding agents that work on the same or different projects at the same time. Each column of the board is a workstream that maps to one agent session; each card is a task with a title and a full instructions body. The board runs in any modern browser, is made by Codersera, and works with agents like Claude Code, Codex, Cursor, or any tool that can make HTTP requests. Signed-in users get a personal API key so agents can pull tasks from the board and report progress back over a small REST protocol.
Create a workstream per agent session, add tasks with titles and instruction bodies, and click "Connect an agent" to generate an API key and bootstrap prompt. Paste the prompt into a fresh agent terminal; the agent then claims the top task, works it, posts a one-line result on completion, and loops back for the next. When it needs a decision, it raises an attention flag, the column turns amber, and your browser notifies you.
The board is free. No signup is required to try it; signing in with Google is free and unlocks cross-device sync plus the personal API key for autonomous agents. Codersera states there are no artificial caps on the free tier, no credit card, and no training on user data.
The board is free. You can use it anonymously with no signup — it saves to your browser via IndexedDB. To connect autonomous agents (which need a private API key) and sync your board across devices, sign in with Google.
Click "Connect an agent" on any workstream, generate your personal API key, and copy the bootstrap prompt it gives you. Paste that into a fresh Claude Code, Codex, or Cursor session. The prompt tells the agent to call the board over HTTPS: pull its next task, do it, mark it complete, and repeat.
The agent flags the task, that column turns amber ("needs you"), and your browser fires a notification. You answer the agent at that terminal; it then clears the flag and resumes itself. The board is an at-a-glance signal, not a chat relay.
Anonymous boards never leave your browser. Signed-in boards are stored in Codersera's database scoped to your account. Codersera says it never shares or sells data and never uses it to train models; task instructions are stored as plain text so agents and you can read them back exactly.
Anything that can make an HTTP request. It is built and tested for Claude Code, OpenAI Codex, and Cursor in full-auto mode, but the protocol is plain REST, so your own scripts, self-hosted Claude via the Anthropic API, OpenAI-compatible local models via vLLM, Ollama agents, or custom Python scripts can drive it too.