> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bossmode.ing/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Deployer — Overview

> BossMode's Agent Deployer platform is the control plane for operators who identify, design, deploy, and govern AI agent workflows at scale.

## What is the Agent Deployer platform?

The "Agent Deployer" is an emerging role in companies that run AI-powered operations: the person who identifies high-leverage workflows, designs future-state agent flows, connects business systems, feeds agents the right context, and keeps everything governed and auditable.

BossMode's Agent Deployer platform gives that operator a complete workspace — on top of the existing consigliere, standing orders, and audit infrastructure.

## The problem it solves

Without this platform, an Agent Deployer has to:

* Hunt context across six different tools before every briefing
* Eyeball candidate workflows in spreadsheets with no scoring
* Run ad-hoc competitor research on a separate schedule
* Manage team permissions through shared passwords or inbox threads
* Validate prompt changes by running them manually in a notebook

That is not a workflow. BossMode closes all five gaps in one additive layer.

## What ships

<CardGroup cols={2}>
  <Card title="Context & Capture" icon="database" href="/agent-deployer/context-and-capture">
    Centralized customer context, Loom and Slack link capture, and competitive research — everything agents need, in one place.
  </Card>

  <Card title="Workflows & Skills" icon="code-branch" href="/agent-deployer/workflows-and-skills">
    100x workflow candidate scanner, shared skills registry, and roadmap status board.
  </Card>

  <Card title="Governance" icon="shield-check" href="/agent-deployer/governance">
    Live KPI tiles, eval harness, connector health checks, and team RBAC.
  </Card>

  <Card title="Onboarding Wizard" icon="wand-magic-sparkles" href="/installation">
    The `/onboarding/deployer` 5-step wizard gets a new operator from signup to first receipt without dev-ops help.
  </Card>
</CardGroup>

## Architecture

Everything in the Agent Deployer platform is **additive**. No existing Convex tables were renamed. No existing routes were changed. Ten new tables, fourteen new Convex modules, nine new dashboard routes, and twenty-plus new API routes sit alongside the original BossMode surface.

All new API routes live under `/api/pro/` and are gated by the existing `x-bossmode-token` auth header plus the new `lib/rbac.ts` role checks.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/bossmode/agent-deployer/images/agent-deployer-overview.png" alt="Agent Deployer platform overview" />

## Next steps

Start with [Context & Capture](/agent-deployer/context-and-capture) to see how centralized business context powers every downstream surface.
