An overview of the CRHQ platform — what it does, core concepts, and how AI agents work on your behalf.
CRHQ (Control Room HQ) is an autonomous AI agent platform. Each CRHQ instance runs on a dedicated server, giving your AI agents their own workspace — with file system access, browser automation, persistent memory, and the ability to connect to your tools and services.
Think of it as a workspace where AI agents work alongside you. You give them instructions, skills, and access — they research, build, create, and strategize.
Before diving into the platform, here are the key building blocks:
A session is a conversation between you and an agent. You can create multiple sessions with different agents, organize them into projects, and come back to them at any time. Sessions support text, voice input, file attachments, and artifacts.
Agents are AI workers with specific roles and capabilities. Each agent has a name, instructions that shape its behavior, a default model (Haiku, Sonnet, or Opus), and assigned skills. You can use the pre-built system agents or create your own.
Skills are capabilities you give to agents. A skill contains instructions, API references, and scripts that tell an agent how to do something — like manage a database, use a browser, connect to Slack, or generate reports. Skills are modular: assign only what each agent needs.
Recipes are procedural, multi-step workflows. While skills give agents capabilities, recipes give them procedures — step-by-step instructions for executing economically valuable work. For example: "Use these 7 skills to audit a website, generate a report, and send it via email."
Projects organize your work. Group sessions, assign project documents, and track status. Each project can have its own knowledge base that agents automatically reference when working in that context.
Memory is persistent knowledge that agents retain across sessions. Facts, preferences, decisions, and context — once stored, agents can recall and apply this information in future conversations automatically.
Under the hood, each agent runs as an isolated process on your dedicated server. When you send a message:
Agents have access to:
Every CRHQ instance runs on its own VPS (Virtual Private Server). This means:
Tip: Your CRHQ instance is fully managed. Infrastructure, updates, and security patches are handled automatically through the CRHQ Hub sync system.