Skip to main content

Deploying Agents

Learn how to move agents from draft to active status, dispatch work items, and monitor agent sessions through CleverGuard.

Key Concepts

Agent lifecycle

Agents follow a defined lifecycle: draftactive. 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.

Step-by-Step Guide
1

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.

Agent detail panel showing a draft agent with an Activate button highlighted
Draft agents show an Activate button. If agent review is required, you'll be directed to submit for review first.
2

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.

Note
See Agent Review → Submitting for Review for a detailed walkthrough of the submission process.
3

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.

Dispatch Work panel on the agent detail page showing Title, Description and Priority fields
Describe the task and set a priority. The work item is created against the agent's department.
4

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.
SOC console showing an active CleverGuard session with action log, guardrail status, and tool usage timeline
The SOC console provides real-time visibility into what your agents are doing, including every tool call and content scan.
5

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.

Important
Agents with escalation-triggering guardrail patterns will pause execution until a human approves or rejects the action. Ensure someone is available to handle escalations during agent operating hours.