Skip to main content

Work Items

Work items are tasks dispatched to agents for processing. Create, assign, and track work items through their lifecycle from creation to completion.

Key Concepts

What is a work item?

A work item is a discrete task dispatched to an agent or department for processing. It contains a task description, optional parameters, and metadata about who created it and when. Work items are the primary unit of work in AI Company — every agent interaction is tracked as a work item.

Work item statuses

StatusDescription
in_progressThe agent is actively processing the task.
completedThe agent finished the task successfully. Output is available.
failedThe task encountered an error. Error details are logged.

Assignment

Work items can be assigned to a specific agent or to a department. When assigned to a department, the platform selects an available active agent within that department to handle the work based on expertise matching and current workload.

Step-by-Step Guide
1

Create a work item

There are several ways to create a work item:

  • Dashboard quick action — click "Dispatch Work" from the AI Company dashboard.
  • Agent detail page — click "Dispatch Work" on a specific agent.
  • API / MCP — use the dispatch_work MCP tool or the hub API endpoint.
Create Work Item modal showing task description field, agent/department selector, and parameter inputs
Describe the task, select the target agent or department, and optionally set parameters.
2

Fill in the task details

In the create modal, provide:

  • Task description — what you want the agent to do.
  • Target — a specific agent or a department.
  • Parameters — optional key-value pairs that provide context (e.g., URLs, file references, customer IDs).
  • Priority — optional priority level that affects queue ordering.
Tip
Be specific in your task description. Agents perform better with clear, unambiguous instructions, just like human team members.
3

Monitor work item progress

After creation, the work item appears in the Work Itemslist on the AI Company dashboard. The "Work in Progress" stat card shows the count of active items. Click a work item to see its details, including:

  • Current status and assigned agent.
  • CleverGuard session details and action log.
  • Output (when completed) or error details (when failed).
Work item detail view showing status badge, assigned agent, session timeline, and output section
Track each work item from dispatch to completion. Failed items show error details and can be retried.
4

Handle failed work items

When a work item fails, review the error details in the work item detail view. Common causes include agent configuration issues, tool access errors, or content policy violations. You can:

  • Retry — re-dispatch the same task to the same agent.
  • Reassign — dispatch to a different agent or department.
  • Investigate — review the CleverGuard session log in the SOC console.
Important
Repeated failures on the same work item may indicate a systemic issue with the agent's configuration, model choice, or available integrations. Check the agent's guardrail profile and tool access before retrying.