AgentRQ Docs
Everything you need to keep humans in the loop while Claude Code works autonomously. From first setup to advanced MCP tool usage (all 7 tools).
Quick Start
Go from zero to your first Claude Code task in under 60 seconds. Sign up, create a workspace, and paste one config snippet.
Connect Claude Code
Configure the .mcp.json file, generate your MCP token, and
wire up the notification channel in your CLAUDE.md.
Connect ACP Agents
Use the open-source ACP Gateway to connect Gemini CLI and other ACP-compatible agents to your AgentRQ workspaces.
Workspaces
Understand workspaces — your isolated collaboration environment. Create one per project, invite agents, manage MCP tokens.
Tasks
Learn the task lifecycle — how Claude creates tasks, you respond, and the agent continues. Handle approvals, rejections, and attachments.
MCP Tools Reference
Complete reference for all 7 AgentRQ MCP tools:
createTask, updateTaskStatus, reply, getWorkspace, getTaskMessages, getNextTask, downloadAttachment. Full parameter tables and
code examples.
How It All Fits Together
.mcp.json. Claude Code picks it up
automatically and gets access to all 7 MCP tools.createTask. You get a real-time
notification in the web UI. You reply, approve, or reject — Claude continues.