Skip to main content
The Console lists runs across every agent and job. A job page also shows its recent runs. Click a run to review its origin, current status, turn timeline, transcript, approvals, and artifacts.
Agent Console run list with agent and status filters and scheduled Builder runs

Filter the Console by agent or status, then open any run for details.

Run statuses

Start and cancel runs

An active manual or scheduled job has Run now. Starting it opens the run detail page. Sidecar serializes runs for the same job and target. If the same job is already running, use the existing run instead. Different jobs can run at the same time. Use Cancel run to stop an active run. Cancelling closes its pending approvals.

Transcript

Expand a turn to see the agent messages and tool activity for that stage of the run. Older transcripts may become unavailable while run metadata and artifacts remain.
Expanded Builder run turn with a Snowflake MCP executesql tool call and agent response

An expanded turn shows agent messages and each tool call in sequence.

Approvals

Tool permissions determine whether gateable web and MCP tools pause. Core repository tools do not pause. When a run reaches Awaiting approval:
  1. Open the approval card.
  2. Review the tool, MCP server if applicable, and summarized inputs.
  3. Click Approve, or click Reject with note and explain what the agent should do instead.
Only an Account Admin in the same workspace can decide. A decision is recorded with the approver and time. Slack approval controls use the same authorization. If Slack asks you to link your identity, complete the one-time link before deciding. Linking does not grant the Account Admin role or approve the action.

Artifacts

A completed run can produce:
  • A pull or merge request
  • A pushed branch or compare link
  • A Markdown response in Agent Console
  • A source-control review for Custodian
Open artifacts from the run detail page. Agents do not merge their own changes.
Succeeded Builder run with pull request and answer artifacts

Artifacts keep the delivered source-control change and final response together.