Skip to Content
Docs are being rebuilt — start at Introduction → How it works.
AutomationTasks (Schedules)Tasks

Tasks

A task runs one or more agents with a specific prompt — once, on a schedule, or in response to an event. Unlike chat (interactive) and workflows (multi-step orchestration), a task is a single unit of agent work you can fire and forget.

In the app, tasks live under the Automation section — open Automation in the sidebar and switch to the Schedules tab.

Tasks List View

What tasks are good for

  • Daily / weekly reports — agent generates a digest on a schedule.
  • Inbound triage — agent reacts to a webhook (JIRA ticket, Trello card, email).
  • Bulk operations — one-time runs over a batch of inputs.
  • Long-running operations that don’t need user interaction.

Sections

SectionWhat’s in it
OverviewThe task list view, filtering, search.
One-time tasksManual / on-demand execution.
Recurring tasksDaily / weekly / monthly / custom cron.
Priorities & statusCritical → low priority levels; pending → active → completed → failed statuses.
Execution & monitoringTrigger runs, watch progress in real time.
History & logsPast executions, success/failure patterns.
External triggersTrello, JIRA, webhooks.

Creating a task

Open TasksNew task. The creation form asks for:

  1. Title and description — what the task does.
  2. AI employees — one or more agents to run the task.
  3. AI prompt — the instructions for this run. Click Generate AI Prompt to draft it from the title + description.
  4. Execution type — immediate, scheduled, or recurring (see Recurring tasks).
  5. Priority — Critical / High / Medium / Low.

See One-time tasks and Recurring tasks for the field-level walkthroughs.

Best practices

  • Use clear, action-verb titles. “Generate Weekly Sales Report” beats “Sales”.
  • Detail in the description. The richer the description, the better the AI-generated prompt.
  • Set realistic priority. Critical should be rare — overuse erodes the meaning.
  • Schedule heavy tasks off-peak. Especially recurring ones.
  • Monitor recurring tasks for the first few runs. Adjust the prompt based on actual output.

Troubleshooting

  • Task won’t execute — see Task failed.
  • Missing tasks — clear filters; check search; confirm correct workspace.