Deploying Agents
Learn how to move agents from draft to active status, dispatch work items, and monitor agent sessions through CleverGuard.
Agent lifecycle
Agents follow a defined lifecycle: draft → active. Draft agents exist in the system but cannot process work. Activating an agent makes it available to receive and execute work items. If the Agent Review is enabled, the agent must pass agent review before activation.
CleverGuard sessions
When an agent is dispatched to work on a task, a CleverGuard session is created. This session enforces the agent's guardrail profile — tool allowlists, content scanning, budget limits, and drift detection. Every action the agent takes is logged and auditable through the SOC (Security Operations Console).
Drift detection
Clevername tracks a version hash for each agent, computed from its model, system prompt, expertise, and environment. If any of these change after review governance, drift is detected and the agent is blocked from deployment until it is re-governed.
Activate the agent
From the AI Company dashboard, click on a draft agent to open its detail panel. Click the Activate button. If the Agent Review is enabled for your organization, you will be prompted to submit the agent for agent review instead.
Review governance (if required)
If your organization has the Agent Review enabled, activating a draft agent requires submitting the security questionnaire (54 questions on Free and Pro, up to 62 on Team and Enterprise with compliance packs). On Free and Pro the completed questionnaire is the approval. On Team and Enterprise reviewers vote, and once the minimum governance threshold is met the agent transitions to active status automatically.
Dispatch a work item
With the agent active, you can dispatch work items to it. Open the agent's detail page and click Dispatch Work (internal agents only). Fill in the Title, Description and Priority, then submit. The work item is filed under the agent's department and assigned to the agent. See Work Items for the API and gateway-tool equivalents.
Monitor the session
Once dispatched, a CleverGuard session is created and the agent begins processing. You can monitor the session from:
- The agent's detail page — shows active and recent sessions.
- The SOC console at /dashboard/security/soc — shows all agent sessions across the organization with full audit trails.
- The work-item API —
GET /hub/ai-company/work-items/{item_id}shows the item's status and output.
Handle escalations
If an agent encounters a situation that requires human intervention — such as a high-risk action matching an A4 guardrail pattern — the action is parked for human approval. Parked approvals appear on the Approvals page (/dashboard/approvals) and are routed through SignedApproval for a passkey-signed human decision. See Human Approvals.