IInvoked

Your First Run

Run your first AI agent in under 2 minutes — watch MCP tool calls, model reasoning, and outputs unfold in a live trace timeline inside Invoked.

Overview

A run is a single agent execution — a sequence of model calls and tool invocations that accomplish a goal. Runs are the core unit in Invoked: everything else (skills, evals, analytics) is built around them.

Starting a run

  1. Open the Runs panel from the left sidebar (or press ⌘1)
  2. Click New run (or press ⌘N)
  3. Type your prompt in the input field at the bottom
  4. Press Enter or click Run

The agent will begin executing, and you'll see the run unfold in real time — tool calls, model reasoning, and outputs are all visible as they happen.

Reading the run trace

Each step in the run trace shows:

  • Tool name — which tool was called (e.g., read_file, web_search)
  • Input — the arguments the model passed to the tool
  • Output — the tool's response
  • Duration — how long the step took
  • Token usage — prompt and completion tokens for model steps

Click any step to expand it and see the full input/output payload.

Run states

StateMeaning
RunningAgent is actively executing
CompleteAgent finished successfully
ErrorAgent hit an unrecoverable error
CancelledYou stopped the run manually

Stopping a run

Press Escape or click the Stop button in the run header to cancel an in-progress run. The partial trace is preserved.

Next steps

On this page