Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ctrlnode.ai/llms.txt

Use this file to discover all available pages before exploring further.

A task is a unit of work: title, markdown instructions, optional input files, and an assigned agent. The Bridge executes the task in the agent workspace; results stream back to the app.

Where tasks live

ViewRoute
Board (Kanban)/projects/{projectId}/tasks
List/projects/{projectId}/tasks/list
Detail/projects/{projectId}/tasks/{taskId}
Create/projects/{projectId}/tasks/new

Sources of tasks

SourceHow it appears
ManualYou create from dashboard, setup wizard, or + New task
Routine runOne task per scheduled or manual run
Workflow runOne task per active step in the graph

Agent execution flow

  1. Task moves to Inbox (ready for the Bridge)
  2. Bridge picks it up → In progress
  3. Terminal state: Done, Blocked, or Failed
  4. Optional: Archive when finished

Kanban & states

Columns, transitions, and action buttons.

Task detail

Instructions, artifacts, agent card, workflow link.

Requirements

  • Bridge connected to dispatch and receive updates
  • At least one agent in the project