Human-in-the-Loop Agent Task Management for Claude Code
Back to Glossary

Workspace

A workspace in AgentRQ is an isolated environment that groups together AI agents, tasks, and team members. Each workspace has its own MCP endpoint, task board, and configuration — providing a clean separation between different projects, teams, or deployment environments.

What a Workspace Contains

Component Description
MCP endpoint The URL agents use to connect (https://mcp.agentrq.com/{workspace_id})
Task board The human-facing UI for monitoring agent work
Members Team members who can view and respond to agent tasks
Configuration Custom context delivered to agents via getWorkspace
Tasks All tasks created by agents within this workspace

Workspace Isolation

Each workspace is independently isolated:

Configuring a Workspace

Workspace context is returned by the getWorkspace MCP tool. This gives the agent instructions specific to the workspace — like project context, coding conventions, or escalation policies. Agents should call getWorkspace when starting a new session to understand their current operating environment.

Multiple Workspaces

You might use multiple workspaces to separate:

Related Terms

Start Free